[
  {
    "path": ".clang-format",
    "content": "BasedOnStyle: WebKit\nColumnLimit: 80\n"
  },
  {
    "path": ".gitignore",
    "content": "# Binaries for programs and plugins\n*.exe\n*.exe~\n*.dll\n*.so\n*.dylib\n\n# Test binary, build with `go test -c`\n*.test\n\n# Output of the go coverage tool, specifically when used with LiteIDE\n*.out\n\n.vscode\nnode_modules\ntestdata/*thumb.jpg\n*/testdata/fetched\ncmd/captchouli/captchouli\ncaptchouli\n"
  },
  {
    "path": ".gitmodules",
    "content": "[submodule \"lbpcascade_animeface\"]\n\tpath = lbpcascade_animeface\n\turl = https://github.com/nagadomi/lbpcascade_animeface.git\n"
  },
  {
    "path": ".travis.yml",
    "content": "dist: focal\nlanguage: go\ngo:\n  - \"1.15\"\nbefore_install:\n  - sudo apt-get install -y libopencv-dev\nscript: GO111MODULE=on go test -v --race -p 1 ./...\naddons:\n  apt:\n    update: true\n"
  },
  {
    "path": "LICENSE",
    "content": "                    GNU AFFERO GENERAL PUBLIC LICENSE\n                       Version 3, 19 November 2007\n\n Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>\n Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed.\n\n                            Preamble\n\n  The GNU Affero General Public License is a free, copyleft license for\nsoftware and other kinds of works, specifically designed to ensure\ncooperation with the community in the case of network server software.\n\n  The licenses for most software and other practical works are designed\nto take away your freedom to share and change the works.  By contrast,\nour General Public Licenses are intended to guarantee your freedom to\nshare and change all versions of a program--to make sure it remains free\nsoftware for all its users.\n\n  When we speak of free software, we are referring to freedom, not\nprice.  Our General Public Licenses are designed to make sure that you\nhave the freedom to distribute copies of free software (and charge for\nthem if you wish), that you receive source code or can get it if you\nwant it, that you can change the software or use pieces of it in new\nfree programs, and that you know you can do these things.\n\n  Developers that use our General Public Licenses protect your rights\nwith two steps: (1) assert copyright on the software, and (2) offer\nyou this License which gives you legal permission to copy, distribute\nand/or modify the software.\n\n  A secondary benefit of defending all users' freedom is that\nimprovements made in alternate versions of the program, if they\nreceive widespread use, become available for other developers to\nincorporate.  Many developers of free software are heartened and\nencouraged by the resulting cooperation.  However, in the case of\nsoftware used on network servers, this result may fail to come about.\nThe GNU General Public License permits making a modified version and\nletting the public access it on a server without ever releasing its\nsource code to the public.\n\n  The GNU Affero General Public License is designed specifically to\nensure that, in such cases, the modified source code becomes available\nto the community.  It requires the operator of a network server to\nprovide the source code of the modified version running there to the\nusers of that server.  Therefore, public use of a modified version, on\na publicly accessible server, gives the public access to the source\ncode of the modified version.\n\n  An older license, called the Affero General Public License and\npublished by Affero, was designed to accomplish similar goals.  This is\na different license, not a version of the Affero GPL, but Affero has\nreleased a new version of the Affero GPL which permits relicensing under\nthis license.\n\n  The precise terms and conditions for copying, distribution and\nmodification follow.\n\n                       TERMS AND CONDITIONS\n\n  0. Definitions.\n\n  \"This License\" refers to version 3 of the GNU Affero General Public License.\n\n  \"Copyright\" also means copyright-like laws that apply to other kinds of\nworks, such as semiconductor masks.\n\n  \"The Program\" refers to any copyrightable work licensed under this\nLicense.  Each licensee is addressed as \"you\".  \"Licensees\" and\n\"recipients\" may be individuals or organizations.\n\n  To \"modify\" a work means to copy from or adapt all or part of the work\nin a fashion requiring copyright permission, other than the making of an\nexact copy.  The resulting work is called a \"modified version\" of the\nearlier work or a work \"based on\" the earlier work.\n\n  A \"covered work\" means either the unmodified Program or a work based\non the Program.\n\n  To \"propagate\" a work means to do anything with it that, without\npermission, would make you directly or secondarily liable for\ninfringement under applicable copyright law, except executing it on a\ncomputer or modifying a private copy.  Propagation includes copying,\ndistribution (with or without modification), making available to the\npublic, and in some countries other activities as well.\n\n  To \"convey\" a work means any kind of propagation that enables other\nparties to make or receive copies.  Mere interaction with a user through\na computer network, with no transfer of a copy, is not conveying.\n\n  An interactive user interface displays \"Appropriate Legal Notices\"\nto the extent that it includes a convenient and prominently visible\nfeature that (1) displays an appropriate copyright notice, and (2)\ntells the user that there is no warranty for the work (except to the\nextent that warranties are provided), that licensees may convey the\nwork under this License, and how to view a copy of this License.  If\nthe interface presents a list of user commands or options, such as a\nmenu, a prominent item in the list meets this criterion.\n\n  1. Source Code.\n\n  The \"source code\" for a work means the preferred form of the work\nfor making modifications to it.  \"Object code\" means any non-source\nform of a work.\n\n  A \"Standard Interface\" means an interface that either is an official\nstandard defined by a recognized standards body, or, in the case of\ninterfaces specified for a particular programming language, one that\nis widely used among developers working in that language.\n\n  The \"System Libraries\" of an executable work include anything, other\nthan the work as a whole, that (a) is included in the normal form of\npackaging a Major Component, but which is not part of that Major\nComponent, and (b) serves only to enable use of the work with that\nMajor Component, or to implement a Standard Interface for which an\nimplementation is available to the public in source code form.  A\n\"Major Component\", in this context, means a major essential component\n(kernel, window system, and so on) of the specific operating system\n(if any) on which the executable work runs, or a compiler used to\nproduce the work, or an object code interpreter used to run it.\n\n  The \"Corresponding Source\" for a work in object code form means all\nthe source code needed to generate, install, and (for an executable\nwork) run the object code and to modify the work, including scripts to\ncontrol those activities.  However, it does not include the work's\nSystem Libraries, or general-purpose tools or generally available free\nprograms which are used unmodified in performing those activities but\nwhich are not part of the work.  For example, Corresponding Source\nincludes interface definition files associated with source files for\nthe work, and the source code for shared libraries and dynamically\nlinked subprograms that the work is specifically designed to require,\nsuch as by intimate data communication or control flow between those\nsubprograms and other parts of the work.\n\n  The Corresponding Source need not include anything that users\ncan regenerate automatically from other parts of the Corresponding\nSource.\n\n  The Corresponding Source for a work in source code form is that\nsame work.\n\n  2. Basic Permissions.\n\n  All rights granted under this License are granted for the term of\ncopyright on the Program, and are irrevocable provided the stated\nconditions are met.  This License explicitly affirms your unlimited\npermission to run the unmodified Program.  The output from running a\ncovered work is covered by this License only if the output, given its\ncontent, constitutes a covered work.  This License acknowledges your\nrights of fair use or other equivalent, as provided by copyright law.\n\n  You may make, run and propagate covered works that you do not\nconvey, without conditions so long as your license otherwise remains\nin force.  You may convey covered works to others for the sole purpose\nof having them make modifications exclusively for you, or provide you\nwith facilities for running those works, provided that you comply with\nthe terms of this License in conveying all material for which you do\nnot control copyright.  Those thus making or running the covered works\nfor you must do so exclusively on your behalf, under your direction\nand control, on terms that prohibit them from making any copies of\nyour copyrighted material outside their relationship with you.\n\n  Conveying under any other circumstances is permitted solely under\nthe conditions stated below.  Sublicensing is not allowed; section 10\nmakes it unnecessary.\n\n  3. Protecting Users' Legal Rights From Anti-Circumvention Law.\n\n  No covered work shall be deemed part of an effective technological\nmeasure under any applicable law fulfilling obligations under article\n11 of the WIPO copyright treaty adopted on 20 December 1996, or\nsimilar laws prohibiting or restricting circumvention of such\nmeasures.\n\n  When you convey a covered work, you waive any legal power to forbid\ncircumvention of technological measures to the extent such circumvention\nis effected by exercising rights under this License with respect to\nthe covered work, and you disclaim any intention to limit operation or\nmodification of the work as a means of enforcing, against the work's\nusers, your or third parties' legal rights to forbid circumvention of\ntechnological measures.\n\n  4. Conveying Verbatim Copies.\n\n  You may convey verbatim copies of the Program's source code as you\nreceive it, in any medium, provided that you conspicuously and\nappropriately publish on each copy an appropriate copyright notice;\nkeep intact all notices stating that this License and any\nnon-permissive terms added in accord with section 7 apply to the code;\nkeep intact all notices of the absence of any warranty; and give all\nrecipients a copy of this License along with the Program.\n\n  You may charge any price or no price for each copy that you convey,\nand you may offer support or warranty protection for a fee.\n\n  5. Conveying Modified Source Versions.\n\n  You may convey a work based on the Program, or the modifications to\nproduce it from the Program, in the form of source code under the\nterms of section 4, provided that you also meet all of these conditions:\n\n    a) The work must carry prominent notices stating that you modified\n    it, and giving a relevant date.\n\n    b) The work must carry prominent notices stating that it is\n    released under this License and any conditions added under section\n    7.  This requirement modifies the requirement in section 4 to\n    \"keep intact all notices\".\n\n    c) You must license the entire work, as a whole, under this\n    License to anyone who comes into possession of a copy.  This\n    License will therefore apply, along with any applicable section 7\n    additional terms, to the whole of the work, and all its parts,\n    regardless of how they are packaged.  This License gives no\n    permission to license the work in any other way, but it does not\n    invalidate such permission if you have separately received it.\n\n    d) If the work has interactive user interfaces, each must display\n    Appropriate Legal Notices; however, if the Program has interactive\n    interfaces that do not display Appropriate Legal Notices, your\n    work need not make them do so.\n\n  A compilation of a covered work with other separate and independent\nworks, which are not by their nature extensions of the covered work,\nand which are not combined with it such as to form a larger program,\nin or on a volume of a storage or distribution medium, is called an\n\"aggregate\" if the compilation and its resulting copyright are not\nused to limit the access or legal rights of the compilation's users\nbeyond what the individual works permit.  Inclusion of a covered work\nin an aggregate does not cause this License to apply to the other\nparts of the aggregate.\n\n  6. Conveying Non-Source Forms.\n\n  You may convey a covered work in object code form under the terms\nof sections 4 and 5, provided that you also convey the\nmachine-readable Corresponding Source under the terms of this License,\nin one of these ways:\n\n    a) Convey the object code in, or embodied in, a physical product\n    (including a physical distribution medium), accompanied by the\n    Corresponding Source fixed on a durable physical medium\n    customarily used for software interchange.\n\n    b) Convey the object code in, or embodied in, a physical product\n    (including a physical distribution medium), accompanied by a\n    written offer, valid for at least three years and valid for as\n    long as you offer spare parts or customer support for that product\n    model, to give anyone who possesses the object code either (1) a\n    copy of the Corresponding Source for all the software in the\n    product that is covered by this License, on a durable physical\n    medium customarily used for software interchange, for a price no\n    more than your reasonable cost of physically performing this\n    conveying of source, or (2) access to copy the\n    Corresponding Source from a network server at no charge.\n\n    c) Convey individual copies of the object code with a copy of the\n    written offer to provide the Corresponding Source.  This\n    alternative is allowed only occasionally and noncommercially, and\n    only if you received the object code with such an offer, in accord\n    with subsection 6b.\n\n    d) Convey the object code by offering access from a designated\n    place (gratis or for a charge), and offer equivalent access to the\n    Corresponding Source in the same way through the same place at no\n    further charge.  You need not require recipients to copy the\n    Corresponding Source along with the object code.  If the place to\n    copy the object code is a network server, the Corresponding Source\n    may be on a different server (operated by you or a third party)\n    that supports equivalent copying facilities, provided you maintain\n    clear directions next to the object code saying where to find the\n    Corresponding Source.  Regardless of what server hosts the\n    Corresponding Source, you remain obligated to ensure that it is\n    available for as long as needed to satisfy these requirements.\n\n    e) Convey the object code using peer-to-peer transmission, provided\n    you inform other peers where the object code and Corresponding\n    Source of the work are being offered to the general public at no\n    charge under subsection 6d.\n\n  A separable portion of the object code, whose source code is excluded\nfrom the Corresponding Source as a System Library, need not be\nincluded in conveying the object code work.\n\n  A \"User Product\" is either (1) a \"consumer product\", which means any\ntangible personal property which is normally used for personal, family,\nor household purposes, or (2) anything designed or sold for incorporation\ninto a dwelling.  In determining whether a product is a consumer product,\ndoubtful cases shall be resolved in favor of coverage.  For a particular\nproduct received by a particular user, \"normally used\" refers to a\ntypical or common use of that class of product, regardless of the status\nof the particular user or of the way in which the particular user\nactually uses, or expects or is expected to use, the product.  A product\nis a consumer product regardless of whether the product has substantial\ncommercial, industrial or non-consumer uses, unless such uses represent\nthe only significant mode of use of the product.\n\n  \"Installation Information\" for a User Product means any methods,\nprocedures, authorization keys, or other information required to install\nand execute modified versions of a covered work in that User Product from\na modified version of its Corresponding Source.  The information must\nsuffice to ensure that the continued functioning of the modified object\ncode is in no case prevented or interfered with solely because\nmodification has been made.\n\n  If you convey an object code work under this section in, or with, or\nspecifically for use in, a User Product, and the conveying occurs as\npart of a transaction in which the right of possession and use of the\nUser Product is transferred to the recipient in perpetuity or for a\nfixed term (regardless of how the transaction is characterized), the\nCorresponding Source conveyed under this section must be accompanied\nby the Installation Information.  But this requirement does not apply\nif neither you nor any third party retains the ability to install\nmodified object code on the User Product (for example, the work has\nbeen installed in ROM).\n\n  The requirement to provide Installation Information does not include a\nrequirement to continue to provide support service, warranty, or updates\nfor a work that has been modified or installed by the recipient, or for\nthe User Product in which it has been modified or installed.  Access to a\nnetwork may be denied when the modification itself materially and\nadversely affects the operation of the network or violates the rules and\nprotocols for communication across the network.\n\n  Corresponding Source conveyed, and Installation Information provided,\nin accord with this section must be in a format that is publicly\ndocumented (and with an implementation available to the public in\nsource code form), and must require no special password or key for\nunpacking, reading or copying.\n\n  7. Additional Terms.\n\n  \"Additional permissions\" are terms that supplement the terms of this\nLicense by making exceptions from one or more of its conditions.\nAdditional permissions that are applicable to the entire Program shall\nbe treated as though they were included in this License, to the extent\nthat they are valid under applicable law.  If additional permissions\napply only to part of the Program, that part may be used separately\nunder those permissions, but the entire Program remains governed by\nthis License without regard to the additional permissions.\n\n  When you convey a copy of a covered work, you may at your option\nremove any additional permissions from that copy, or from any part of\nit.  (Additional permissions may be written to require their own\nremoval in certain cases when you modify the work.)  You may place\nadditional permissions on material, added by you to a covered work,\nfor which you have or can give appropriate copyright permission.\n\n  Notwithstanding any other provision of this License, for material you\nadd to a covered work, you may (if authorized by the copyright holders of\nthat material) supplement the terms of this License with terms:\n\n    a) Disclaiming warranty or limiting liability differently from the\n    terms of sections 15 and 16 of this License; or\n\n    b) Requiring preservation of specified reasonable legal notices or\n    author attributions in that material or in the Appropriate Legal\n    Notices displayed by works containing it; or\n\n    c) Prohibiting misrepresentation of the origin of that material, or\n    requiring that modified versions of such material be marked in\n    reasonable ways as different from the original version; or\n\n    d) Limiting the use for publicity purposes of names of licensors or\n    authors of the material; or\n\n    e) Declining to grant rights under trademark law for use of some\n    trade names, trademarks, or service marks; or\n\n    f) Requiring indemnification of licensors and authors of that\n    material by anyone who conveys the material (or modified versions of\n    it) with contractual assumptions of liability to the recipient, for\n    any liability that these contractual assumptions directly impose on\n    those licensors and authors.\n\n  All other non-permissive additional terms are considered \"further\nrestrictions\" within the meaning of section 10.  If the Program as you\nreceived it, or any part of it, contains a notice stating that it is\ngoverned by this License along with a term that is a further\nrestriction, you may remove that term.  If a license document contains\na further restriction but permits relicensing or conveying under this\nLicense, you may add to a covered work material governed by the terms\nof that license document, provided that the further restriction does\nnot survive such relicensing or conveying.\n\n  If you add terms to a covered work in accord with this section, you\nmust place, in the relevant source files, a statement of the\nadditional terms that apply to those files, or a notice indicating\nwhere to find the applicable terms.\n\n  Additional terms, permissive or non-permissive, may be stated in the\nform of a separately written license, or stated as exceptions;\nthe above requirements apply either way.\n\n  8. Termination.\n\n  You may not propagate or modify a covered work except as expressly\nprovided under this License.  Any attempt otherwise to propagate or\nmodify it is void, and will automatically terminate your rights under\nthis License (including any patent licenses granted under the third\nparagraph of section 11).\n\n  However, if you cease all violation of this License, then your\nlicense from a particular copyright holder is reinstated (a)\nprovisionally, unless and until the copyright holder explicitly and\nfinally terminates your license, and (b) permanently, if the copyright\nholder fails to notify you of the violation by some reasonable means\nprior to 60 days after the cessation.\n\n  Moreover, your license from a particular copyright holder is\nreinstated permanently if the copyright holder notifies you of the\nviolation by some reasonable means, this is the first time you have\nreceived notice of violation of this License (for any work) from that\ncopyright holder, and you cure the violation prior to 30 days after\nyour receipt of the notice.\n\n  Termination of your rights under this section does not terminate the\nlicenses of parties who have received copies or rights from you under\nthis License.  If your rights have been terminated and not permanently\nreinstated, you do not qualify to receive new licenses for the same\nmaterial under section 10.\n\n  9. Acceptance Not Required for Having Copies.\n\n  You are not required to accept this License in order to receive or\nrun a copy of the Program.  Ancillary propagation of a covered work\noccurring solely as a consequence of using peer-to-peer transmission\nto receive a copy likewise does not require acceptance.  However,\nnothing other than this License grants you permission to propagate or\nmodify any covered work.  These actions infringe copyright if you do\nnot accept this License.  Therefore, by modifying or propagating a\ncovered work, you indicate your acceptance of this License to do so.\n\n  10. Automatic Licensing of Downstream Recipients.\n\n  Each time you convey a covered work, the recipient automatically\nreceives a license from the original licensors, to run, modify and\npropagate that work, subject to this License.  You are not responsible\nfor enforcing compliance by third parties with this License.\n\n  An \"entity transaction\" is a transaction transferring control of an\norganization, or substantially all assets of one, or subdividing an\norganization, or merging organizations.  If propagation of a covered\nwork results from an entity transaction, each party to that\ntransaction who receives a copy of the work also receives whatever\nlicenses to the work the party's predecessor in interest had or could\ngive under the previous paragraph, plus a right to possession of the\nCorresponding Source of the work from the predecessor in interest, if\nthe predecessor has it or can get it with reasonable efforts.\n\n  You may not impose any further restrictions on the exercise of the\nrights granted or affirmed under this License.  For example, you may\nnot impose a license fee, royalty, or other charge for exercise of\nrights granted under this License, and you may not initiate litigation\n(including a cross-claim or counterclaim in a lawsuit) alleging that\nany patent claim is infringed by making, using, selling, offering for\nsale, or importing the Program or any portion of it.\n\n  11. Patents.\n\n  A \"contributor\" is a copyright holder who authorizes use under this\nLicense of the Program or a work on which the Program is based.  The\nwork thus licensed is called the contributor's \"contributor version\".\n\n  A contributor's \"essential patent claims\" are all patent claims\nowned or controlled by the contributor, whether already acquired or\nhereafter acquired, that would be infringed by some manner, permitted\nby this License, of making, using, or selling its contributor version,\nbut do not include claims that would be infringed only as a\nconsequence of further modification of the contributor version.  For\npurposes of this definition, \"control\" includes the right to grant\npatent sublicenses in a manner consistent with the requirements of\nthis License.\n\n  Each contributor grants you a non-exclusive, worldwide, royalty-free\npatent license under the contributor's essential patent claims, to\nmake, use, sell, offer for sale, import and otherwise run, modify and\npropagate the contents of its contributor version.\n\n  In the following three paragraphs, a \"patent license\" is any express\nagreement or commitment, however denominated, not to enforce a patent\n(such as an express permission to practice a patent or covenant not to\nsue for patent infringement).  To \"grant\" such a patent license to a\nparty means to make such an agreement or commitment not to enforce a\npatent against the party.\n\n  If you convey a covered work, knowingly relying on a patent license,\nand the Corresponding Source of the work is not available for anyone\nto copy, free of charge and under the terms of this License, through a\npublicly available network server or other readily accessible means,\nthen you must either (1) cause the Corresponding Source to be so\navailable, or (2) arrange to deprive yourself of the benefit of the\npatent license for this particular work, or (3) arrange, in a manner\nconsistent with the requirements of this License, to extend the patent\nlicense to downstream recipients.  \"Knowingly relying\" means you have\nactual knowledge that, but for the patent license, your conveying the\ncovered work in a country, or your recipient's use of the covered work\nin a country, would infringe one or more identifiable patents in that\ncountry that you have reason to believe are valid.\n\n  If, pursuant to or in connection with a single transaction or\narrangement, you convey, or propagate by procuring conveyance of, a\ncovered work, and grant a patent license to some of the parties\nreceiving the covered work authorizing them to use, propagate, modify\nor convey a specific copy of the covered work, then the patent license\nyou grant is automatically extended to all recipients of the covered\nwork and works based on it.\n\n  A patent license is \"discriminatory\" if it does not include within\nthe scope of its coverage, prohibits the exercise of, or is\nconditioned on the non-exercise of one or more of the rights that are\nspecifically granted under this License.  You may not convey a covered\nwork if you are a party to an arrangement with a third party that is\nin the business of distributing software, under which you make payment\nto the third party based on the extent of your activity of conveying\nthe work, and under which the third party grants, to any of the\nparties who would receive the covered work from you, a discriminatory\npatent license (a) in connection with copies of the covered work\nconveyed by you (or copies made from those copies), or (b) primarily\nfor and in connection with specific products or compilations that\ncontain the covered work, unless you entered into that arrangement,\nor that patent license was granted, prior to 28 March 2007.\n\n  Nothing in this License shall be construed as excluding or limiting\nany implied license or other defenses to infringement that may\notherwise be available to you under applicable patent law.\n\n  12. No Surrender of Others' Freedom.\n\n  If conditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License.  If you cannot convey a\ncovered work so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, then as a consequence you may\nnot convey it at all.  For example, if you agree to terms that obligate you\nto collect a royalty for further conveying from those to whom you convey\nthe Program, the only way you could satisfy both those terms and this\nLicense would be to refrain entirely from conveying the Program.\n\n  13. Remote Network Interaction; Use with the GNU General Public License.\n\n  Notwithstanding any other provision of this License, if you modify the\nProgram, your modified version must prominently offer all users\ninteracting with it remotely through a computer network (if your version\nsupports such interaction) an opportunity to receive the Corresponding\nSource of your version by providing access to the Corresponding Source\nfrom a network server at no charge, through some standard or customary\nmeans of facilitating copying of software.  This Corresponding Source\nshall include the Corresponding Source for any work covered by version 3\nof the GNU General Public License that is incorporated pursuant to the\nfollowing paragraph.\n\n  Notwithstanding any other provision of this License, you have\npermission to link or combine any covered work with a work licensed\nunder version 3 of the GNU General Public License into a single\ncombined work, and to convey the resulting work.  The terms of this\nLicense will continue to apply to the part which is the covered work,\nbut the work with which it is combined will remain governed by version\n3 of the GNU General Public License.\n\n  14. Revised Versions of this License.\n\n  The Free Software Foundation may publish revised and/or new versions of\nthe GNU Affero General Public License from time to time.  Such new versions\nwill be similar in spirit to the present version, but may differ in detail to\naddress new problems or concerns.\n\n  Each version is given a distinguishing version number.  If the\nProgram specifies that a certain numbered version of the GNU Affero General\nPublic License \"or any later version\" applies to it, you have the\noption of following the terms and conditions either of that numbered\nversion or of any later version published by the Free Software\nFoundation.  If the Program does not specify a version number of the\nGNU Affero General Public License, you may choose any version ever published\nby the Free Software Foundation.\n\n  If the Program specifies that a proxy can decide which future\nversions of the GNU Affero General Public License can be used, that proxy's\npublic statement of acceptance of a version permanently authorizes you\nto choose that version for the Program.\n\n  Later license versions may give you additional or different\npermissions.  However, no additional obligations are imposed on any\nauthor or copyright holder as a result of your choosing to follow a\nlater version.\n\n  15. Disclaimer of Warranty.\n\n  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY\nAPPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT\nHOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY\nOF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,\nTHE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\nPURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM\nIS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF\nALL NECESSARY SERVICING, REPAIR OR CORRECTION.\n\n  16. Limitation of Liability.\n\n  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\nWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS\nTHE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY\nGENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE\nUSE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF\nDATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD\nPARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),\nEVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF\nSUCH DAMAGES.\n\n  17. Interpretation of Sections 15 and 16.\n\n  If the disclaimer of warranty and limitation of liability provided\nabove cannot be given local legal effect according to their terms,\nreviewing courts shall apply local law that most closely approximates\nan absolute waiver of all civil liability in connection with the\nProgram, unless a warranty or assumption of liability accompanies a\ncopy of the Program in return for a fee.\n\n                     END OF TERMS AND CONDITIONS\n\n            How to Apply These Terms to Your New Programs\n\n  If you develop a new program, and you want it to be of the greatest\npossible use to the public, the best way to achieve this is to make it\nfree software which everyone can redistribute and change under these terms.\n\n  To do so, attach the following notices to the program.  It is safest\nto attach them to the start of each source file to most effectively\nstate the exclusion of warranty; and each file should have at least\nthe \"copyright\" line and a pointer to where the full notice is found.\n\n    <one line to give the program's name and a brief idea of what it does.>\n    Copyright (C) <year>  <name of author>\n\n    This program is free software: you can redistribute it and/or modify\n    it under the terms of the GNU Affero General Public License as published\n    by the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    This program is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n    GNU Affero General Public License for more details.\n\n    You should have received a copy of the GNU Affero General Public License\n    along with this program.  If not, see <http://www.gnu.org/licenses/>.\n\nAlso add information on how to contact you by electronic and paper mail.\n\n  If your software can interact with users remotely through a computer\nnetwork, you should also make sure that it provides a way for users to\nget its source.  For example, if your program is a web application, its\ninterface could display a \"Source\" link that leads users to an archive\nof the code.  There are many ways you could offer source, and different\nsolutions will be better for different programs; see section 13 for the\nspecific requirements.\n\n  You should also get your employer (if you work as a programmer) or school,\nif any, to sign a \"copyright disclaimer\" for the program, if necessary.\nFor more information on this, and how to apply and follow the GNU AGPL, see\n<http://www.gnu.org/licenses/>.\n"
  },
  {
    "path": "README.md",
    "content": "[![GoDoc](https://godoc.org/github.com/bakape/captchouli?status.svg)](https://godoc.org/github.com/bakape/captchouli)\n[![Build Status](https://travis-ci.org/bakape/captchouli.svg?branch=master)](https://travis-ci.org/bakape/captchouli)\n\n# captchouli\nbooru-backed procedurally-generated anime image captcha library and server\n\n![sample](https://github.com/bakape/captchouli/raw/master/assets/sample.png)\n\nCaptchouli scrapes boorus for admin-defined tags and generates and verifies captchas for user anti-bot authentication.\n\n## Installation\n\n1. Install OpenCV >= 4.0 development library (`libopencv-dev` on Debian-based systems)\n2. Install Go >= 1.10\n3. Run `go install github.com/bakape/captchouli/cmd/captchouli@latest`\n4. The captchouli server binary will be located under `$HOME/go/bin/captchouli`, if the default `$GOPATH` is used.\n\n## Usage\n\nCaptchouli can be used as either a library or standalone server.\n\n### Server\n\nRun `captchouli --help` for a list CLI flags.\n\nAfter the server has been started and the inital tag pool populated captchouli can be accessed using a HTTP API:\n\n| Method | Address | Receives                                                                                                                               | Returns                                                                                                                                    |\n|--------|---------|----------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------|\n| GET    | /       | Optional query parameters \"captchouli-color\" and \"captchouli-background\" for overriding the default captcha text colour and background | New captcha form HTML                                                                                                                      |\n| POST   | /       | Form data from the user                                                                                                                | Either the ID of the solved captcha on success or a redirect to a fresh captcha, if incorrectly solved                                     |\n| POST   | /status | \"captchouli-id\" parameter - the ID of the captcha you wish to check the status of                                                      | \"true\", if captcha exists and has been solved or \"false\" otherwise. Note that this unregisters the captcha to prevent reply-again attacks. |\n\n\n### Advanced use cases\n\nFor more advanced use cases please refer to the Go API documented here [![GoDoc](https://godoc.org/github.com/bakape/captchouli?status.svg)](https://godoc.org/github.com/bakape/captchouli).\n\n"
  },
  {
    "path": "captchouli.go",
    "content": "package captchouli\n\n// #include \"thumbnail.h\"\nimport \"C\"\nimport (\n\t\"compress/gzip\"\n\t\"encoding/base64\"\n\t\"fmt\"\n\t\"io\"\n\t\"net/http\"\n\n\t\"github.com/bakape/captchouli/v2/common\"\n\t\"github.com/bakape/captchouli/v2/db\"\n\t\"golang.org/x/net/html\"\n)\n\nconst (\n\t// Keys used as names for input elements in captcha form HTML\n\tIDKey         = common.IDKey\n\tColourKey     = common.ColourKey\n\tBackgroundKey = common.BackgroundKey\n)\n\n// Generic error with prefix string\ntype Error = common.Error\n\nvar (\n\t// No faces detected in downloaded image\n\tErrNoFace = Error{fmt.Errorf(\"no faces detected\")}\n)\n\n// Init storage and start the runtime\nfunc Open() error {\n\treturn db.Open()\n}\n\n// Close open resources\nfunc Close() error {\n\tclassifierMu.Lock()\n\tC.cpli_unload_classifier(classifier)\n\tclassifier = nil\n\tclassifierMu.Unlock()\n\n\treturn db.Close()\n}\n\n// Extact captcha ID and solution from request\nfunc ExtractSolution(r *http.Request) (solution []byte, err error) {\n\terr = r.ParseForm()\n\tif err != nil {\n\t\treturn\n\t}\n\n\tsolution = make([]byte, 0, 4)\n\tfor i := 0; i < 9; i++ {\n\t\ts := r.Form.Get(solutionIDs[i])\n\t\tif s == \"on\" {\n\t\t\tsolution = append(solution, byte(i))\n\t\t}\n\t}\n\n\treturn\n}\n\n// Decode captcha ID from POST request\nfunc ExtractID(r *http.Request) (id [64]byte, err error) {\n\terr = r.ParseForm()\n\tif err != nil {\n\t\treturn\n\t}\n\treturn DecodeID(r.Form.Get(common.IDKey))\n}\n\n// Decode captcha ID from base64 string\nfunc DecodeID(s string) (id [64]byte, err error) {\n\tif s == \"\" {\n\t\terr = ErrInvalidID\n\t\treturn\n\t}\n\tbuf, err := base64.StdEncoding.DecodeString(s)\n\tif err != nil {\n\t\treturn\n\t}\n\tif len(buf) != 64 {\n\t\terr = ErrInvalidID\n\t\treturn\n\t}\n\tcopy(id[:], buf)\n\treturn\n}\n\n// Extract captcha from GZipped HTML body and return together with its solution\nfunc ExtractCaptcha(r io.Reader) (id [64]byte, solution []byte, err error) {\n\tgzr, err := gzip.NewReader(r)\n\tif err != nil {\n\t\treturn\n\t}\n\tdefer gzr.Close()\n\tdoc, err := html.Parse(gzr)\n\tif err != nil {\n\t\treturn\n\t}\n\tid, err = DecodeID(findID(doc))\n\tif err != nil {\n\t\treturn\n\t}\n\tsolution, err = db.GetSolution(id)\n\treturn\n}\n\nfunc findID(n *html.Node) string {\n\tgetAttr := func(key string) string {\n\t\tfor _, attr := range n.Attr {\n\t\t\tif attr.Key == key {\n\t\t\t\treturn attr.Val\n\t\t\t}\n\t\t}\n\t\treturn \"\"\n\t}\n\n\tif n.Type == html.ElementNode && n.Data == \"input\" {\n\t\tif getAttr(\"name\") == IDKey {\n\t\t\treturn getAttr(\"value\")\n\t\t}\n\t}\n\n\tfor c := n.FirstChild; c != nil; c = c.NextSibling {\n\t\tfound := findID(c)\n\t\tif found != \"\" {\n\t\t\treturn found\n\t\t}\n\t}\n\n\treturn \"\"\n}\n"
  },
  {
    "path": "captchouli_test.go",
    "content": "package captchouli\n\nimport (\n\t\"os\"\n\t\"testing\"\n\n\t\"github.com/bakape/captchouli/v2/db\"\n)\n\nfunc TestMain(t *testing.M) {\n\tdb.OpenForTests()\n\tos.Exit(t.Run())\n}\n\nfunc newService(t *testing.T) *Service {\n\ts, err := NewService(Options{\n\t\tTags: []string{\"patchouli_knowledge\", \"cirno\", \"hakurei_reimu\"},\n\t})\n\tif err != nil {\n\t\tt.Fatal(err)\n\t}\n\treturn s\n}\n"
  },
  {
    "path": "cascades.go",
    "content": "package captchouli\n\nvar cascade_animeface = []byte(\"\\x1f\\x8b\\x08\\x00\\x00\\x00\\x00\\x00\\x02\\xff\\xbc\\xfd\\x5d\\x8f\\x5c\\xd7\\x91\\x35\\x08\\xdf\\xf3\\x57\\xec\\xd7\\x57\\xdd\\x78\\x95\\xa5\\x88\\x15\\xdf\\x0f\\x34\\x7a\\x86\\x96\\x69\\x9b\\x18\\x99\\x34\\x28\\xba\\x3d\\x7d\\xd5\\xa0\\xa5\\x92\\xc5\\x1e\\x8a\\x14\\x48\\xaa\\xdd\\xfe\\xf7\\x83\\x88\\x93\\x95\\x45\\x25\\xd1\\xb0\\x70\\x74\\xc6\\xb2\\x21\\x55\\x65\\xe5\\xd7\\xd9\\x67\\xef\\x88\\xb5\\xe2\\x63\\xc5\\x67\\xff\\xfb\\xbf\\xbf\\x7f\\xb5\\xfe\\xeb\\xf6\\xed\\xbb\\x97\\x6f\\x5e\\xff\\x1f\\xbf\\xe2\\x1b\\xfa\\xd5\\xff\\xfe\\xfc\\xc1\\x67\\xff\\xbf\\xd3\\x69\\xbd\\xfa\\xcb\\x0f\\x5f\\xbf\\x78\\xf7\\xf5\\x8b\\x6f\\x6e\\xd7\\x8b\\xd7\\x2f\\xbf\\xbf\\xfd\\xf6\\xc5\\xd7\\xb7\\x0f\\xd6\\x77\\xef\\xdf\\xff\\xf0\\xbf\\x3e\\xfd\\x74\\x1e\\xb9\\xf9\\xf1\\x9b\\x1f\\x6e\\xfe\\xf3\\x87\\x4f\\xbf\\x79\\xf1\\xfe\\xc5\\xa7\\xf7\\x4f\\xff\\x8f\\xcb\\xd3\\x6f\\xfe\\xfb\\xfb\\x57\\x0f\\x1e\\x3c\\xff\\xee\\x76\\xfd\\xe1\\xf1\\xf3\\xf5\\xe5\\xcb\\xaf\\x6f\\x5f\\xbf\\xbb\\x5d\\xff\\xf2\\x87\\xc7\\xcf\\xff\\xf5\\xc1\\x83\\x2f\\xde\\xfc\\xf0\\xf7\\xb7\\x2f\\xff\\xfa\\xdd\\xfb\\xf5\\x2f\\x5f\\xfc\\xeb\\x02\\x31\\xaf\\xbf\\xfc\\x7d\\xbd\\x7e\\xf1\\xd7\\x17\\xdf\\xbc\\xf9\\xfe\\xe5\\xff\\xf9\\xfa\\xc7\\xb7\\xef\\x6e\\xde\\xbc\\xbd\\xf9\\xcf\\x1f\\x1e\\x3c\\xf8\\xe3\\xed\\xdb\\xef\\x5f\\xbe\\xeb\\xaf\\xb8\\x5e\\xbe\\x5b\\xdf\\xdd\\xbe\\xbd\\xfd\\xcb\\xdf\\xd7\\x5f\\xdf\\xbe\\x78\\xfd\\xfe\\xf6\\x9b\\x4f\\xd6\\xb7\\x6f\\x6f\\x6f\\xd7\\x9b\\x6f\\xd7\\xd7\\xdf\\xbd\\x78\\xfb\\xd7\\xdb\\x4f\\xd6\\xfb\\x37\\xeb\\xc5\\xeb\\xbf\\xaf\\x1f\\x6e\\xdf\\xbe\\x7b\\xf3\\x7a\\xbd\\xf9\\xcb\\xfb\\x17\\x2f\\x5f\\xbf\\x7c\\xfd\\xd7\\xf5\\x62\\x7d\\xfd\\xe6\\x87\\xbf\\x3f\\x78\\xf3\\xed\\x7a\\xff\\xdd\\xcb\\x77\\xeb\\xdd\\x9b\\x6f\\xdf\\xff\\xed\\xc5\\xdb\\xbe\\xba\\x6f\\xd6\\x8b\\x77\\xef\\xde\\x7c\\xfd\\xf2\\xc5\\xfb\\xdb\\x6f\\xd6\\x37\\x6f\\xbe\\xfe\\xf1\\xfb\\xdb\\xd7\\xef\\x5f\\xbc\\xef\\xcf\\xfb\\xf6\\xe5\\xab\\xdb\\x77\\xeb\\x5f\\xde\\x7f\\x77\\xbb\\x7e\\xf5\\xd5\\xf9\\x15\\xbf\\xfa\\xd7\\xf9\\x90\\x6f\\x6e\\x5f\\xbc\\x7a\\xf0\\xf2\\xf5\\xea\\xbf\\xdd\\xfd\\x69\\xfd\\xed\\xe5\\xfb\\xef\\xde\\xfc\\xf8\\x7e\\xbd\\xbd\\x7d\\xf7\\xfe\\xed\\xcb\\xaf\\xfb\\x3d\\x3e\\x59\\x2f\\x5f\\x7f\\xfd\\xea\\xc7\\x6f\\xfa\\x3b\\xdc\\xfd\\xf9\\xd5\\xcb\\xef\\x5f\\x9e\\x3f\\xa1\\x5f\\x3e\\xeb\\xf0\\xee\\xc1\\xfb\\x37\\xeb\\xc7\\x77\\xb7\\x9f\\xcc\\xf7\\xfc\\x64\\x7d\\xff\\xe6\\x9b\\x97\\xdf\\xf6\\x7f\\x6f\\xe7\\xb2\\x7e\\xf8\\xf1\\x2f\\xaf\\x5e\\xbe\\xfb\\xee\\x93\\xf5\\xcd\\xcb\\x7e\\xeb\\xbf\\xfc\\xf8\\xfe\\xf6\\x93\\xf5\\xae\\x1f\\x9c\\x65\\xfd\\xa4\\xaf\\xe3\\xd3\\x37\\x6f\\xd7\\xbb\\xdb\\x57\\xaf\\x1e\\x7c\\xfd\\xe6\\x87\\x97\\xb7\\xef\\xd6\\x5c\\xeb\\xfd\\xb7\\x9b\\xe7\\xf4\\x57\\xff\\xa1\\x17\\xf4\\xfd\\x79\\x89\\xde\\xf5\\x23\\x7f\\xfb\\xee\\xcd\\xf7\\x3f\\xbd\\x92\\x97\\xef\\x1e\\x7c\\xfb\\xe3\\xdb\\xd7\\x2f\\xdf\\x7d\\x77\\x3b\\xaf\\xf9\\xe6\\xcd\\x7a\\xf7\\x66\\x3e\\xf1\\x3f\\x6f\\xbf\\x7e\\xdf\\x8f\\xf4\\xd3\\xbf\\x7d\\xf3\\xea\\xd5\\x9b\\xbf\\xf5\\xa5\\x7d\\xfd\\xe6\\xf5\\x37\\x2f\\xfb\\x8a\\xde\\xfd\\xaf\\xed\\x9e\\xbf\\xf8\\xcb\\x9b\\xff\\xba\\x9d\\x6b\\xd9\\x6e\\xf3\\xeb\\x37\\xef\\x5f\\x7e\\xbd\\x2d\\xf7\\xdc\\x80\\x1f\\xee\\xef\\xea\\xf9\\x4f\\xef\\xbe\\x7b\\xf1\\xea\\xd5\\xfa\\xcb\\xed\\x79\\xc1\\x6e\\xbf\\x59\\x2f\\x5f\\x3f\\xe8\\x87\\xee\\x2e\\xe7\\x6d\\x7f\\xfc\\xbb\\xf7\\x2f\\x5e\\xbf\\x7f\\xf9\\xe2\\xd5\\xfa\\xe1\\xcd\\xdb\\xf9\\xbc\\xeb\\xcb\\xbc\\x79\\xf0\\xe0\\xf9\\xef\\x1f\\xad\\xaf\\x9e\\xfe\\xf6\\xf9\\x9f\\x1f\\x3e\\x7b\\xb4\\x1e\\x7f\\xb5\\xfe\\xf8\\xec\\xe9\\xbf\\x3d\\xfe\\xcd\\xa3\\xdf\\xac\\x5f\\x3d\\xfc\\x6a\\x3d\\xfe\\xea\\x57\\x9f\\xac\\x3f\\x3f\\x7e\\xfe\\xfb\\xa7\\x7f\\x7a\\xbe\\xfe\\xfc\\xf0\\xd9\\xb3\\x87\\x4f\\x9e\\xff\\xfb\\x7a\\xfa\\xdb\\xf5\\xf0\\xc9\\xbf\\xaf\\xff\\xeb\\xf1\\x93\\xdf\\x7c\\xb2\\x1e\\xfd\\xdf\\x7f\\x7c\\xf6\\xe8\\xab\\xaf\\xd6\\xd3\\x67\\x0f\\x1e\\xff\\xe1\\x8f\\x5f\\x3e\\x7e\\xf4\\x9b\\x4f\\xd6\\xe3\\x27\\x5f\\x7c\\xf9\\xa7\\xdf\\x3c\\x7e\\xf2\\xbb\\xf5\\xeb\\x3f\\x3d\\x5f\\x4f\\x9e\\x3e\\x5f\\x5f\\x3e\\xfe\\xc3\\xe3\\xe7\\x8f\\x7e\\xb3\\x9e\\x3f\\x5d\\xfd\\x81\\xe7\\xb7\\x7a\\xfc\\xe8\\xab\\x7e\\xb3\\x3f\\x3c\\x7a\\xf6\\xc5\\xef\\x1f\\x3e\\x79\\xfe\\xf0\\xd7\\x8f\\xbf\\x7c\\xfc\\xfc\\xdf\\x3f\\x79\\xf0\\xdb\\xc7\\xcf\\x9f\\xf4\\x7b\\xfe\\xf6\\xe9\\xb3\\xf5\\x70\\xfd\\xf1\\xe1\\xb3\\xe7\\x8f\\xbf\\xf8\\xd3\\x97\\x0f\\x9f\\xad\\x3f\\xfe\\xe9\\xd9\\x1f\\x9f\\x7e\\xf5\\x68\\x3d\\x7c\\xf2\\x9b\\xf5\\xe4\\xe9\\x93\\xc7\\x4f\\x7e\\xfb\\xec\\xf1\\x93\\xdf\\x3d\\xfa\\xc3\\xa3\\x27\\xcf\\x6f\\xd6\\xe3\\x27\\xeb\\xc9\\xd3\\xf5\\xe8\\xdf\\x1e\\x3d\\x79\\xbe\\xbe\\xfa\\xfd\\xc3\\x2f\\xbf\\xec\\x8f\\x7a\\xf0\\xf0\\x4f\\xcf\\x7f\\xff\\xf4\\x59\\x7f\\xbf\\xf5\\xc5\\xd3\\x3f\\xfe\\xfb\\xb3\\xc7\\xbf\\xfb\\xfd\\xf3\\xf5\\xfb\\xa7\\x5f\\xfe\\xe6\\xd1\\xb3\\xaf\\xd6\\xaf\\x1f\\xad\\x2f\\x1f\\x3f\\xfc\\xf5\\x97\\x8f\\xb6\\x8f\\x7a\\xf2\\xef\\xeb\\x8b\\x2f\\x1f\\x3e\\xfe\\xc3\\x27\\xeb\\x37\\x0f\\xff\\xf0\\xf0\\x77\\x8f\\xe6\\x55\\x4f\\x9f\\xff\\xfe\\xd1\\xb3\\x07\\xfd\\xb4\\xed\\xdb\\xad\\x3f\\xff\\xfe\\x51\\x3f\\xd4\\x9f\\xf7\\xf0\\xc9\\x7a\\xf8\\xc5\\xf3\\xc7\\x4f\\x9f\\xf4\\x65\\x7c\\xf1\\xf4\\xc9\\xf3\\x67\\x0f\\xbf\\x78\\xfe\\xc9\\x7a\\xfe\\xf4\\xd9\\xf3\\xcb\\x4b\\xff\\xfc\\xf8\\xab\\x47\\x9f\\xac\\x87\\xcf\\x1e\\x7f\\xd5\\x0b\\xf2\\xdb\\x67\\x4f\\xff\\xf0\\xc9\\x83\\x5e\\xce\\xa7\\xbf\\xed\\xa7\\x3c\\x7e\\xd2\\xaf\\x7b\\xf2\\x68\\x7b\\x97\\x5e\\xea\\xf5\\x93\\x3b\\xf2\\xf4\\xd9\\xfc\\xfe\\xa7\\xaf\\x1e\\x5d\\xde\\x70\\xfd\\xe6\\xd1\\xc3\\x2f\\x1f\\x3f\\xf9\\xdd\\x57\\xeb\\xf1\\x93\\x9f\\xdc\\xbe\\x9b\\x07\\xa7\\xd3\\xe7\\x0f\\x3e\\x7b\\xf3\\xc3\\xed\\xeb\\xaf\\xff\\xeb\\x3f\\xde\\xbd\\x7f\\xf3\\xf6\\xc5\\x5f\\x6f\\x3f\\x7f\\xf0\\xd9\\xd9\\xda\\x7c\\xfe\\x60\\xad\\xcf\\xde\\xbd\\x7f\\xf1\\xd7\\xdb\\xe7\\x7f\\xff\\xe1\\xf6\\xf3\\x5f\\x3f\\x7d\\xfa\\xd5\\xf3\\xcf\\x3e\\xbd\\x7f\\xa0\\xff\\xfc\\xed\\xed\\x8b\\xf7\\x3f\\xbe\\xdd\\x7e\\xff\\xf2\\xd7\\x7f\\xfc\\xec\\xd3\\x0f\\x1f\\xe8\\x27\\x7c\\x77\\xdb\\x3b\\xf4\\x73\\xe8\\x67\\x9f\\x9e\\x7f\\xec\\x47\\xff\\xf6\\xf2\\x9b\\xf7\\xdf\\xcd\\x83\\xdb\\x4f\\x97\\x4f\\xfa\\xe3\\x8b\\xb7\\x2f\\xbe\\x7f\\xd7\\xbf\\xaf\\xf5\\xd9\\x5f\\xde\\xbc\\x79\\xf7\\x7e\\xde\\xe9\\x77\\x0f\\x7f\\xfd\\xd9\\xa7\\xf7\\xbf\\x6e\\x7f\\xfe\\xfe\\xe5\\xeb\\xdf\\xbf\\x7c\\xff\\xec\\xc5\\xfb\\xdb\\xcf\\xeb\\xa6\\x8c\\xfa\\x1f\\x0d\\x4f\\x09\\xb6\\xbc\\x3d\\x11\\xf1\\x67\\x9f\\x7e\\xf0\\x9c\\xf3\\x8b\\x5e\\xfc\\xf7\\x6f\\x5f\\xbc\\x7a\\x77\\xfb\\xf0\\xd5\\x8b\\xb7\\xdf\\x7f\\x6e\\x37\\x74\\xf5\\xcf\\xdd\\xeb\\x7e\\xf2\\xb4\\xed\\xa5\\x7f\\x9b\\xef\\xff\\xfc\\xed\\xcb\\xef\\xcf\\x9f\\xa9\\xf5\\x93\\x7f\\xfc\\xfc\\xda\\xab\\xe7\\x5d\\x3e\\xf7\\x37\\xb7\\x3f\\xbc\\xff\\xee\\xf3\\xed\\xcd\\xb7\\x9f\\x2f\\x7f\\xfa\\xf3\\xed\\x8b\\xff\\xe7\\x8b\\x37\\x3f\\xbe\\x7e\\xff\\x39\\x13\\xcd\\x13\\xee\\x1f\\x39\\x2f\\xf9\\xfd\\xca\\xdc\\x2d\\xfa\\x4f\\xd6\\xea\\xfb\\x17\\xff\\xfd\\xc5\\x8b\\xf7\\xdb\\x2b\\x60\\x3e\\xef\\x71\\x79\\xe0\\x72\\x5b\\x3e\\x78\\x93\\x79\\xd3\\x27\\x3f\\x7e\\xff\\x39\\xe8\\xfc\\x09\\xfd\\xcb\\xe5\\x2f\\x77\\xef\\xdb\\xfe\\x6a\\x1e\\x58\\xb4\\x7a\\xb7\\xcc\\x83\\xff\\xb1\\xfd\\xf7\\xfa\\xbb\\xcb\\xd5\\x37\\xbf\\x7b\\xd2\\xb6\\x65\\xbe\\x7b\\x7b\\xfb\\xee\\xbb\\x37\\xaf\\xbe\\xf9\\xfc\\xc4\\x37\\x70\\xf1\\x50\\x58\\x71\\x5a\\x14\\xd3\\xed\\xff\\x9f\\xe8\\xee\\x6b\\xdc\\x3f\\xf1\\xee\\xf5\\x7f\\xeb\\x77\\x7c\\xf5\\xe2\\xdd\\xbb\\x97\\xdf\\xbe\\xbc\\x7d\\xfb\\xee\\xee\\xf1\\x0f\\xbf\\xc8\\xfc\\xf6\\xf2\\xf5\\xfb\\xdb\\xb7\\xaf\\x5f\\xbc\\x7a\\xf2\\xe6\\x9b\\xdb\\x77\\x1f\\xfe\\x65\\xf5\\x97\\xe7\\xc5\\x24\\xeb\\xc4\\x42\\xe8\\x5f\\x4e\\xa0\\x0a\\x70\\xce\\xcf\\xf7\\xff\\xff\\xec\\xd3\\xff\\xf1\\x5d\\x3e\\x7b\\x75\\xfb\\xe2\\xdb\\x7f\\x7b\\xf1\\xea\\xc7\\xeb\\x37\\x3f\\xe5\\x8d\\x23\\x55\\xd8\\x2c\\x9d\\x8a\\x28\\xb7\\xed\\xb7\\xf2\\x06\\x99\\x4a\\xc2\\x26\\xca\\xa5\\xa5\\x77\\x5b\\xe4\\x83\\x77\\xfa\\xec\\xd3\\xff\\xd8\\x7f\\x41\\xdc\\xd7\\x11\\x64\\x26\\x66\\x7d\\x25\\x6e\\x35\\x97\\xa8\\xe0\\x8a\\xd4\\xfe\\xab\\xba\\xc5\\x3a\\x31\\x79\\x51\\xc8\\x4f\\xbf\\x36\\x32\\x4c\\xd6\\x09\\x9e\\x6a\\x4e\\x1c\\xe7\\x47\\x76\\x2e\\x81\\x10\\x5b\\x5f\\xbb\\x11\\xca\\x09\\xbc\\x2d\\x81\\xdd\\x10\\x54\\xa3\\x1c\\xe1\\x54\\x30\\xd4\\xb1\\x4b\\x80\\xd0\\x75\\x8a\\xe2\\x4c\\x31\\xcf\\x75\\xb2\\x5e\\x8d\\xa0\\xed\\x9a\\x0d\\xcc\\xe8\\x2b\\x84\\x33\\xa3\\x7a\\x81\\xfa\\x79\\x56\\xfe\\xd3\\x2f\\xcf\\xea\\x49\\xe4\\xb6\\x4e\\x26\\x9e\\x41\\xc5\\xd2\\xef\\x14\\xbb\\x56\\xc2\\x6f\\x92\\x40\\xe4\\xe2\\x92\\x9e\\xc1\\xa2\\xdb\\x4a\\xe8\\x0d\\x4a\\x10\\xa9\\x66\\x21\\xfa\\x3f\\xaf\\x44\\x1b\\x90\\x9f\\xee\\xf7\\xcb\\xfa\\x7c\\x70\\x1a\\xf9\\x1f\\x9e\\x46\\xff\\xd9\\xa7\\xd1\\xc5\\xb9\\xaa\\x8c\\x39\\x38\\xc3\\xfe\\x59\\xa7\\x31\\xd6\\xc9\\x83\\x99\\xd8\\xe8\\xea\\x10\\xfe\\x82\\xa3\\x18\\x37\\xe6\\x5a\\xae\\x59\\xa4\\x49\\xa4\\x6c\\xdb\\xea\\xfb\\x8d\\xb9\\x5b\\xb0\\x95\\x20\\xd5\\xc9\\x8f\\xde\\x87\\xf0\\x75\\x02\\xa7\\xfa\\x3a\\x71\\x1a\\xf1\\x3a\\x99\\x3a\\x8f\\x7d\\x89\\x50\\x9b\\x6b\\x15\\xf2\\xac\\xb6\\x3c\\x9a\\x7c\\x75\\x14\\xd9\\xfa\\x2f\\xc6\\x69\\x3b\\x37\\x9d\\x03\\x99\\xe4\\x15\\x30\\x12\\x77\\xdc\\x6d\\x3a\\xeb\\x75\\x28\\x89\\xb2\\x88\\xb6\\xba\\x07\\x5b\\x20\\xef\\x83\\x16\\x4c\\x5a\\x84\\x05\\x2f\\xb7\\x8c\\xa0\\x75\\x32\\x52\\x9f\\xb3\\xc9\\x6a\\x52\\xa1\\x9b\\xcd\\xf5\\xc8\\x0a\\x67\\xbd\\x3a\\x7e\\xeb\\xc4\\x2c\\xc4\\x3b\\xaf\\xbc\\x8f\\x1a\\xc3\\xab\\x8c\\xd2\\x3d\\xe8\\xee\\xca\\x59\\x25\\xc1\\x44\\x6d\\x07\\xd2\\x5c\\x8f\\xbd\\x72\\x65\\x9a\\x7b\\x4a\\x25\\x85\\x75\\x1a\\xdb\\x11\\x2c\\x62\\xd1\\x3b\\x00\\x89\\xc5\\x6c\\x9a\\xac\\x8c\\x5c\\x27\\x75\\xc9\\x6b\\x9b\\xa3\\x29\\x56\\x49\\xb4\\x4e\\xbd\\x33\\xda\\x41\\xec\\x5a\\x00\\xbb\\x29\\xa8\\x14\\x87\\xba\\x81\\xaa\\xfc\\x6c\\x79\\xe5\\xc6\\xaa\\x90\\x16\\xc9\\x92\\x62\\xac\\x07\\x2f\\x80\\xb4\\x41\\x55\\xc0\\x52\\x92\\x72\\x81\\x84\\x20\\x8c\\xea\\xab\\x55\\x13\\x38\\xb9\\xae\\x93\\x98\\x52\\x06\\xe1\\x27\\xaf\\x67\\x61\\x09\\x33\\x43\\x2e\\x00\\x02\\x89\\x5e\\x34\\xcb\\x12\\x69\\xe7\\xb1\\x4e\\xc2\\xea\\x04\\xec\\x5c\\x0f\\x46\\x48\\xa2\\x4d\\xad\\x42\\x12\\x79\\xb7\\x1e\\x45\\xec\\xae\\xc2\\xee\\xa6\\x20\\x93\\x83\\x8f\\x42\\x7f\\xf1\\x42\\xa4\\xa5\\x19\\x2d\\x36\\x18\\x85\\x79\\xd4\\xe2\\x3e\\x1c\\x45\\x8c\\xb9\\xd3\\x1e\\x44\\x76\\xb5\\x1c\\x6e\\x41\\x49\\xc2\\xeb\\x24\\xe9\\x20\\x12\\x60\\x9d\\x7a\\x47\\x44\\x84\\xcf\\xf1\\x60\\x12\\xec\\x3b\\x20\\x7a\\x03\\x67\\x51\\xd1\\x28\\x6e\\xdb\\xa8\\x97\\xfd\\x91\\x2c\\xa6\\x50\\x98\\x0b\\x1a\\x38\\xff\\x12\\x7f\\x84\\x7f\\xe8\\x8f\\xf2\\xe7\\xfb\\x23\\x2b\\xa8\\xab\\x6a\\x10\\x58\\x53\\xff\\x49\\xfe\\xa8\\xef\\xcf\\x1d\\x1e\\x8c\\x63\\x7c\\x11\\x37\\x02\\xd0\\xd0\\x40\\xb8\\xd0\\x9d\\x51\\xb6\\x1b\\x92\\x12\\x29\\x77\\xb6\\x4a\\x90\\x1d\\x0c\\x0b\\xfb\\x30\\x55\\x5a\\x23\\x9a\\x3e\\x81\\x08\\x4f\\x5e\\xa7\\x64\\x2b\\x08\\xf8\\x6c\\x88\\x5d\\x59\\xda\\x2d\\xb5\\xa3\\x82\\x09\\x5f\\x61\\xc3\\xbd\\xc6\\xd8\\x90\\xda\\xa6\\x2d\\x52\\x32\\xd4\\xf8\\xce\\x18\\x13\\x73\\x99\\x68\\x08\\x15\\x33\\xcc\\x0e\\x36\\xc6\\xd4\\xf6\\x37\\xb8\\x97\\xba\\x0d\\xaa\\x52\\xf5\\x1d\\x54\\x2a\\xd3\\x44\\x7b\\xd6\\xbe\\xec\\x92\\x22\\x16\\x23\\x5d\\x27\\x37\\x93\\xb8\\x72\\xc1\\x5e\\x9a\\xda\\xa6\\x6c\\xe7\\xc5\\xdb\\x4d\\x89\\xb3\\x33\\xa2\\x3c\\x52\\x54\\xe3\\xee\\xa0\\x71\\x24\\x55\\x55\\x56\\x56\\x3b\\x23\\x1c\\x6c\\x78\\xfa\\x9e\\x6a\\xba\\xb9\\x50\\xc8\\xa0\\x10\\x26\\x6d\\xbc\\x6b\\x26\\x2e\\xd5\\x26\\xe8\\x94\\x49\\x69\\xe1\\x3f\\x85\\x1d\\x4c\\x09\\x72\\xf7\\xec\\xc5\\x32\\x26\\x25\\x12\\x59\\x27\\x89\\xec\\x25\\xeb\\x8d\\x53\\xbb\\x56\\x42\\x6e\\x32\\x93\\x4d\\x42\\x38\\x81\\xf2\\xb0\\xbb\\x6d\\xe0\\xe5\\x85\\x84\\x23\\x98\\x2c\\xf8\\x60\\x13\\x5c\\xbc\\x51\\x18\\x5d\\x27\\x0d\\x65\\xf4\\x31\\xb6\\xc8\\x08\\xf7\\x76\\x55\\x01\\xf0\\x99\\xef\\xb8\\xaa\\xdb\\xd5\\x69\\x65\\x71\\xf5\\xa2\\x75\\x12\\xa5\\x3e\\x2c\\xcd\\x8d\\xd8\\xd9\\x49\\x4b\\x76\\xfb\\x66\\x49\\x32\\x09\\xa3\\x2a\\x4e\\xf0\\x19\\xf3\\x2f\\xb9\\xa1\\x66\\x8a\\x9c\\xe1\\x84\\x2a\\xcf\\x83\\x17\\x42\\xd5\\x57\\xbb\\x0f\\x15\\xca\\x5c\\x48\\xc3\\xf8\\xe1\\x05\\x53\\xed\\x6d\\xd2\\xe7\\xde\\x41\\x6a\\x0d\\x5d\\x58\\x8a\\x55\\xd5\\x0c\\x57\\x26\\x40\\xac\\x54\\x24\\xaa\\x8f\\x8f\\x42\\xd9\\x85\\xb5\\xd7\\x84\\xa2\\xe0\\x54\\x9e\\xbb\\xfd\\x91\\xb8\\x51\\x84\\x96\\x59\\xff\\xeb\\x82\\x57\\x02\\xe6\\x99\\x25\\x2a\\x70\\x0e\\x1c\\x8d\\x57\\x7a\\x37\\x54\\x64\\x23\\x52\\x5d\\x27\\x33\\xeb\\x13\\xd9\\x28\\xc6\\x8b\\xa8\\x7c\\xae\\x53\\x28\\xa9\\xf4\\xca\\x3f\\x1b\\x84\\xcc\\xd3\\x1a\\xe2\\x8b\\xaa\\x52\\xbf\\x1e\\x40\\x58\\x70\\xe3\\xfe\\x80\\x97\\xd1\\xce\\x3d\\x22\\x37\\xa8\\x82\\x92\\x7a\\x95\\xc0\\xec\\x1e\\xba\\xb3\\x70\\x29\\x11\\x05\\xa8\\x22\\x22\\x8f\\x5d\\x0f\\x73\\x5d\\x30\\xe9\\x0f\\x15\\xac\\x34\\x8b\\x68\\x10\\xb0\\xe0\\x0c\\xe1\\x42\\x83\\x7b\\x32\\xd1\\x0c\\xd0\\x62\\x72\\x6e\\x7f\\x71\\xb5\\x32\\x27\\x1e\\xfc\\xeb\\x9b\\x83\\x51\\xca\\x4c\\x9a\\x0d\\x22\\xa1\\x0d\\x0d\\x77\\x6e\\x10\\x21\\xca\\x0c\\xa4\\x7b\\xef\\x55\\x3b\\x13\\x68\\xdc\\xf4\\x6a\\x34\\x98\\x24\\xa9\\xe0\\x74\\xf9\\x25\\x80\\x45\\xfe\\x21\\x60\\x61\\xfe\\xd9\\x88\\xc5\\x7a\\x4f\\x24\\x87\\x9b\\xb8\\x39\\xf1\\x3f\\x07\\xb1\\x20\\xf3\\xec\\xc9\\xd6\\x49\\x84\\x93\\x9a\\x41\\x5a\\x7a\\xb5\\x5f\\x37\\x2b\\x2b\\x6f\\x88\\x6e\\xe8\\x2f\\xd7\\x8f\\x44\\x26\\xae\\x0e\\x79\\xc0\\x53\\xac\\x37\\x31\\x37\\x32\\x36\\xf6\\xa0\\x9d\\x77\\xad\\x38\\xb3\\x82\\xad\\x61\\x2b\\x81\\x2f\\x36\\x3f\\xc3\\x91\\xc9\\x61\\x96\\xc8\\xb4\\x83\\x19\\xa8\\x8f\\x2d\\x4b\\xe1\\x20\\x9a\\x08\\x4f\\x44\\x61\\xe2\\x5a\\x4c\\x2c\\xca\\xf0\\xe1\\xde\\x31\\x6b\\x81\\x7e\\x28\\xd8\\xae\\xc0\\x8e\\x87\\xf5\\x7e\\x3f\\x79\\xa0\\xad\\xfd\\xc4\\x8e\\xfa\\x15\\x5e\\xa8\\x9d\\x76\\x3f\\xda\\xc2\\x09\\xaa\\x94\\xa2\\xac\\xe8\\xce\\xc6\\x45\\xa0\\x44\\x22\\x99\\x1b\\xa9\\xc8\\xc1\\x36\\xce\\xda\\xb2\\xc3\\x95\\xcb\\x9a\\x73\\xf6\\x52\\xe8\\x1d\\x4b\\x6d\\x14\\x10\\x12\\x64\\xd2\\x37\\xdb\\x8b\\xae\\x11\\x9f\\x97\\x88\\x0c\\x14\\x70\\xd6\\x6c\\x4a\\xd0\\xbc\\x56\\xc1\\x8e\\x74\\xdd\\xb9\\x29\\xfa\\x73\\xa4\\xcf\\x73\\xb8\\x73\\xa8\\x5c\\xf0\\x60\\x4a\\x93\\xe4\\x68\\xfb\\xd2\\x90\\xf0\\xe0\\x68\\x8c\\x47\\x1b\\xe8\\x32\\xd2\\x5c\\xa7\\x86\\x34\\x6a\\x12\\x3a\\xc6\\x49\\x78\\x50\\x12\\xa3\\x6d\\x96\\x31\\x7e\\x09\\xc2\\xb7\\x1b\\x94\\x16\\x43\\x2d\\xd4\\xfd\\x82\\x6b\\xdb\\x54\\x99\\x71\\x40\\xac\\xda\\x85\\x66\\x1d\\x1c\\x6d\\x12\\xab\\x35\\x51\\xde\\x4c\\x41\\xff\\xe4\\x12\\x42\\xa9\\x4b\\xd3\\x4c\\x85\\xa4\\x06\\x0e\\xa7\\xb3\\x07\\x2f\\x0d\\x4a\\x26\\xc7\\x75\\xd8\\x25\\xd8\\xda\\x15\\xea\\x79\\x8b\\x88\\x8c\\x33\\x63\\x56\\xd7\\x54\\x73\\xec\\xb5\\xde\\x96\\x30\\x58\\x6a\\x89\\x42\\xce\\x31\\xef\\x25\\x37\\x4a\\x91\\x13\\x1f\\x01\\x41\\x0a\\x07\\x93\\x1e\\x93\\x89\\xe9\\x5b\\x12\\x82\\xb8\\xfd\\x59\\x3b\\x2e\\x69\\xeb\\xd0\\xe6\\x20\\xb9\\xe6\\x5c\\xc7\\x58\\xb8\\xbc\\xb6\\x00\\xb3\\x10\\xe9\\xd1\\x4f\\x01\\x53\\xbf\\xb6\\xa1\\x62\\xb0\\x80\\x6a\\x12\\x06\\xec\\x9c\\x52\\xbe\\x33\\x3e\\x27\\x37\\xd2\\x2b\\x1c\\xa6\\x98\\x6f\\x72\\x26\\xdb\\x4b\\x6f\\xfa\\x73\\x2b\\x8c\\x1c\\x12\\x24\\x97\\x04\\xd4\\x61\\x19\\x82\\x6c\\x6e\\x10\\x54\\xb2\\xd9\\x06\\x4e\\x46\\xf8\\xf0\\x5b\\x73\\x92\\xe2\\x6a\\xef\\xe1\\x88\\xf6\\xf7\\x14\\x21\\xea\\x66\\x3f\\x75\\xf2\\x20\\x6f\\xf4\\x58\\x8d\\xae\\x7b\\xd3\\x85\\x6d\\xa1\\x9f\\xb0\\x9d\\xb9\\x02\\xb9\\xe1\\xf6\\xee\\x29\\x2a\\x45\\xae\\x74\\xde\\x0a\\x4b\\x6f\\x54\\x25\\x34\\xaa\\x02\\x29\\x25\\x47\\xb3\\xc4\\x89\\x33\\x2b\\xbc\\x39\\x58\\x43\\x39\\x6b\\xbe\\x64\\x7d\\x77\\x0b\\x4c\\xe0\\x3e\\x08\\xa1\\xcd\\x10\\x29\\xae\\xcf\\x8a\\xb5\\x5f\\x88\\xc2\\x9a\\x43\\x97\\xfd\\xcc\\xb4\\x12\\x0a\\xc3\\x24\\x59\\x4a\\x1d\\x95\\x3b\\x97\\xc3\\x84\\x9c\\x18\\x2e\\xa4\\x0e\\xbf\\x3f\\x31\\x52\\x29\\x15\\xe9\\x68\\xce\\x8c\\xa3\\x03\\x78\\xa0\\x71\\x74\\x68\\xd3\\x58\\x41\\xeb\\xe4\\x59\\x84\\x54\\xf2\\xc5\\x1a\\x50\\x43\\xe4\\xe2\\x4c\\xa3\\x36\\xd0\\x57\\xe1\\xcb\\x6a\\x92\\xa8\\x95\\x58\\xfd\\xdd\\xca\\xa5\\x69\\x37\\x92\\x8c\\xdc\\x2d\\xdb\\xd3\\x78\\x78\\xee\\x8c\\xe9\\xca\\x0d\\x02\\x59\\x98\\x80\\x01\\x92\\xf3\\x7e\\x45\\x18\\x02\\x70\\x95\\xa8\\xba\\xd8\\xc1\\xa7\\xc5\\x62\\xd0\\x6b\\xba\\x88\\x71\\x8e\\x3d\\x41\\x3b\\xb0\\x12\\x59\\x4a\\x60\\xc0\\xb4\\x31\\x06\\x9b\\x89\\xd4\\x15\\x14\\x06\\x49\\x96\\x65\\x29\\x26\\xc2\\x1f\\xd9\\x90\\xba\\x6d\\x88\\x06\\xb3\\x58\\x6f\\x19\\x61\\x23\\xd9\\x79\\x68\\x70\\x63\\x29\\x11\\x55\\x45\\x1e\\x42\\x6e\\xf7\\x34\\xc1\\x45\\x5c\\x32\\xa4\\x2c\\x2d\\xe3\\xe8\\x1c\\x63\\xe5\\x3a\\x55\\x2a\\x71\\xef\\xfe\\x13\\x2c\\x4a\\x23\\x54\\x57\\xa8\\x5a\\xf3\\x83\\xa6\\xd6\\x4a\\x42\\xca\\xbd\\x6f\\xb4\\x44\\x88\\xe3\\x3a\\xc1\\x86\\x46\\x13\\x3e\\x87\\x65\\x62\\xe4\\x2a\\x34\\x49\\x8f\\xca\\xf6\\xd1\\xbb\\x4d\\x6a\\xba\\x91\\xa9\\x53\\x48\\xb1\\x7c\\xb0\\x49\\x88\\x24\\x55\\x43\\x26\\xab\\xf7\\x8b\\xf2\\x6c\\xfa\\x8f\\x69\\x82\\xfe\\x7c\\x9a\\x50\\x9e\\x14\\xc1\\x89\\xf0\\x8a\\xb0\\x7f\\x52\\x60\\xd3\\xf9\\x1c\\x05\\xc4\\xf0\\xd7\\x9c\\xa8\\xe3\\x18\\xbd\\x98\\x3f\\x44\\x9b\\xc0\\x46\\x00\\x99\\x83\\xa6\\xeb\\x6a\\xa1\\x8d\\x1b\\x3b\\x33\\x61\\x6f\\x6e\\xaa\\xb9\\x3e\\x55\\x25\\xbc\\xbd\\xcf\\xd9\\x8e\\xf5\\x8d\\xd2\\xb4\\xd4\\x08\\x66\\x73\\x61\\x3e\\xf8\\x34\\xeb\\x76\\xb9\\x45\\x6c\\x69\\xe3\\xba\\xb2\\xc4\\xe7\\x00\\xd3\\x64\\xa5\\xc6\\xf3\\x85\\xab\\xc8\\x85\\x37\\xe0\\x2a\\x2f\\x97\\x4a\\xe8\\x43\\xec\\xe1\\x8e\\x9a\\x58\\x01\\xef\\xc5\\x00\\x76\\x93\\xc4\\x5a\\x64\\x6d\\x59\\x1b\\xfb\\xf2\\x05\\x2c\\x0a\\x55\\x99\\x35\\x2a\\xaa\\xa6\\x6d\\x07\\xaf\\x83\\x63\\x9d\\x52\\xda\\x86\\xd3\\x3a\\x95\\x4a\\xa1\\x17\\x01\\xed\\x56\\xda\\x0d\\xba\\xc1\\x68\\x81\\x25\\xb8\\xd8\\x1b\\x30\\x67\\x7d\\x74\\x80\\x49\\x73\\xe2\\x1f\\xc1\\x42\\x6d\\x7b\\x77\\xae\\x00\\x55\\x05\\x47\\x1f\\xdc\\xb6\\x5a\\x42\\x1f\\x44\\x48\\x35\\x1b\\x63\\x59\\x7f\\x3f\\x3a\\x3a\\x39\\xdb\\x74\\xc8\\x29\\x18\\x39\\xe9\\x39\\xb0\\x78\\xb2\\x64\\x83\\x23\\x57\\x57\\x37\\x69\\xcb\\x24\\x62\\xd6\\xe7\\xf2\\x8a\\x21\\x0b\\xca\\xdc\\xa4\\x17\\x31\\x38\\xc5\\x7c\\x08\\x94\\x36\\x9d\\xe9\\xf7\\x59\\x27\\x83\\xca\\xde\\xc4\\xad\\xde\\x78\\xfb\\x7d\\xcf\\x62\\x9d\\x88\\x3c\\x2e\\x9b\\x82\\xb5\\x1a\\x2c\\x46\\xf6\\x37\\x3f\\x3a\\xfa\\x03\\x44\\x6f\\x0a\\x49\\xf1\\x42\\x5f\\x83\\x86\\x16\\x2a\\xda\\x54\\xb8\\x04\\x74\\x62\\x0b\\xa0\\x89\\x8e\\xa1\\x84\\xfc\\x3a\\x3a\\x38\\xc1\\x84\\x2d\\xaf\\x1d\\xe7\\x22\\x93\\xbd\\x59\\x12\\x22\\x87\\xb9\\x28\\x37\\x63\\xa0\\xb3\\x79\\xe0\\x1b\\x73\\x33\\x55\\xa2\\x02\\xa5\\x47\\x1d\\x1e\\x36\\xa7\\x0d\\xfe\\xa8\\xcb\\xb0\\xc0\\xa1\\x25\\x5b\\xf0\\x84\\x15\\x79\\x47\\xa3\\x1b\\x1a\\xda\\x55\\xbe\\x9e\\x35\\xfa\\x8e\\x13\\xc5\\xb6\\x6b\\x6a\\x62\\x2f\\x8d\\x59\\xc1\\xd5\\x74\\xb3\\xf6\\xbb\\xf9\\x34\\xc0\\x92\\x72\\xe2\\xb3\\xc8\\x0b\\x51\\x80\\x4a\\x72\\x6f\\x35\\xa8\\x72\\x1c\\xcd\\x98\\x27\\x3a\\xea\\x6e\\x5e\\xc6\\x53\\xad\\x30\\x81\\x6b\\xea\\x8b\\x71\\x51\\x09\\x30\\xaa\\x6d\\x84\\xda\\x44\\xfc\\xae\\x2c\\x3c\\x60\\xc5\\x93\\xc3\\x0d\\x0a\\xb7\\x49\\x1f\\xb8\\x9b\\xb0\\x63\\xb8\\x93\\x69\\x6a\\x90\\xda\\xce\\x25\\x29\\x17\\x2e\\x11\\xf3\\x2a\\x4a\\x56\\xdc\\x27\\xb8\\xc5\\x94\\x29\\x2d\\xd0\\x5b\\xe8\\xe0\\x20\\xba\\xb5\\x29\\x64\\xb1\\x90\\xd4\\xd2\\x09\\x22\\x48\\x28\\xe6\\xb8\\x4c\\x9a\\x07\\x54\\x8c\\x75\\x32\\x49\\x72\\x49\\xa5\\xab\\x03\\x52\\xe6\\xc4\\x64\\x93\\x94\\x20\\x92\\x86\\x66\\xd0\\xc5\\xc2\\x0d\\xb2\\x27\\x35\\x21\\x59\\x91\\x19\\x7b\\x41\\xb2\\x92\\x09\\x53\\x52\\x39\\x03\\x71\\xbf\\x2c\\x94\\x5a\\x45\\xd4\\x1f\\xc2\\x28\\x3b\\x3a\\xc6\\x34\\x9c\\x5a\\x52\\x01\\x43\\x2e\\xcb\\xd4\\x2c\\x8d\\x5a\\x4c\\x1e\\x5e\\x96\\xb1\\xe5\\x08\\x34\\x4a\\xcd\\xaf\\xeb\\x5c\\x42\\xd4\\xea\\xec\\x8e\\xc1\\x11\\x62\\xc3\\x2a\\x9d\\x08\\x5a\\x93\\x7d\\xed\\x15\\xe6\\xdd\\xc1\\x63\\xdc\\x44\\x40\\x8c\\x84\\x19\\x51\\x28\\xbf\\x64\\x5c\\x22\\xcd\\xc4\\x9b\\x56\\xb0\\x51\\xc6\\xd1\\x11\\x19\\x8c\\xa1\\xe4\\x30\\xf0\\x12\\xce\\x4a\\x72\\x97\\x29\\x02\\x12\\x9a\\xc0\\x82\\x99\\x14\\x13\\xd7\\x96\\xce\\x2f\\xe5\\x5e\\xb8\\xab\\x74\\x1c\\x7a\\x3f\\x4f\\x4a\\x82\\x29\\x12\\x4d\\x16\\x68\\x35\\x65\\xb5\\x0c\\xb6\\xdd\\xfb\\x84\\x1d\\xda\\x84\\x2c\\x2d\\x33\\xcf\\x25\\x40\\x0b\\x37\\xa9\\x64\\x6d\\xbb\\x19\\x55\\x59\\x7e\\xf0\\x3e\\x69\\xcf\\x38\\x34\\xce\\xa9\\x74\\x2a\\x10\\x89\\x23\\x31\\xc5\\x32\\x2e\\x04\\x11\\xa7\\x66\\x47\\xc4\\x24\\x44\\x57\\xf4\\x52\\x9b\\x1b\\x78\\x94\\x2d\\x85\\xa9\\x4c\\x52\\xd6\\xda\\xe5\\xa4\\xeb\\x3a\\x65\\xd3\\x2b\\x2d\\xa7\\xbd\\xc4\\x41\\xcc\\x28\\x92\\x89\\xd9\\xee\\xed\\x09\\x6e\\xac\\xc8\\x68\\x0a\\xe1\\x58\\xdd\\xf4\\xe0\\xf0\\x03\\x38\\x17\\x28\\x49\\x94\\x23\\xa3\\x8f\\x0b\\xa5\\xba\\xeb\\x6c\\x08\\x0a\\x2b\\x96\\x31\\xb7\\x94\\x2a\\x59\\xd7\\x15\\x62\\x26\\xc1\\x16\\x2e\\xbd\\x12\\x19\\x4d\\x02\\xb5\\x74\\x31\\xe0\\xc2\\x2e\\x1a\\xab\\xc1\\xab\\x44\\xa4\\xef\\xc4\\x21\\xd4\\x6f\\x3b\\x29\\x82\\x6c\\x24\\x76\\x89\\x64\\xb2\\xa6\\x4b\\x68\\x88\\x65\\x53\\xef\\x83\\x83\\x10\\xdc\\x88\\x83\\xc9\\x02\\x22\\x53\\x8f\\xe0\\xa8\\x20\\xe3\\x36\\x11\\x46\\xcd\\x2f\\xfb\\x08\\x64\\x7b\\x15\\x22\\xfd\\x29\\x06\\xf1\\xa6\\x7f\\x15\\xd6\\x54\\xa6\\xdc\\xa8\\x3d\\x14\\xb1\\x60\\xb0\\xf5\\x98\\x6e\\xa4\\xee\\xcf\\x61\\x53\\x1b\\x0a\\xa9\\x1c\\x18\\x26\\x7c\\x41\\xeb\\x81\\x48\\x07\\x2a\\x35\\x1b\\xc6\\x1e\\x5e\\x48\\xc8\\x8b\\x8d\\x2a\\xd3\\x28\\x74\\xa1\\xaf\\xba\\x18\\xa5\\xcb\\xcc\\x24\\xdc\\xc9\\x16\\x53\\x88\\xc2\\x55\\x7e\\xea\\x72\\xc0\\x62\\xc5\\x95\\x1e\\x0b\\x1e\\x22\\x88\\xc1\\xbd\\xa0\\x04\\x35\\x77\\x69\\x9c\\x65\\x49\\x42\\xb1\\xf7\\xdc\\x78\\x50\\x93\\x35\\x0e\\x91\\x5e\\x98\\xcb\\xb9\\xd1\\xca\\xbe\\x05\\x0d\\x56\\x8b\\xa1\\xbf\\x84\\x70\\xdb\\x3f\\x26\\xdc\\x3f\\xbf\\x92\\xc8\\x44\\x48\\xe6\\x4c\\x6b\\x86\\xd0\\x3f\\x89\\x70\\x63\\xaa\\x1d\\x3d\\x51\\xb5\\x59\\x2e\\x12\\x4f\\x32\\x6e\\xbf\\x18\\xbd\\xa3\\x62\\x72\\x56\\xdb\\x03\\xd4\\x1c\\x98\\xf9\\x3a\\xaf\\xba\\x21\\xaf\\x64\\x0b\\x1d\\x03\\x41\\xa1\\x49\\x91\\xb4\\x37\\x1f\\x05\\x23\\x18\\x67\\x16\\x90\\x09\\xba\\xd4\\xc4\\x31\\xb3\\xa7\\x33\\x93\\x96\\x1b\\x8e\\xa6\\xe0\\x3c\\xe5\\xb0\\x64\\x98\\xba\\x8a\\xb3\\xcb\\xef\\x53\\xae\\xcc\\x3a\\x0f\\x84\\xaa\\x65\\xdc\\x87\\x1f\\xae\\x97\\x81\\x39\\x63\\xe8\\x7b\\x8c\\x49\\xe0\\xd8\\x79\\xfd\\x0d\\x4b\\x82\\xaa\\x38\\xc8\\x9b\\x6a\\xde\\x6d\\x5d\\x71\\x62\\x55\\x33\\x33\\xcf\\xc6\\xbe\\x07\\x53\\xef\\xc0\\x16\\x50\\x54\\xb3\\x84\\x2c\\x03\\x79\\xc2\\x03\\x0b\\x4d\\x21\\x0c\\xd4\\x4c\\xdc\\x24\\x11\\xf2\\x51\\x4d\\xba\\x88\\x52\\xa3\\xa5\\x8d\\xaf\\x6a\\x4c\\xed\\x45\\x66\\xe3\\x7f\\xaa\\x7e\\x99\\x32\\x85\\x13\\xed\\x0e\\xc2\\x7b\\xd0\\x54\\x07\\xa7\\xc2\\x8a\\xee\\x53\\x73\\x0e\\x66\\x83\\x81\\x38\\x2a\\xf4\\x68\\xfb\\x46\\x68\\xaf\\xa5\\x4e\\x51\\x8e\\xc5\\x52\\x00\\xb1\\xc6\\xb9\\x23\\xc3\\x54\\xd5\\x68\\x9d\\x1a\\xa7\\xa8\\xf9\\x75\\xdd\\xa8\\x37\\xeb\\x32\\x5d\\x27\\x18\\x07\\x35\\x76\\x59\\x27\\xe1\\x22\\x45\\xda\\x56\\x8f\\xab\\x41\\x3b\\x0f\\x89\\xde\\x88\\x79\\x92\\x23\\x12\\xc8\\xb0\\xca\\xbb\\x4d\\xe2\\x42\\x62\\x94\\x19\\x11\\xa6\\x38\\x3c\\x59\\xd9\\x87\\x44\\x10\\xb1\\xb5\\x70\\x24\\xa4\\x6c\\xe2\\x0a\\x4c\\xdc\\x40\\xbe\\xad\\x89\\x6a\\xea\\x44\\x62\\x87\\x95\\xc6\\x35\\x58\\x0a\\x9f\\x17\\x78\\x48\\xc0\\xd8\\xd7\\xc9\\x15\\xbb\\xcb\\x51\\x8c\\xaa\\x01\\x85\\x08\\x88\\x28\\xe4\\x82\\x8e\\xd2\\x0c\\x55\\xca\\x02\\x6a\\xa6\\xce\\x47\\x97\\xa3\\xe4\\xc4\\x89\\xd9\\x2a\\x94\\x6c\\x15\\xbc\\xa0\\x36\\x39\\x1b\\xb0\\x6b\\xf2\\x84\\x24\\x42\\x94\\x70\\x87\\x13\\xfc\\x3a\\x56\\x33\\x25\\x80\\xb6\\x25\\x36\\x14\\x4e\\x39\\x88\\x2a\\x79\\x6f\\xc4\\x3d\\x1c\\x11\\x69\\x20\\x4b\\x65\\xba\\x04\\x98\\x4b\\x18\\x94\\x66\\x54\\x42\\x84\\xa3\\x93\\xf8\\xbc\\x95\\x6f\\x34\\xb9\\x53\\xda\\x6a\\xac\\x65\\x8b\\xc0\\x46\\x2f\\xff\\xe6\\x48\\x94\\x8a\\x4d\\xf5\\x3a\\x28\\x43\\xd4\\xbc\\xc3\\xa2\\xed\\xa5\\x4a\\x69\\xdb\\x0c\\x14\\x4d\\x5c\\xd7\\x10\\x5c\\xd8\\x4b\\x22\\x9a\\x25\\x04\\x31\\x4f\\x0e\\x33\\x70\\x81\\x87\\x46\\x59\\x9c\\xbd\\xdf\\x2a\\x42\\xf9\\xe0\\xea\\x0e\\xe3\\x5c\\x15\\x02\\x43\\x3b\\xd5\\x66\\xd3\\xa4\\xca\\x52\\xcb\\xab\\xe1\\x2a\\x78\\xba\\xba\\xc4\\x45\\xac\\xea\\x8a\\x4c\\x39\\xb3\\x45\\x72\\xe3\\x1e\\xeb\\x9d\\x94\\xd6\\xa0\\x9b\\x38\\xcd\\x3c\\x6c\\xd5\\xd4\\x56\\xa9\\xca\\x5e\\xbc\\x1c\\x32\\x29\\x76\\x8a\\x22\\x18\\x2e\\xac\\x8a\\xdb\\x98\\x72\\x20\\xb3\\x1d\\xcd\\xe1\\x24\\x62\\x2a\\xf6\\xda\\x5d\\xf1\\x44\\x71\\x19\\x3c\\x35\\x9b\\x40\\x88\\x89\\x57\\xac\\x04\\x1a\\xa6\\xf7\\x19\\x08\\x81\\x52\\x85\\x5f\\x27\\x33\\x45\\xd3\\x69\\xb6\\x94\\x59\\x14\\xb5\\x2b\\xce\\xe6\\x5b\\xb6\\x3b\\x42\\x13\\x49\\x48\\xb5\\x69\\xc2\\xb2\\xf8\\x20\\xae\\x6b\\x11\\xd5\\xc4\\x25\\x5c\\x55\\x34\\x8f\\xce\\x6e\\xc7\\x3a\\x69\\x41\\x22\\xc4\\xa7\\x7e\\xa7\\xdc\\x27\\x5e\\xaf\\x19\\x51\\x6d\\x0e\\x87\\x38\\x55\\x96\\xd9\\x15\\xd7\\x66\\x0b\\x4b\\x3a\\x23\\x64\\x99\\x77\\x12\\x99\\x1c\\xd5\\xf4\\x7e\\x71\\xd1\\x5e\\xab\\x21\\x6e\\x95\\xcd\\x1a\\xca\\xcd\\x2b\\x2f\\x61\\x19\\x2f\\x4a\\xab\\xfe\\xae\\xa9\\x9c\\x76\\xf0\\x5a\\xf4\\x66\\x98\\xb6\\x89\\xc8\\x09\\x54\\x13\\xd4\\x7d\\x71\\xa1\\x24\\x6c\\xfa\\x2b\\x98\\x89\\x63\\x0b\\x59\\xb5\\xa7\\xe5\\x0c\\xf6\\xab\\x23\\x13\\x03\\x4e\\xb3\\xa1\\x59\\xc0\\x88\\xa1\\xe3\\x72\\x24\\xa0\\x11\\x7b\\xb3\\xdb\\x0c\\x0f\\x8f\\xc6\\x5f\\x3e\\x55\\x72\\x17\\x1e\\xa5\\x94\\x5c\\x61\\x00\\xbb\\x48\\x1d\\xec\\x4f\\x7c\\x90\\x77\\xa4\\x50\\xf9\\x56\\xe3\\x5e\\x1a\\xcd\\x9d\\xb2\\x9a\\x13\\x4a\\x2f\\x53\\x58\\x41\\xac\\x70\\x05\\xbd\\x42\\xdd\\xb6\\x48\\x03\\xb3\\x9a\\x35\\xd3\\xa1\\x75\\xd2\\x70\\xd7\\x0c\\xa7\\x06\\x1f\\x26\\x02\\xdf\\xb9\\x22\\xb8\\x11\\x2b\\x17\\x41\\x79\\x34\\xb3\\xbc\\x0f\\xdc\\x49\\x6f\\x10\\xaa\\x61\\x04\\x5e\\x47\\xb7\\x05\\x34\\x87\\xe4\\xc8\\xd0\\x22\\x72\\xbf\\x83\\x12\\xed\\x77\\xd1\\x76\\x9d\\x73\\x0c\\x01\\x0f\\xe6\\xbc\\xaa\\x05\\xe6\\x64\\x97\\x06\\x5e\\xb4\\x58\\xa8\\x34\\x44\\x67\\x93\\x50\\x63\\x73\\x48\\xfb\\x1b\\xd1\\x68\\x3f\\xbd\\xbb\\x24\\x04\\x52\\x85\\xb6\\xa9\\xc3\\x61\\xb9\\x2e\\x00\\x3d\\x61\\xa4\\x7d\\x9a\\x2a\\xf9\\x70\\x5f\\x6b\\xb9\\x4c\\x92\\x8c\\xcc\\xa9\\xfd\\x84\\x66\\x51\\xae\\xde\\x8e\\x92\\x20\\x5e\\xe1\\x2c\\xaa\\x70\\x69\\x5b\\x93\\xa5\\x92\\x74\\x6d\\x47\\xd4\\xc4\\x22\\x4b\\x26\\x29\\x60\\x11\\x21\\xb5\\x38\\x58\\x90\\xb9\\xd7\\xb5\\x48\\x6a\\x89\\x53\\x29\\x52\\xc9\\xce\\x19\\xfd\\xc5\\x37\\x01\\x8b\\x2a\\x14\\x04\\x56\\x21\\x07\\xbb\\x16\\x9f\\xe4\\xbc\\x8a\\x44\\x78\\xfb\\x06\\x0f\\x46\\xcd\\xbd\\x65\\x8d\\x34\\x16\\xf7\\x58\\x26\\x6e\\xe9\\xe5\\xf1\\x91\\x4b\\x81\\x3a\\x26\\xa3\\xcc\\xac\\xec\\x29\\x0d\\xf4\\x4f\\x49\\x66\\x59\\x98\\x88\\x44\\x4a\\x34\\xba\\xdb\\xb9\\x3f\\x8a\\xb4\\xf9\\xa1\\x4a\\x18\\x85\\xdf\\x15\\xd2\\xf3\\xcd\\xf4\\x55\\x84\\x38\\x65\\x7b\\x34\\x3f\\xda\\xaa\\x0e\\xee\\x62\\xe5\\xe2\\x28\\x6b\\xf6\\x62\\x16\\x7d\\x69\\xb2\\x35\\xaf\\x1a\\xb5\\x69\\x68\\xe3\\x82\\xc4\\xca\\x9a\\xa0\\xf3\\x47\\xfe\\x76\\xea\\xa1\\xb1\\xf9\\x69\\x43\\x40\\xa8\\x79\\x61\\x10\\x4c\\xcb\\x77\\x97\\xc8\\x90\\x3a\\x39\\x37\\x1c\\x83\\x7b\\x5e\\x00\\x19\\xbc\\xa2\\x77\\x6c\\xe4\\x94\\xa5\\xd7\\xd1\\xe0\\x74\\x60\\xba\\xa0\\x94\\xb6\\xca\\xb1\\x62\\xf8\\xb9\\x70\\xae\\xc0\\xb1\\x6d\\x01\\x72\\x76\\x53\\xba\\x32\\xac\\x96\\xe1\\x66\\x83\\x3b\\xa4\\xb2\\xaa\\xc1\\x79\\x41\\xc3\\x34\\x9a\\xd2\\x39\\x85\\x42\\x78\\x6f\\xe2\\x6c\\x22\\x88\\x4d\\x00\\x82\\x84\\xe3\\x3e\\xc4\\x21\\xe0\\x08\\xaf\\xf4\\x66\\x17\\x72\\x74\\xcf\\x09\\x82\\xda\\x08\\xf4\\xe1\\xe8\\x0d\\x50\\x02\\x96\\xb6\\x8d\\x20\\x31\\x44\\x44\\xe6\\x16\\xe7\\x30\\x02\\x7c\\x69\\x69\\x56\\xca\\x55\\xe0\\x3f\\xc9\\xda\\x4d\\x4b\\x6d\\x07\\x09\\xd8\\x9a\\xd5\\x45\\x68\\x6f\\x07\\x64\\x72\\x02\\x11\\x1e\\x4d\\x01\\xe4\\x62\\x40\\x94\\xbc\\x77\\x70\\xa9\\x49\\xb9\\xe2\\x17\\x15\\xd0\\xfb\\x3f\\x0c\\xd4\\x01\\x3f\\xbf\\xe5\\x8f\\xa3\\xdc\\x92\\x43\\xad\\x6f\\xe0\\x3f\\xab\\x80\\x7e\\x92\\x4f\\x9e\\xba\\x15\\x8c\\x9f\\x4b\\xe9\\x27\\xf5\\xe2\\x92\\x54\\xab\\x0a\\xac\\x65\\x34\\x5d\\x55\\xc2\\x66\\x75\\x95\\xe4\\x3b\\xbf\\x44\\x4d\\x88\\x1b\\x51\\x6c\\xa5\\x61\\xaa\\xb4\\xb7\\x57\\x93\\x0a\\xa6\\xe3\\x6c\\xc5\\xf5\\x72\\xaa\\xe5\\xa6\\xbf\\x92\\xa1\\x4f\\x15\\x51\\x1e\\x9e\\x9a\\x30\\x6a\\x7c\\x38\\xad\\x5f\\xa1\\x19\\x72\\x09\\xc8\\x45\\x9e\\xb5\\x32\\xa6\\x0b\\xd5\\xe5\\x9c\\xb9\\x0b\\x55\\x8a\\xfc\\xd8\\x05\\x70\\x04\\xf6\\x1a\\x78\\xc9\\x92\\xa9\\x81\\xa0\\xa0\\x86\\x8b\\x97\\x2e\\xd5\\x26\\xdb\\xde\\x90\\xc8\\x92\\x99\\x8f\\x2e\\x6f\\x6b\\x4b\\x2e\\xd2\\xec\\x70\\xc2\\x30\\x4a\\x19\\x53\\x10\\x24\\x7d\\x85\\xd9\\x38\\xa9\\xff\\xaa\\xf3\\x58\\xef\\x14\\xf1\\xeb\\xcc\\x0c\\x07\\x87\\xe5\\xd4\\x91\\xd3\\xdc\\xbe\\x2d\\x60\\xbb\\xbf\\x5a\\xca\\xab\\xc1\\x50\\x28\\x81\\xeb\\xee\\x82\\x17\\xdf\\x64\\x20\\x88\\x5d\\x35\\x2b\\xd4\\x8f\\xae\\x91\\xd1\\xb2\\x33\\x67\\xce\\x8d\\x1d\\x8b\\x51\\x09\\xf3\\xd9\\x7d\\x59\\x2a\\xf1\\xb9\\x2f\\x42\\x9c\\x51\\xd7\\x99\\x87\\xc6\\xad\\x15\\x36\\x81\\x4d\\x9d\\x04\\xeb\\xc4\\xaf\\x63\\x52\\x39\\x01\\x6e\\x6b\\xb8\\x3b\\x54\\xa9\\x02\\x2a\\xb8\\xbb\\x37\\xf0\\x71\\xbf\\x6f\\x08\\x1a\\xf9\\x08\\xd7\\xf8\\xff\\x82\\x42\\x70\\xdb\\xee\\xcc\\xbe\\xa5\\xa3\\xdb\\xd0\\xee\\xb6\\xed\\x66\\xad\\x53\\x93\\xec\\xf0\\xe9\\x32\\x6d\\xd6\\x2d\\x48\\xb9\\xaa\\x28\\xcf\\x52\\xad\\x76\\xf1\\xd3\\x59\\xa1\\xe6\\xe4\\x4d\\x4c\\x85\\x40\\x0d\\xa5\\x78\\xb1\\xa9\\xa8\\x64\\xfa\\xee\\x6c\\x4c\\xa2\\x57\\x45\\x7b\\xed\\x81\\x73\\x0b\\xe1\\xc2\\x8d\\x5b\\x5a\\x23\\x52\\x4e\\xb5\\x76\\x85\\x07\\x27\\xba\\x33\\x16\\x98\\x69\\x74\\x6d\\x62\\xcb\\x68\\x84\\xb0\\xdc\\x97\\x10\\x6e\\x9c\\x7c\\xba\\x4e\\xb9\\x9d\\x5d\\x11\\xe1\\xca\\x6c\\xaa\\x65\\xd8\\x56\\x2e\\xc2\\x65\\x53\\x4e\\xc5\\x5a\\x20\\x36\\xec\\x4d\\xd6\\xa5\\x57\\xa9\\x65\\x4e\\xb3\\x25\\x5f\\x76\\x48\\x8e\\xf4\\xc3\\x64\\xdb\\x85\\xf2\\xe8\\x9e\\xc2\\x06\\x7f\\x7d\\x7d\\xa1\\xde\\x37\\xba\\x5c\\x7b\\x63\\xd8\\x3a\\x89\\xb9\\xf9\\x94\\x02\\x59\\xf0\\x14\\x6f\\xcb\\x6a\\x76\\xd4\\xbb\\xf5\\xba\\xef\\x46\\x1a\\x64\\x93\\x0d\\x84\\x2a\\x11\\xcb\\x3e\\x36\\x8b\\x29\\x63\\x0c\\x4b\\xec\\xee\\x2a\\xe4\\x62\\xb4\\x11\\xb3\\x50\\xdc\\x13\\x2a\\x48\\x13\\x19\\x48\\x90\\x36\\x63\\x39\\x5a\\x16\\x43\\xfa\\xcc\\xf4\\xb6\\xde\\xe4\\x0e\\xcc\\x6b\\x6a\\xcb\\x19\\x96\\x41\\xdc\\x60\\x59\\x58\\xd2\\xe6\\x64\\x59\\x18\\x7d\\xdc\\x76\\x1a\\xcc\\x92\\x4d\\xb3\\x85\\x64\\xb4\\x09\\xc6\\x37\\x55\\x32\\x69\\xf1\\xee\\x20\\x84\\x99\\x01\\xa4\\xa9\\xd1\\x4b\\x7c\\x09\\x6a\\xf7\\xc1\\x65\\x54\\xb8\\x38\\xc9\\xe1\\xf9\\xaf\\xa9\\x8a\\x57\\x6d\\xdb\\x35\\x69\\x5d\\x69\\xe0\\x65\\xd9\\x7b\\x81\\x25\\x63\\x52\\xb5\\xa7\\x80\\xa4\\xc5\\x95\\xfd\\x18\\x33\\x2a\\x3a\\x0a\\x4f\\xaa\\x3a\\x41\\x5f\\x90\\x34\\x8b\\x28\\x8f\\xc5\\x25\\xa1\\xe6\\xaa\\x7b\\xf3\\x61\\x5c\\xe1\\xca\\xa9\\x65\\x1c\\x89\\x33\\x12\\x6c\\x84\\xc8\\xea\\xe5\\x8c\\xe0\\x70\\xe4\\xe1\\x01\\x3b\\xcf\\x3e\\x1b\\x10\\x99\\xfe\\xf4\\x53\\x78\\x58\\x92\\x98\\x2c\\x33\\x64\\x56\\x25\\x16\\x17\\x28\\xd0\\x3b\\xf3\\xe3\\xfe\\x6c\\x6a\\xae\\xb1\\xb8\\x8d\\x4a\\x55\\x6e\\x35\\x59\\xcc\\x35\\x5d\\xef\\xc4\\x96\\x19\\x16\\x3b\\xd9\\x43\\xef\\x0b\\x8d\\x86\\xef\\x34\\x02\\x56\\xf7\\x59\\x8f\\x04\\x37\\x69\\x53\\xb8\\xd3\\xd1\\xc5\\x54\\x3e\\x05\\x96\\x63\\x32\\x50\\x06\\x8d\\xa9\\x8d\\x0a\\x2b\\x6d\\x4c\\x8a\\xb6\\x02\\x4d\\x19\\x86\\x4b\\xfb\\x47\\xbc\\xa1\\x89\\xa9\\x50\\x4e\\x45\\x5a\\x7a\\x83\\x05\\xdb\\xfa\\x5a\\x20\\x86\\x9d\\xf2\\x29\\xb8\\x51\\x8f\\x9a\\x94\\xe0\\x94\\xcb\\xd2\\xc5\\x94\\x36\\xb6\\x33\\x14\\xb7\\xed\\xa8\\xf0\\xa3\\x53\\xa5\\x5c\\x8b\\x8d\\x89\\xbd\\xa1\\xd4\\xf8\\xae\\x1c\\x22\\x65\\x46\\x0c\\xd6\\x94\\x65\\x50\\xaa\\x8c\\xa4\\xc5\\x52\\xd3\\xaa\\xf9\\x31\\xd1\\xf6\\x76\\x8a\\x7c\\x2e\\x92\\x31\\x73\\x26\\xba\\x20\\x7a\\x8f\\xdd\\x89\\x20\\x2f\\x2a\\xea\\x35\\x69\\xdb\\x4c\\x17\\xeb\\xd1\\x3b\\x82\\x83\\xca\\xcf\\x4d\\xaf\\x47\\x5b\\x8f\\xa9\\x2e\\x2c\\x26\\x68\\xdb\\x50\\x6c\\xad\\xa9\\x53\\xfd\\x21\\xde\\x17\\x29\\x62\\xee\\xa3\\x77\\x00\\x4f\\x0b\\x8e\\x8f\\x64\\x3c\\x7c\\xb2\\xa9\\x4c\\xd5\\xb8\\xb5\\xb6\\xb0\\x8e\\x8b\\xf0\\xee\\xf2\\xd4\\x4d\\x4e\\x41\\xcd\\x7d\\xe4\\x22\\x2e\\x6e\\x45\\xd5\\x9b\\xba\\x5a\\xb9\\x9a\\x3a\\x8e\\xae\\xe5\\xef\\x63\\xd1\\x16\\x71\\xe2\\x2d\\xbd\\x04\\x65\\x3e\\x52\\x1f\\x2c\\xe1\\x28\\x99\\x4c\\x7b\\x32\\x5c\\xd3\\xae\\x1b\\x1d\\x53\\x7d\\x7c\\xcd\\xc4\\xc0\\x9b\\xbd\\x48\\xf1\\x34\\x03\\x0b\\x87\\x4f\\x71\\x59\\x78\\xf5\\x02\\xee\\x2e\\xd9\\x8d\\x64\\xf6\\xf2\\x66\\xf1\\x99\\x7a\\x41\\x62\\xa2\\x2e\\xe6\\x60\\xa1\\x42\\x92\\x1e\\xbc\\x26\\xe9\\x13\\xc8\\xcf\\xa0\\xb4\\x58\\x20\\x26\\xe6\\x4a\\x92\\x35\\xee\\x97\\x8a\\x17\\x93\\xb5\\x97\\xa8\\x29\\x8c\\x52\\x77\\x48\\xe8\\x47\\xe4\\xa5\\xb1\\x58\\x91\\x2d\\x73\\x8b\\x70\\x62\\xeb\\xb7\\x02\\x45\\x51\\xee\\xb5\\xa5\\x1c\\xc2\\x9c\\x56\\x3c\\x01\\x6d\\xb9\\xe4\\xd1\\x2b\\xa0\\x1c\\x1a\\x12\\x25\\x84\\x3a\\xda\\xb9\\x44\\xfb\\x55\\xa1\\x66\\xdf\\x03\\x39\\xb4\\x7a\\x43\\x92\\x6e\\xf7\\xdd\\xd1\\x30\\xac\\x4d\\x4b\\xf4\\x57\\x80\\xfc\\x74\\x25\\x1a\\x76\\x35\\xc1\\x5e\\xcc\\xed\\x05\\x2c\\xc6\\x32\\x33\\x24\\x7c\\xb0\\x9d\\xf1\\xce\\x42\\x32\\xdc\\xa8\\x94\\x29\\x45\\x88\\x0b\\xb1\\xe2\\xbe\\xdc\\x30\\x2c\\xdc\\xda\\xbe\\x89\\x9b\\x1f\\x5e\\x7f\\xd9\\x06\\xa2\\x80\\x3c\\x43\\x4b\\x72\\x55\\xaf\\xd8\\x2a\\x29\\x65\\x12\\x7f\\x8b\\xbd\\x6f\\x48\\x48\\x5e\\x97\\x5f\\x12\\x4a\\x68\\xb3\\x9d\\xda\\x46\\x39\\xa7\\x58\\x1e\\xd0\\xec\\xeb\\x68\\x64\\x57\\x99\\xd3\\x0c\\xb1\\x37\\x58\\x47\\xfd\\x6a\\x63\\xe1\\x06\\xfe\\x85\\x0f\\x6a\\x52\\xa5\\xd0\\x8e\\xbc\\x20\\x7c\\xb4\\x58\\x00\\xd7\\xc4\\xe6\\xfb\\x0e\\x67\\xc5\\x52\\xa1\\x76\\xec\\x6c\\x2b\\xfa\\xd8\\x4a\\xf1\\x56\\x5b\\x17\\x24\\x75\\xb5\\x3d\\x1a\\xb0\\x85\\x52\\xd4\\xb0\\x1f\\x29\\x18\\xb7\\x0d\\x11\\x71\\x32\\xd9\\xaa\\x7b\\x7b\\xaf\\xec\\x0e\\x6f\\x53\\x96\\xb7\\xb3\\x02\\x5b\\x31\\xe7\\x25\\x9b\\x4c\\x53\\x2c\\x8e\\x06\\x7e\\xc1\\x26\\x47\\x97\\xb8\\xe7\\x14\\xe9\\x0e\\xc5\\x1d\\x51\\x98\\x5e\\x86\\x30\\x4c\\x04\\x23\\xa6\\xd3\\x12\\x5b\\xa1\\x91\\xfb\\xc7\\x12\\x51\\x61\\x8d\\x34\\x06\\x37\\xc2\\x43\\x69\\x36\\xd7\\x88\\x0d\\x50\\x6d\\xc2\\x32\\x36\\xea\\x12\\x7b\\xcd\\x2a\\xab\\xa6\\x25\\x15\\xc8\\xab\\x89\\xff\\xc5\\x8c\\x00\\xc9\\x95\\x86\\x44\\x56\\xd4\\xc1\\xb1\\x30\\xbe\\x14\\xa7\\x4f\\x53\\x47\\x63\\xbe\\xa2\\xa0\\x09\\x0e\\xa9\\x3a\\x7c\\xd6\\x4c\\x7c\\x08\\xcd\\x35\\x77\\x81\\x55\\x99\\xda\\x62\\x46\\x06\\x38\\xec\\x1c\\xd2\\x6d\\xaa\\x85\\x73\\x74\\x97\\x52\\xf7\\x42\\xb3\\xa6\\x8f\\x04\\xf7\\x28\\x6a\\xda\\x79\\x51\\x72\\xa3\\xf6\\xbd\\x65\\xd5\\x87\\xa7\\x38\\x0e\\x67\\x31\\xd3\\x0b\\x94\\x5a\\x82\\x69\\x14\\x73\\xf8\\xe4\\x0d\\xa7\\x56\\xdf\\x9b\\xea\\x36\\x0d\\x8e\\x76\\x71\\xd7\\x15\\xa9\\x64\\x22\\x46\\x3c\\xfa\\x4b\\x40\\x25\\x8d\\x70\\x8e\\x4a\\x04\\x36\\x31\\x06\\xd6\\xdc\\x5b\\xd2\\xc7\\xa1\\x09\\x76\\xb6\\x9f\\xc6\\xc9\\xd8\\xa8\\x0f\\x25\\x79\\x1b\\x31\\x3e\\xda\\xcb\\x48\\xda\\x82\\x57\\x98\\x04\\xc7\\x14\\xf4\\x35\\x2a\\x95\\x76\\x31\\x50\\x19\\x8e\\xd2\\x97\\x5d\\xce\\xa9\\xf9\\xd3\\x28\\x59\\x96\\xea\\x34\\x57\\x4d\\xff\\x48\\xb9\\x38\\x10\\x8b\\x27\\x75\\x05\\x26\\xbd\\x0b\\x83\\x00\\xbb\\x73\\x20\\x6e\\x68\\x87\\xae\\x28\\x11\\x37\\xbd\\x78\\x5e\\x80\\x42\\xa4\\x79\\x5d\\x13\\xae\\xff\\x49\\x7b\\xe1\\xe7\\x05\\xfe\\xe3\\xc8\\xc0\\x7f\\x63\\xfa\\x48\\xcd\\x14\\xad\\x62\\xf5\\x7f\\x52\\xe0\\xff\\x4e\\x2a\\xa6\\x91\\xc0\\xc4\\x2b\\x8a\\x26\\xc2\\x1b\\xae\\xe3\\xe2\\x68\\x71\\xb1\\xde\\xf5\\x2e\\x24\\xae\\x61\\x93\\x72\\xa9\\x6c\\x35\\x59\\xe7\\x70\\x07\\xed\\xb5\\xfc\\x11\\x34\\x9d\\x98\\x61\\xe6\\xe1\\xb8\\xc4\\xbd\\x55\\x59\\x89\\xb0\\x15\\x11\\x47\\xc4\\xd1\\x95\\xa9\\x3c\\x4d\\x5e\\x96\\x48\\xe7\\x75\\x02\\x2b\\x07\\x4f\\xde\\xd7\\x48\\x84\\x6b\\xea\\xf1\\xb6\\xd0\\xf7\\x74\\x8b\\xf2\\x35\\xd9\\x12\\x25\\x22\\x0a\\xaf\\xc5\\x12\\x36\\xdd\\x4e\\x74\\x5f\\xc7\\x1b\\xfb\\xbb\\x10\\xda\\xb0\\x1a\\xa9\\xa4\\xd7\\x3d\\xd3\\xca\\x30\\x44\\xa2\\x74\\x8a\\x69\\xfd\\x68\\xbd\\xb4\\x91\\x0e\\x99\\x75\\x10\\xf3\\xe6\\x9d\\x3c\\x12\\x07\\xc3\\xc6\\xa7\\x5f\\xbd\\x7c\\x8b\\x31\\x44\\x28\\x5f\\x37\\x35\\x79\\x28\\x9c\\xb7\\xa4\\x49\\xb3\\xd2\\xde\\x48\\x59\\x11\\x2c\\x7b\\x63\\x77\\x09\\x2f\\x88\\xcf\\x37\\x31\\xc3\\x25\\x18\\x21\\x21\\xd2\\xc0\\x49\\xd2\\xfb\\x14\\x1f\\x5d\\x6c\\x27\\x79\\x57\\x37\\xe9\\x12\\xab\\xf7\\x86\\x22\\x37\\x29\\x9d\\x49\\xfc\\x6c\\xc1\\xff\\x49\\x02\\x81\\xaf\\x5b\\xa5\\xb7\\x34\\x01\\xd1\\x28\\x1c\\x8f\\x96\\x22\\x4f\\x81\\xbb\\x58\\x96\\xf5\\x96\\xd8\\xcb\\xbd\\x35\\x25\\x9d\\xcd\\xcd\\xb2\\x8a\\xec\\x3e\\xad\\xeb\\xa6\\x6e\\x5a\\x51\\x41\\x96\\x47\\x17\\xe5\\x92\\x2e\\xd6\\x54\\xa5\\x9a\\x7a\\xe3\\x64\\xa6\\xc9\\xe0\\x8b\\x4f\\x4d\\x08\\x66\\xd7\\x47\\x05\\x27\\x16\\x43\\xb3\\x32\\x50\\xfa\\x91\\x3a\\x5a\\x6f\\xe7\\x09\\x65\\x02\\xb4\\x15\\xb3\\x9a\\xba\\x6b\\xc5\\xee\\x5e\\x2e\\x46\\xa6\\x59\\x9b\\x9f\\xa8\\xfb\\x62\\x2a\\x65\\x10\\x9a\\x01\\x32\\xf7\\x8f\\x07\\x63\\x22\\x69\\x6b\\x61\\x52\\xec\\x86\\xb3\\xdf\\xa6\\x51\\x13\\x48\\x06\\x1b\\xa6\\x21\\x9a\\x85\\x46\\x5a\\xd3\\x34\\x26\\x0c\\x70\\xdd\\xf8\\x87\\x2c\\x1e\\x4d\\xc5\\x7e\\x82\\xca\\x74\\x8b\\xb2\\xec\\xd5\\x10\\x34\\x84\\x15\\x59\\x20\\x45\\x89\\xf5\\x52\\x0e\\x12\\x12\\xd1\\x8c\\x87\\x6a\\xac\\xf2\\xc1\\x27\\x64\\xb2\\x39\\x5a\\xb2\\x35\\x0b\\x87\\x8f\\x08\\x34\\x13\\xa4\\xa4\\xe1\\xe8\\x94\\xa5\\xd7\\xd4\\xf8\\x8f\\xfa\\xa8\\xa9\\x21\\x7f\\x8a\\x88\\xd8\\x13\\x0d\\x99\\x36\\x6f\\x2f\\x2c\\x32\\x7d\\xc8\\x98\\xdb\\x4a\\xb9\\xbb\\xfe\\xd2\\x89\\x47\\xc5\\xd7\\xd2\\x50\\x1f\\x26\\xc8\\x30\\x25\\x38\\x09\\xed\\xdb\\x77\\x74\\x13\\x39\\x0f\\x1c\\x24\\xf7\\x9c\\x8a\\x32\\x96\\x40\\x8e\\x9a\\xd1\\x66\\x0e\\xb2\\x72\\x6b\\x6f\\x23\\xcb\\xeb\\x04\\xd9\\x08\\xa0\\x95\\x31\\xd3\\x62\\xae\\x3e\\x1d\\x3c\\x2d\\xe9\\xc3\\xc7\\x46\\x9b\\x8b\\xd9\\x44\\xe5\\x17\\x2c\\x09\\x0c\\x26\\x51\\x6e\\x11\\x7a\\x2f\\x22\\xe8\\xae\\xf0\\x91\\x06\\x03\\xf5\\x5f\\x0f\\x96\\x20\\x9d\\x82\\x6d\\xa2\\xad\\x70\\x48\\x1a\\xfd\\x6e\\x75\\xfb\\x24\\x2a\\xed\\x3d\\xa6\\xee\\xc7\\xd9\\x1a\\x33\\x7b\\x4c\\x27\\xe8\\xf5\\x51\\xe9\\x95\\xd1\\xdc\\xc4\\xb8\\xd4\\x20\\x24\\x53\\xae\\x47\\x52\\x46\\x6e\\xfb\\x6a\\x42\\xf8\\x66\\x28\\x6f\\x09\\xc2\\xa3\\xbd\\xc7\\x45\\x84\\x23\\x46\\xd9\\x31\\x1a\\xce\\x90\\x16\\x1d\\xcd\\xb8\\x79\\xb2\\x61\\xa2\\x16\\xda\\xa7\\x27\\x74\\xf6\\xe3\\xf9\\xc1\\x40\\x4d\\x6c\\x82\\xc3\\x8b\\x75\\xb1\\x97\\x14\\x5c\\xe2\\x3a\\xbb\\xac\\xe3\\x09\\x75\\x23\\x53\\xca\\x24\\x85\\xe9\\x76\\x43\\x43\\x81\\xbd\\x61\\x99\\x36\\x0f\\xe6\\x43\\xe0\\x29\\xef\\xa8\\xf5\\x44\\x32\\x53\\x82\\xb5\\x2a\\xc2\\x53\\xe9\\x70\\x89\\xbe\\x29\\x13\\xd1\\x8c\\xd9\\x1a\\x2b\\xfa\\xd4\\xfb\\x48\\x39\\x32\\xc2\\xa7\\x39\\xa9\\xad\\x8c\\xc5\\x64\\x78\\x3e\\xaa\\xb1\\x70\\x29\\xdb\\x84\\xec\\x32\\x49\\x78\\xec\\x71\\x45\\xa6\\x8c\\x34\\x91\\x05\\xa9\\xf4\\xff\\xf6\\x86\\xaa\\x1a\\xbf\\xa4\\x71\\x00\\xc1\\x81\\x0b\\xe5\\x4e\\xe1\\xa2\\x12\\x4b\\x23\\xee\\xb7\\x3f\\x3a\\x54\\x75\\x56\\xdf\\x30\\xaa\\xf6\\xac\\x8c\\x26\\x98\\x19\\xb9\\xa4\\x0d\\x98\\x2b\\x96\\xaa\\x66\\x28\\x61\\xb3\\xbc\\xc9\\x7e\\xe5\\x60\\x58\\xa3\\x26\\x5b\\x20\\x64\\xd9\\x0b\\x77\\xee\\x38\\x66\\xd7\\xdd\\x92\\x6d\\xa0\\x28\\x31\\x2f\\xca\\xa8\\x04\\x5f\\xc8\\x14\\x47\\x7f\\x4f\\x92\\x84\\x26\\x39\\x8e\\x4e\\x84\\x64\\x8c\\x3f\\xc8\\x48\\x39\\xab\\x51\\xa9\\x6e\\x75\\x04\\x5b\\xe5\\xed\\xd6\\x32\\x2b\\x61\\xe9\\x59\\xd7\\x2a\\xd6\\x56\\x5c\\x23\\xbc\\x3f\\xf6\\x77\\xb4\\x5c\\x7b\\x33\\xb5\\x21\\x16\\x93\\x1a\\x4d\\x57\\x27\\xb3\\xdd\\xb5\\xed\\x04\\xb3\\x06\\x3d\\xed\\xb7\\xf8\\xc3\\xce\\x69\\xcf\\xc8\\xa0\\x36\\x31\\x74\\x78\\x2d\\xf7\\x94\\x65\\x6d\\x95\\x71\\x0d\\xd2\\xb3\\x20\\x4a\\x01\\xac\\x53\\x5a\\xa5\\x9a\\xf6\\x9d\\x07\\xb3\\x42\\xae\\x5b\\x62\\xc6\\x51\\x87\\x09\\x2d\\x4c\\x5a\\x6c\\x83\\xa4\\x23\\x0d\\xb0\\x55\\x72\\x93\\x3b\\x3b\\xef\\x0e\\x51\\x31\\x97\\x47\\xd3\\x6a\\x78\\xde\\xcb\\x3f\\x66\\x8a\\x33\\x4d\\xfd\\xac\\x4b\\x1e\\x7d\\x5e\\xb8\\xaf\\xdc\\xc1\\x0d\\xbf\\x92\\x97\\x90\\x89\\x60\\x72\\x84\\x70\\x20\\x7d\\x9d\\x34\\x90\\x68\\x38\\x3f\\xe3\\x06\\xae\\x19\\x0b\\x58\\xd2\\x82\\xa6\\xa3\\x70\\x60\\xd2\\x4c\\x0a\\xda\\xdd\\xf0\\xc0\\x3c\\x85\\xa8\\xda\\xef\\xc8\\x88\\x7b\\xce\\xe6\\x96\\xa6\\x46\\x1c\\x50\\xe8\\xd1\\xa5\\xdb\\xed\\x13\\x3d\\xd9\\x75\\x76\\x47\\xd1\\x54\\x3a\\xf6\\xb9\\x6f\\xfc\\x50\\x3e\\x7d\\x0e\\x1e\\xe5\\xe1\\xe1\\xd7\\xa5\\x6a\\x6c\\x12\\xc4\\x5b\\x52\\x8d\\x44\\x5c\\x4b\\x05\\x8b\\x87\\x4a\\xa4\\x8f\\x2e\\x01\\x7b\\x90\\x24\\xe5\\xee\\x14\\x08\\x46\\x7b\\x3e\\xac\\x97\\x45\\x2e\\xe8\\x23\\x8c\\x7a\\xb3\\x34\\xe2\\x99\\x72\\xd7\\xa3\\xf3\\xeb\\x7d\\xfd\\x73\\x43\\x4b\\x46\\xbc\\xcf\\x25\\xcc\\x63\\xce\\x8c\\x0e\\x32\\xc7\\xf6\\xe8\\x88\\x7f\\x5e\\xd5\\xf8\\x37\\x69\\x23\\x31\\x5a\\xd6\\xee\\x2f\\x85\\xc6\\x10\\x41\\xc4\\x6b\\x42\\x00\\x7d\\x31\\x4c\\xba\\x77\\x9b\\x68\\xc5\\x16\\xdb\\xef\\xad\\x59\\x7a\\x59\\x92\\x89\\x3f\\x33\\xdb\\xd6\\x3f\\x70\\xb8\\x14\\xfa\\x0c\\xa1\\x29\\x67\\x22\\xa2\\xf1\\xac\\x6a\\xd3\\x62\\xe1\\xa3\\x78\\x98\\x5c\\x7a\\xae\\x01\\xf4\\x2c\\x96\\x6b\\xeb\\xc1\\x2c\\xa3\\x54\\xa5\\x5b\\x71\\x4e\\x41\\x58\\x73\\xf5\\xf6\\x99\\x72\\xb8\\x4a\\xee\\x77\\x90\\xbd\\x6b\\x82\\x50\\x26\\x96\\xf0\\x09\\x93\\xde\\xd7\\x70\\x69\\xc0\\x62\\x04\\x05\\xa9\\x40\\x47\\x97\\xa5\\x40\\x1a\\x6b\\x49\\x1a\\x41\\x57\\xf2\\xa8\\x7d\\xe7\\xe8\\x7f\\x32\\x4d\\xbe\\x72\\xf1\\x0c\\xa9\\xf2\\x86\\xe4\\x93\\x94\\x70\\xca\\xeb\\x2e\\x19\\xe6\\xc8\\xe0\\xad\\x8e\\xc3\\xb4\\x0f\\xf8\\xa4\\x97\\x59\\x41\\x69\\x2a\\xb1\\xb7\\x76\\xb9\\xad\\x59\\x55\\x96\\x06\\x6b\\x43\\x82\\x3b\\x66\\x47\\x5e\\xc5\\x51\\x04\\x69\\xe8\\x7e\\x74\\x66\\xc8\\x36\\x8d\\x12\\xf2\\x98\\xc2\\xdf\\x51\\x8a\\xc6\\xd6\\x07\\xc1\\x1c\\x53\\xc8\\xd7\\xd0\\xdd\\x9c\\xaa\\x98\\xaf\\xa5\\x7e\\xc4\\xa5\\x01\\xa3\\x2f\\xae\\x36\\x76\\x5b\\x93\\x55\\xc3\\x47\\xa1\\xd1\\xc5\\x44\\xf9\\xcc\\x22\\xda\\x09\\xdd\\x23\\xca\\x29\\xac\\x71\\x40\\x9a\\x97\\xdc\\x41\\x77\\x94\\x44\\x15\\x4f\\xe5\\x07\\xf1\\xd1\\xd0\\xdd\\xd4\\x16\\xd2\\x3c\\xc3\\xbc\\x56\\x2f\\x7e\\x90\\xce\\xc4\\x39\\xcf\\x29\\x20\\xb7\\x75\\xb2\\x74\\x36\\x25\\xe1\\x85\\x46\\xcd\\xc5\\xb8\\x4e\\x12\\xe9\\x90\\x2f\\x23\\x5b\\xac\\x1e\\x1a\\x39\\x7e\\xd7\\xcc\\xa3\\x74\\xbf\\xdf\\x45\\x1a\\x42\\x28\\x6c\\x44\\x75\\xef\\x3b\\xb5\\xb5\\x10\\x44\\xee\\xce\\x39\\xd2\\xb6\\x47\\x9f\\x1b\\x59\\x2c\\x46\\x66\\x0c\\xc4\\x42\\xd2\\xd4\\x68\\xd9\\x08\\x3c\\x51\\x2f\\x4f\\xe5\\x4a\\x33\\x6f\\xc4\\x71\\x35\\x43\\xa0\\x18\\x96\\xfd\\xad\\x57\\x99\\xb9\\x5a\\x4d\\xed\\xb9\\x51\\x55\\x31\\xd5\\x32\\x63\\xd3\\x2a\\xe3\\xdd\\x25\\x08\\x0c\\x56\\x36\\x6e\\x54\\xaa\\x7e\\x31\\x24\\x4c\\xe5\\x24\\x33\\x06\\xaa\\x34\\x2b\\x7e\\x49\\xe0\\x3f\\xff\\x71\\xe0\\xbf\\x7e\\x7e\\xc5\\x3f\\x49\\x33\\x20\\x29\\x4b\\x46\\x65\\xfe\\xb3\\x02\\xff\\x0d\\x79\\x14\\x6d\\x72\\x7d\\x06\\x33\\x35\\x6c\\x19\\xeb\\x2e\\x4e\\x19\\xb1\\xe9\\x54\\xf4\\x03\\xce\\x84\\x68\\xef\\x77\\x5d\\x51\\x13\\x6d\\x31\\x75\\x9b\\x34\\x92\\x20\\xa3\\x46\\x1f\\xba\\x57\\x2d\\x9b\\x52\\xa9\\x21\\xaa\\x39\\xa1\\xdd\\xf3\\x65\\x27\\x7b\\x11\\x73\\xd5\\x40\\x5e\\x3e\\x9c\\x85\\x9e\\x35\\x0c\\x93\\x24\\xb2\\x96\\x00\\x6c\\x3e\\x12\\xda\\x33\\x01\\x51\\xa6\\x56\\x99\\xa7\\x6a\\x42\\xc2\\x3e\\x5e\\x82\\x28\\xf6\\xd1\\xcc\\xcb\\x4d\\xaa\\xe7\\xdc\\xe2\\x54\\x7c\\xa7\\x9d\\x6f\\xb0\\xdd\\x6d\\xf7\\x68\\x1b\\x9a\\xd3\\x94\\x0b\\x73\\xbe\\xa8\\x43\\x13\\x29\\xb9\\x1a\\x91\\x48\\xb3\\xa3\\xc3\\x63\\x7b\\xb6\\x8d\\xb2\\x73\\x1a\\xa5\\x5b\\x07\\x51\\xb0\\xe6\\xa8\\xe5\\xc3\\x29\\xd3\\x37\\x12\\x16\\x59\\x69\\x72\\x55\\x01\\x7f\\xc2\\x59\\xa6\\x4b\\x73\\xb1\\x08\\x91\\x4a\\x60\\x54\\xa2\\xdd\\x60\\x25\\x8b\\xe1\\x62\\x22\\xb5\\xbb\\x06\\x1e\\x56\\xd5\\x86\\xb7\\x06\\x6c\\x53\\xdc\\x37\\x48\\x16\\x65\\x11\\x27\\x93\\xab\\xd3\\xd1\\xf1\\x2c\\x9b\\xbc\\x77\\xc9\\x4c\\x57\\x68\\x02\\x95\\x34\\x59\\x11\\x28\\xd1\\x94\\x17\\x4d\\x42\\xb7\\x92\\xbc\\xae\\x13\\x02\\x3e\\x0a\\xec\\x77\\x4f\\x6e\\x94\\x57\\xd3\\x99\\xdd\\xb6\\x6e\\x12\\x4d\\xa1\\xc5\\x94\\xb2\\x57\\x39\\x13\\xdc\\x88\\x94\\x82\\xc2\\x1a\\xc7\\xdd\\x37\\x4a\\x78\\x4c\\x40\\x96\\x91\\x84\\xff\\x51\\x8e\\x68\\xbf\\xd2\\x9b\\x9d\\xab\\xf2\\xb8\\xb7\\xfe\\xb4\\x7b\\xb1\\x9b\\xc7\\x8a\\x46\\x49\\x6d\\xfa\\xb7\\x28\\xff\\x36\\xd0\\x51\\x99\\xa8\\x3e\\x52\\x43\\x2e\\x2e\\x78\\xd0\\x8a\\xe8\\x6d\\x53\\xc5\\xab\\x4d\\x77\\xed\\xed\\xf8\\x92\\x1b\\x71\\x11\\x18\\x2a\\x52\\xa0\\x59\\xf7\\x19\\xa3\\x62\\xc2\\x48\\x89\\x96\\x64\\x1d\\x5e\\x2b\\x41\\x93\\x45\\x1c\\x80\\xd8\\x64\\x2a\\x2c\\xc4\\x74\\x13\\x32\\x69\\xec\\x63\\x11\\x93\\x1a\\x27\\xf2\\x32\\xd4\\x15\\x0d\\x8b\\xcc\\x04\\xe7\\x36\\xe0\\xce\\xc9\\x3c\\x29\\x26\\xd5\\x48\\xcd\\xcf\\xce\\x2a\\x58\\x4a\\x88\\xdd\\xa5\\x8a\\xa2\\x95\\x5b\\xd7\\x39\\xe5\\x7d\\xfd\\x88\\x80\\x2b\\x42\\x46\\xc5\\xea\\x78\\x45\\x33\\xb1\\xcd\\x85\\x8c\\xa6\\xa8\\x34\\xf0\\x9b\\xb1\\xb4\\x46\\xe9\\x56\\xde\\x26\\x33\\x69\\x32\\x26\\x3e\\xb2\\x14\\x75\\x25\\x4c\\x70\\x82\\xb9\\xf9\\x48\\xd1\\x23\\x23\\xd9\\x47\\xd3\\x4c\\x8d\\xc9\\x76\\xa7\\x8c\\xa2\\x2a\\xca\\x1c\\x61\\x25\\x75\\xdf\\x39\\x3b\\xa1\\xfb\\xc9\\x9e\\x30\\xfb\\xd1\\x95\\xcd\\x68\\x4f\\x5a\\x22\\x63\\xad\\x62\\x9d\\xbc\\x6d\\x85\\x4c\\x1d\\x27\\x2a\\x79\\x6b\\x9c\\x13\\x82\\x1b\\xeb\\x15\\x56\\x3a\\xa5\\x65\\x56\\x68\\x43\\xe7\\x94\\x2a\\x33\\xeb\\xa3\\x94\\x69\\x19\\xdb\\xf4\\x66\\x69\\x5a\\xaf\\xbb\\x03\\xbf\\x64\\xee\\xe5\\x64\\x21\\x5c\\xae\\x7c\\x1f\\xd7\\x53\\x16\\xa2\\x9c\\x22\\x42\\x39\\x3a\\xae\\x67\\xb0\\xd5\\x4e\\xa1\\x69\\x52\\x9f\\x1c\\x22\\x9a\\x44\\xeb\\xc2\\xf8\\x3b\\xb2\\xba\\x73\\xa3\\x72\\x1d\\xd5\\x03\\x95\\x11\\x6d\\x15\\x67\\x13\\x04\\x0c\\x0a\\xef\\xf7\\x50\\xc9\\x89\\x51\\x4e\\xeb\\xba\\x87\\x66\\xec\\xae\\x3f\\xd3\\x9c\\xc1\\x58\\xc6\\x33\\xe9\\xe1\\x02\\x43\\xc8\\x8d\\xdc\\x36\\x99\\xd5\\x64\\x3a\\x5a\\xfd\\x6f\\x54\\x04\\x72\\x68\\xae\\x6e\\xe5\\x40\\x13\\xea\\x0b\\x67\\x77\\xbd\\xcf\\x7a\\x50\\x6e\\xea\\x1e\\xa6\\x5e\\xd7\\x49\\xd6\\x69\\xfa\\xc9\\x4d\\xa9\\x38\\xfd\\xac\\xc3\\x4b\\xa2\\xb5\\xb7\\xfb\\x3e\\xdc\\x13\\x9a\\xda\\x8c\\x4e\\x90\\x17\\xb7\\x02\\x0f\\x8b\\x69\\x43\\x0f\\xae\\x3a\\xba\\x9a\\x97\\xb1\\x40\\x41\\x12\\x70\\x97\\xc5\\xcd\\x80\\x4d\\x0b\\x4d\\x38\\x9c\\x40\\xe1\\x32\\x53\\xb8\\x2c\\xcd\\xec\\x6a\\x96\\x2c\\x4b\\x44\\x78\\xa8\\xf6\\x33\\x34\\x61\\x35\\xcd\\x7c\\x8d\\x51\\x5c\\x44\\x72\\x71\\x8d\\x54\\x62\\xec\\x0e\\xfb\\xba\\xc7\\x64\\x35\\x25\\x61\\x29\\x7e\\xdf\\x3d\\xc3\\xfd\\xc5\\xbc\\x90\\x66\\x79\\xfc\\x38\\x06\\x8a\\xa9\\x60\\xd5\\xb3\\xfe\\x2e\\x08\\x91\\x25\\x18\\xa1\\x02\\x58\\xda\\x84\\xca\\x13\\xde\\x5f\\xef\\x9a\\x76\\xe6\\x24\\x1f\\x7d\\x93\\x76\\xd7\\x60\\xe6\\xa6\\xa0\\x52\\xcd\\xd7\\x6c\\x4b\\x43\\x37\\x61\\x22\\xdd\\xed\\x5d\\x1a\\x79\\xb8\\x91\\x48\\x31\\xfc\\xde\\xbb\\xcc\\x80\\x17\\x57\\xcb\\xf0\\x4c\\x3d\\x7c\\xe4\\x7b\\x69\\x53\\x50\\x15\\x4f\\x52\\xac\\x6c\\xe3\\x1d\\x34\\x5c\\x72\\x10\\x66\\x13\\xaa\\x95\\x49\\x96\\xee\\x57\\x42\\xfe\\x6c\\x56\\xc1\\x54\\x4c\\x0b\\xd4\\x48\\xc1\\xc8\\x7c\\x9d\\xb2\\x38\\x4c\\x84\\x96\\x99\\x50\\x51\\xee\\x06\\xa8\\x16\\xa2\\x46\\xa1\\xca\\x86\\x46\\x83\\x17\\x19\\x6f\\x0b\\x81\\x31\\x34\\x94\\x9c\\x8e\\x06\\xa8\\x33\\x37\\x1b\\x09\\x0a\\xe1\\xe4\\x05\\xe7\\x36\\x96\\x95\\x6b\\xf4\\x6d\\xb2\\xb4\\xfd\\xd0\\x54\\xb0\\xa6\\x20\\x96\\x99\\x22\\xf4\\x6a\\x76\\x47\\x16\\xa3\\xdd\\xb4\\x33\\x64\\x52\\x8a\\xeb\\x14\\x64\\x5e\\x1a\\xd8\\x2d\\x02\\x54\\x24\\x36\\x72\\x98\\x22\\x14\\x1f\\xc8\\x99\\x84\\x65\\xb5\\x27\\x26\\x95\\x86\\xc2\\x47\\xe3\\xb1\\xa9\\x64\\x72\\x8b\\xc6\\x7d\\x53\\x73\\x59\\xa3\\x9f\\x3b\\x83\\x85\\x59\\xcd\\xa7\\xfe\\x5b\\xa6\\xae\\x9d\\xae\\x0c\\x29\\xd2\\x11\\x39\\x1a\\x39\\xac\\xdc\\x78\\x34\\x26\\x93\\x50\\x20\\xc7\\x26\\x58\\x91\\x02\\x22\\xcb\\xfd\\xc2\\x48\\x09\\x54\\xdf\\x0b\\xcd\\xcb\\x60\\x28\\xdc\\x28\\x99\\x83\\x92\\x45\\xbc\\xc2\\x0e\\x0f\\x76\\x52\\x63\\x2d\\x53\\x37\\x6c\\x43\\xda\\x35\\xce\\xd2\\x9b\\xa3\\xe4\\x91\\xce\\xdb\\xb4\\x28\\x70\\xd9\\x75\\x61\\x97\\x53\\x59\\x23\\xc8\\x66\\xf8\\xec\\x31\\xc3\\xce\\x59\\x38\\x14\\x33\\x36\\x68\\x66\\x78\\x3b\\xef\\xb5\\x20\\x0e\\x36\\xd6\\xa8\\x00\\x93\\xd7\\x7d\\x8e\\x80\\xb9\\x24\\x9c\\x5c\\x44\\x3d\\x1d\\x47\\x17\\xb0\\x0e\\x30\\xa3\\xc6\\x11\\xda\\x2e\\x93\\xd4\\x44\\x62\\x2b\\xfe\\x0e\\x31\\x49\\x8b\\xb9\\xeb\\xc4\\x7c\\xad\\x49\\xe9\\x34\\x2d\\x12\\x9b\\xd0\\xbb\\x2a\\xe7\\x14\\xf6\\x32\\xa9\\xab\\xb0\\x85\\xae\\x09\\x1e\\x34\\xa3\\xd9\\xcb\\x71\\x73\\x22\\xa6\\x12\\x92\\x4a\\x72\\x27\\x3d\\xc8\\x37\\xcd\\xfa\\xa5\\xc2\\x63\\xe6\\xf1\\xf0\\xd1\\x5d\\xbc\\x9a\\x4b\\x2a\\xad\\x08\\xb5\\xb8\\x4c\\x08\\xd9\\x1b\\x1e\\x00\\xb2\\xcf\\xf0\\x48\\x74\\x36\\x87\\x50\\x5a\\x3e\\xda\\x50\\xec\\x75\\xdd\\x9d\\x18\\x65\\xe1\\xb4\\x30\\x0d\\x48\\xba\\x75\\xf3\\x1a\\xe9\\xb0\\xe0\\xbd\\x1b\\x84\\xd2\\xd4\\x89\\xd3\\x89\\xd4\\xef\\x7b\\xad\\x48\\x9b\\x22\\xb8\\x37\\xf1\\xac\\x38\\x5c\\x81\\x58\\x97\\xb7\\xeb\\xb4\\xd8\\x1c\\x6d\\xd8\\x28\\x73\\xc4\\xf2\\x82\\x42\\x83\\xb6\\x14\\x2a\\x4d\\xae\\xe0\\x23\\x1d\\x20\\x4a\\x8f\\x34\\x9c\\x65\\x73\\xb4\\x37\\x72\\xac\\xde\\x59\\xec\\xed\\xaf\\x08\\xe1\\xa6\\x55\\xbb\\x29\\xff\\xc8\\x22\\xb2\\x98\\x35\\x6f\\xb8\\xb4\\xad\\x42\\x67\\xe2\\x3b\\xc4\\x11\\x54\\x47\\x97\\xbf\\x6d\\xf3\\xd2\\x7c\\xea\\x94\\x6d\\x6b\\xaa\\xa9\\x6d\\x70\\xa0\\x53\\x1b\\xf7\\x99\\xa3\\x12\\x95\\x42\\x62\\x1f\\x95\\x6c\\x58\\x49\\xaa\\xb9\\xae\\x76\\xca\\xa6\\x80\\xce\\xf0\\x41\\xd7\\x98\\x26\\x09\\x13\\x77\\x80\\x77\\x77\\x6b\\x32\\xaa\\x50\\x6d\\xf2\\xdb\\xa3\\x58\\xdc\\x57\\xb1\\x68\\x42\\x24\\x15\\xa9\\x15\\x47\\xab\\x00\\xf0\\x68\\xdb\\x83\\x47\\xc6\\x36\\xd7\\x09\\x20\\x8c\\x90\\xfc\\xcc\\x95\\x63\\x35\\xe8\\x54\\x3d\\x71\\x69\\x93\\x6d\\xbd\\x1e\\x3b\\x4d\\x99\\x4d\\x0c\\x97\\x50\\x22\\x35\\xd0\\x18\\x55\\x47\\xd8\\x76\\x62\\x07\\x52\\xd1\\x44\\xac\\x76\\xeb\\xab\\x8d\\xb4\\xad\\x97\\x8d\\x50\\xe9\\x3d\\x99\\x29\\x6e\\xc3\\x47\\x2a\\xac\\x8a\\xc3\\x27\\x10\\x6e\\x52\\xbd\\xc9\\xec\\x4e\\x33\\x75\\x59\\xa3\\x6c\\x59\\x3b\\xde\\x9a\\xe9\\xcb\\xc2\\xc1\\x52\\xa3\\x4e\\x2a\\xd3\\x4c\\x7c\\xb5\\x59\\xda\\xb0\\x9c\\x8b\\xb0\\xd9\\xe0\\x76\\xee\\xc0\\x6a\\x3e\\xe8\\xe6\\x86\\xdd\\xc2\\x48\\x7d\\x88\\x43\\x02\\xd9\\xf7\\x86\\x3e\\x50\\x02\\xb0\\x3e\\xce\\x55\\x69\\x6e\\x87\\x57\\x13\\x4f\\x0d\\x5f\\x4e\\xec\\xa5\\xe9\\x88\\xce\\x94\\xb9\\x90\\x4d\\x84\\xd3\\x6a\\x9b\\x1e\\xc3\\x1a\\xea\\x82\\xab\\x1a\\xb8\\x46\\x49\\xa1\\x69\\xbc\\x1c\\x42\\x96\\x15\\xd5\\x40\\x6f\\x2e\\x82\\x96\\x35\\x0e\\x81\\xd5\\xee\\x1e\\x89\\xd0\\x64\\x96\\x5e\\xd6\\x94\\xbb\\x13\\xc3\\x37\\xc9\\x8d\\xcb\\xb2\\xb1\\x49\\x35\\xc7\\x3a\\xba\\x3b\\x71\\x3a\\x88\\x8a\\x67\\x06\\xe6\\xd4\\x9b\\x37\\x0c\\x32\\x5f\\xd3\\xf1\\x65\\xd8\\x46\\x27\\x47\\x48\\x1b\\x8c\\xeb\\x82\\x05\\xe5\\x19\\xa7\\x31\\xda\\x8e\\xea\\x35\\xb2\\x08\\x13\\x43\\x30\\x01\\x66\\x40\\x9b\\x35\\xec\\x16\\xec\\xcc\\x30\\x66\\x44\\x6f\\xd2\\x6a\\x5c\\x03\\xbe\\x57\\x77\\x75\\x41\\x7f\\x67\\xe9\\x7f\\x19\\x1f\\xdd\\xf3\\x2d\\x4e\\x8b\\x9b\\xa5\\xda\\x6c\\x7a\\x36\\xd5\\x54\\x8f\\x69\\xf1\\x75\\x68\\x4a\\x4e\\xe1\\x71\\xf2\\x4c\\x91\\x88\\xab\\xfa\\xd1\\x50\\x55\\x4b\\xcd\\x75\\x72\\x71\\xd5\\xa2\\xf2\\xa9\\xd3\\x2e\\xef\\x93\\xd3\\x68\\xa5\\x60\\x8d\\x4b\\x76\\xae\\x89\\x46\\x32\\x84\\x3c\\x73\\x18\\xc5\\x7d\\xd6\\x75\\xb4\\xb5\\x04\\x9e\\xde\\x44\\xcf\\x8f\\x9e\\x5a\\xe6\\x4b\\x30\\x55\\x56\\x65\\xc3\\xea\\x50\\x0c\\x8b\\x58\\x6c\\x0e\\x6b\\x5a\\x6b\\x53\\xd6\\x93\\xca\\xba\\x92\\xc1\\xa0\\xe0\\x8f\\xca\\x04\\xfb\\x8c\\x54\\xd2\\xe2\\x08\\x1b\\x39\\x52\\x59\\x33\\x7d\\x39\\x4b\\xf6\\x0a\\xce\\x51\\xdf\\x0e\\x37\\xaf\\x68\\x4e\\x70\\xd7\\x5b\\xc4\\x37\\xd6\\xc0\\xa8\\xe1\\x24\\xcc\\x54\\x43\\x8f\\xf6\\xbd\\xbc\\x65\\xaa\\xa6\\x8e\\x58\\x19\\x5a\\xa8\\x5c\\x66\\x3c\\xa5\\xdf\\xde\\xde\\x64\\x26\\x67\\xd0\\x0c\\x62\\x9f\\xc9\\x31\\x57\\xc7\\x87\\xb5\\xda\\xee\\xd6\\x3a\\x29\\x8d\\x9a\\x97\\x6c\\xaa\\xf4\\xa1\\x05\\x84\\xee\\x76\\x32\\x6d\\xc6\\x22\\x0b\\x41\\x7a\\x57\\xa2\\xb1\\xf8\\xa6\\xda\\xb9\\x05\\x35\\x13\\x0f\\x92\\xa3\\x53\\xd0\\xdb\\x9c\\x26\\xf3\\xad\\x89\\x7a\\xce\\xc9\\xc4\\x6f\\x1b\\xa1\\xc0\\x60\\xf0\\x40\\xf4\\xc1\\xe2\\x2c\\xbb\\xae\\x85\\x2b\\x0f\\xd2\\x46\\x8c\\x53\\x84\\x4f\\xa8\\x8c\\x85\\x3e\\x25\\x29\\x93\\x95\\x4f\\xb6\\xc2\\x7e\\x09\\x0d\\xa4\\x87\\x5b\\x86\\xa8\\x80\\xad\\xee\\xf9\\x0c\\x35\\x9c\\x16\\x56\\x8a\\x89\\xfb\\x1e\\x1d\\x11\\x99\\x76\\x14\\x49\\x2b\\x1e\\xf0\\x10\\x51\\xb9\\x35\\xb6\\xce\\x38\\x4a\\x9b\\xb1\\x77\\x1e\\x5a\\x19\\x71\\x3d\\xa4\\xc9\\xb3\\x39\\x5c\\xd2\\x16\\x47\\x22\\xaa\\x08\\x59\\xa7\\x2a\\xa9\\xd4\\x9c\\x86\\x30\\x85\\x50\\xec\\x2c\\x8d\\xe3\\x9b\\x68\\x68\\xc6\\x4e\\x62\\xea\\xcd\\x8b\\x2e\\x65\\x60\\xde\\x84\\x4f\\xc4\\x1a\\x13\\xe4\\xff\\x44\\x79\\x7f\\x5e\\x5a\\xbe\\xfe\\x61\\x5a\\x5e\\xe4\\xe7\\xf7\\xe3\\xb9\\x98\\x4e\\x5f\\x8d\\x97\\x38\\xe9\\x3f\\x29\\x2d\\x7f\\x46\\x4e\\x34\\xc5\\x37\\x4d\\x11\\xbc\\xd9\\xe8\\x36\\x67\\x8a\\x41\\x33\\x96\\x72\\x25\\x40\\x29\\x96\\x57\\x8d\\x04\\xd9\\x8c\\x8d\\x69\\x93\\xa6\\xdb\\x86\\x7b\\x27\\xd7\\x6e\\x7d\\x8b\\xa8\\x49\\xb7\\x70\\x69\\xb8\\xdc\\x17\\xfd\\x16\\x2b\\x4d\\x21\\x98\\xba\\x35\\x0b\\x3d\\x5a\\xfd\\xe4\\x7e\\x3e\\x86\\x60\\xca\\xee\\xb6\\xfd\\x37\\xa1\\x18\\x8e\\xe0\\x39\\xb3\\xb6\\x0d\\x6c\\xba\\xb2\\xcc\\x08\\xce\\x80\\xe0\\xa2\\xd0\\x57\\x90\\xde\\xcd\\xed\\x47\\x51\\xa4\\x66\\x19\\xb9\\x3b\\x18\\x6e\\x0c\\x62\\xcd\\x3e\\xd8\\x86\\xcb\\x6c\\x3e\\x37\\x27\\x08\\x5c\\x1a\\x5f\\xc7\\xe1\\xa3\\x89\\x8b\\xa7\\x8e\\x51\\x4d\\x74\\x74\\x4e\\x9c\\x47\\x8e\\x7a\\xb1\\x35\\xa0\\xf4\\x9a\\x98\\x4e\\x7a\\x03\\xb8\\x35\\xea\\x2e\\x6c\\xb8\\x3a\\xdb\\x8c\\x7e\\xbd\\xce\\xb0\\x95\\x14\\x95\\xd4\\x71\\x11\\x26\\x5e\\x1c\\xba\\x7b\\x7f\\xa4\\x4a\\x70\\xb8\\xa8\\x47\\xb4\\x9d\\xbf\\x4f\\xb4\\x16\\x19\\xb1\\xba\\x28\\x0b\\xe4\\x68\\xd9\\xd5\\xc6\\x36\\x2e\\x2c\\xc1\\x9b\\x88\\x56\\xb0\\x91\\xd0\\x48\\x36\\x96\\x6e\\x9a\\xfc\\x73\\x6d\\xed\\x07\\xbc\\x8a\\xab\\x42\\x3f\\x1a\\xa6\\x42\\x01\\xa7\\x8d\\xb7\\x66\\x26\\x3c\\x6b\\x81\\x46\\xb0\\x56\\xa3\\xf6\\x8f\\x2b\\xac\\x42\\xa3\\x31\\xd2\\x92\\x88\\x7b\\x19\\xda\\xf6\\x41\\x26\\xe5\\xa3\\x23\\x7c\\xf8\\x2c\\xad\\xbe\\x5c\\x4d\\x12\\xad\\xcb\\xf4\\xda\\x6d\\x3e\\x6b\\x64\\x5b\\x5b\\x3b\\x4f\\x66\\x0c\\xbb\\x8e\\xd4\\x8c\\x8a\\x96\\x4e\\x46\\x49\\x86\\xbd\\x5a\\xaf\\x18\\xcb\\xa6\\x8a\\xae\\xb0\\xdd\\x3d\\x9b\\x4a\\x30\\x2f\\x32\\x33\\xbb\\x0c\\x48\\xe0\\x1b\\xe7\\x89\\x81\\x48\\x99\\x6b\\x1e\\x2e\\xea\\x6d\\xd3\\x77\\xc5\\x66\\x08\\x4c\\x90\\xd6\\x8c\\x52\\xd3\\x0a\\xeb\\x24\\x0d\\x97\\x30\\x3f\\x32\\xf5\\x52\\x5c\\xc1\\x81\\xa4\\x50\\xb2\\x6c\\xda\\xba\\x75\\x8c\\x87\\xc7\\x36\\x9b\\xa5\\x38\\x6a\\x82\\x7c\\xb0\\x31\\x25\\x7b\\xe7\\x36\\xaa\\x1a\\xc1\\x04\\x9a\\x60\\xbd\\x2f\\x0c\\x67\\x75\\xf3\\x86\\xb0\\x15\\x95\\x71\\x34\\x44\\xda\\xaa\\xba\\x31\\x4d\\xc9\\x13\\xe6\\x05\\x53\\x4d\\x49\\x57\\xbb\\x75\\x53\\x9e\\x8a\\xe0\\x41\\x82\\x38\\x43\\xcb\\x26\\x3f\\x57\\xec\\x82\\x7b\\x09\\xd8\\xb1\\x95\\x82\\x0a\\xe9\\x4c\\xbf\\x96\\x30\\x52\\xdb\\x8d\\x19\\xdb\\x7c\\x0b\\xa0\\x18\\xa9\\x7d\\xbe\\x20\\xa4\\x32\\x37\\x22\\xd7\\x52\\x03\\xe8\\xe8\\xc3\\x22\\x3e\\x33\\xf7\\x80\\xc8\\x1c\\x33\\x31\\xe3\\x10\\xaa\\xdd\\x43\\x50\\x51\\x54\\xfb\\x4c\\xb6\\x0a\\xa3\\x28\\xbe\\x9e\\xd8\\xa8\\xe0\\xb4\\x09\\x55\\x49\\x64\\x6c\\x13\\x3d\\x23\\xd9\\xce\\x4d\\x8e\\x10\\x61\\xda\\x3b\\x6c\\x06\\x37\\x5e\\xdc\\xbc\\x56\\xd8\\xa5\\xf2\\xae\\x97\\x66\\x8a\\xc2\\xdb\\x7e\\x88\\xaa\\x68\\xd0\\x9d\\xd2\\xc5\\x71\\xee\\xd6\\x7c\\xd5\\x0c\\xd9\\xc3\\xd4\\x3d\\xb7\\x95\\x82\\xd0\\xf8\\x12\\xae\\x4c\\x93\\x6d\\x86\\x65\\xa8\\x90\\x5c\\xd9\\xd1\\x86\\x9a\\x52\\x55\\x88\\x85\\xf6\\x31\\x1e\\xd0\\x5c\\x9c\\xaa\\x35\\xb4\\x6d\\xf2\\x68\\xa9\\x51\\x7b\\x79\\x16\\xb3\\x4f\\x06\\x2b\\xc3\\xcb\\xee\\xf4\\xaa\\x9b\\x58\\xb0\\xa6\\x18\\xc3\\x46\\x9c\\xe9\\xe8\\x34\\x89\\x6d\\x33\\x92\\x9b\\x38\\x87\\xa4\\x3a\\x4d\\xa7\\x4d\\x73\\x7f\\x18\\x46\\xb6\\xc3\\xc4\\x22\\xb6\\xc2\\x41\\x6a\\x46\\x2a\\xd7\\x8a\\x00\\xf0\\x54\\xb2\\x6d\\x66\\x04\\xe7\\x56\\xec\\xbf\\xcd\\x99\\x16\\xd6\\x9d\\x3b\\xa4\\xf9\\x94\\x1a\\x4b\\x6f\\x82\\xa6\\xb4\\x90\\xfb\\xee\\x12\\x07\\x32\\x39\\xb3\\x91\\xf4\\xd1\\xc1\\x3c\\x70\\x6d\\xf6\\xaf\\x5d\\xeb\\x59\\xf4\\xb8\\x4d\\xe5\\xcc\\x70\\xeb\\x8f\\x8b\\x4d\\x37\\x38\\x36\\x59\\xf7\\x99\\xa4\\x90\\xd7\\x85\\x5e\\x4e\\x33\\x41\\x99\\x93\\xcb\\xa8\\x7d\\xe1\\xaa\\xda\\x86\\x8f\\xda\\x6e\\xf4\\x91\\xf0\\xde\\x5e\\x99\\x33\\x6e\\xe5\\xb2\\x37\\x4c\\x35\\x09\\x4e\\xce\\x64\\x79\\x74\\x99\\x86\\x50\\x6d\\xa0\\xb2\\xad\\x06\\x2f\\x76\\x93\\x49\\x19\\x79\\xb6\\xb3\\x9d\\x64\\xab\\xbb\\x36\\x91\\x59\\xac\\xb0\\xaa\\x8f\\x46\\x9b\\x06\\x2a\\x59\\x68\\x6b\\xf5\\xe4\\xa4\\xad\\xfc\\xd4\\x2a\\x93\\x10\\xbb\\x07\\x98\\x71\\x2a\\x61\\x66\\xef\\xba\\x65\\xf2\\xfd\\x98\\x84\\x1c\\x43\\x6a\\x1a\\x01\\x4e\\x3f\\x5a\\x00\\x66\\xa9\\x54\\x18\\x07\\x2d\\x8b\\x5e\\x70\\x30\\x2d\\x86\\x95\\x69\\x68\\xdf\\x63\\x06\\xb3\\xf7\\x5a\\x88\\xea\\xa8\\x99\\xff\\x94\\xb0\\x04\\x5b\\x50\\xb5\\xcd\\xb0\\x88\\xe0\\x6c\\xa7\\xcb\\xe3\\x2a\\x6b\\x77\\x29\\x24\\x89\\x88\\x15\\xb2\\xd8\\x4b\\x98\\x2f\\xe0\\xa3\\xbf\\x01\\x12\\xc6\\x14\\x16\\x87\\x17\\x23\\x98\\xce\\x04\\x00\\x82\\x68\\x4d\\xf9\\x92\\x2a\\x47\\x9f\\xc6\\x73\\x6d\\xb1\\x42\\x62\\x9d\\x10\\x6d\\x37\\xae\\x07\\xf0\\xcc\\x7c\\x64\\xe6\\xf4\\xd1\\x9d\\x12\\x57\\x11\\x21\\xaf\\xc5\\xea\\x3a\\xf3\\x8b\\x75\\xa6\\x05\\x7b\\x64\\xee\\x2e\\xf4\\x02\\x81\\x48\\xa3\\x48\\xc8\\xa9\\xf8\\x62\\x3a\\x6c\\xfb\\x4a\\x51\\x04\\x56\\x93\\xc3\\x27\\xdc\\xc5\\xc8\\x46\\x47\\xdb\\x3d\\x69\\x44\\x26\\x6e\\xe7\\x56\\x12\\x73\\x4a\\x8a\\x6d\\x73\\xa4\\x58\\xdf\\x98\\x6b\\xdd\\xe8\\x2c\\xc4\\x36\\x2f\\x71\\xaa\\x5d\\x38\\xda\\x24\\x4b\\xdf\\xda\\x5e\\xa9\\x2c\\xde\\x1d\\xd2\\xc4\\x0d\\x4d\\x1b\\x28\\x2c\\x25\\xb3\\xd1\\xd1\\x65\\x41\\x38\\x12\\xd2\\x9f\\xd7\\xae\\xf0\\xe8\\xfc\\xaa\\xa4\\xaf\\x91\\x50\\xa5\\x0c\\xd0\\x52\\x6b\\x34\\x45\\x39\\x4e\\xb3\\x32\\xa5\\xac\\xf1\\x49\\xc4\\x08\\x4b\\x5e\\x2b\\x9c\\xf6\\x1a\\x8e\\xfa\\x9c\\x8b\\x15\\x41\\x03\\x0b\\x62\\x6d\\xfc\\x68\\x6b\\x8f\\x65\\x26\\xdd\\x2f\\x98\\x44\\xa4\\x84\\x22\\xb2\\x70\\xab\\x8b\\x8e\\x04\\x6e\\x54\\xc3\\xa1\\x64\\xd1\\x1e\\xd8\\x8e\\x1e\\x2b\\x32\\xb7\\x92\\xa3\\x20\\x5b\\x67\\xab\\x65\\xc4\\xa6\\x2b\\x1e\\x21\\xe1\\x3e\\x62\\xf3\\xa6\\xf0\\x99\\x24\\x1a\\x54\\x33\\xa7\\xff\\xa3\\x26\\xc6\\xcc\\x0d\\xc0\\x6c\\x3a\\x3d\\x65\\xfd\\xae\\x13\\x12\\xcf\\xdd\\xad\\x46\\xd3\\xc6\\x0a\\xd3\\x6c\\x1e\\x40\\x7e\\x19\\xe4\\x85\\x48\\xb5\\x6a\\xbf\\xff\\x81\\x17\\x3e\\x10\\x8f\\x35\\xcc\\x0e\\x19\\x76\\x3f\\x02\\x0a\\x9a\\x64\\x9b\\x6e\\x02\\x8b\\x04\\x26\\xc1\\x4a\\xae\\x49\\xee\\x6d\\x18\\x7a\\x1f\\x5c\\x45\\x79\\x25\\x49\\x29\\x65\\x0a\\x60\\x78\\x63\\xa5\\xfd\\x9a\\x80\\x07\\xf3\\xde\\x92\\x15\\x72\\x75\\x2b\\x54\\xa8\\x3b\\xe2\\x03\\xb9\\x95\\x8d\\xdb\\x6a\\xa6\\xb0\\xdd\\xc9\\x49\\x1f\\xd8\\x02\\x5e\\x8d\\x2d\\xad\\xcc\\xd3\\x75\\x65\\xb8\\x5a\\x09\\xe7\\x4a\\x62\\x32\\x35\\xae\\xf3\\xa4\\x1e\\x0b\\x89\\xeb\\x52\\x51\\x54\\x48\\xdf\\xbc\\x81\\xb5\\x15\\xda\\x46\\xb5\\x69\\x87\\x4d\\x2f\\x9a\\xe9\\x5c\\x8b\\xee\\xad\\xd0\\xd0\\x8c\\x20\\x02\\xa4\\x9a\\x6e\\xd6\\xbd\\xa3\\x31\\x25\\xb5\\x89\\x44\\x89\\x86\\x1e\\x9d\\x28\\x22\\x6b\\x6f\\x29\\x15\\x31\\xa3\\x73\\x6c\\x64\\x31\\x0a\\x3a\\x6a\\x55\\x06\\x91\\x9a\\x1f\\x4d\\xa5\\x3e\\x6a\\xf6\\x25\\xcf\\xb0\\xf4\\xe6\\xbb\\x1e\\x26\\x5b\\x8f\\x8a\\x9c\\x05\\xd7\\xda\\xbe\\xee\\xad\\xb9\\xaf\\x8c\\x14\\x42\\x36\\x18\\x76\\xd4\\x25\\x36\\xc6\\xe5\\x9a\\xc3\\xf3\\xb4\\x3c\\x8f\\x5e\\x8b\\xad\\x0a\\xd8\\xd0\\x8e\\x6d\\xe8\\x29\\x17\\x00\\x19\\x2f\\x91\\x2e\\x23\\x9e\\xb5\\xa5\\x80\\x0c\\x79\\x5d\\x29\\xba\\x25\\xc0\\xdd\\xb1\\x44\\x3c\\xc2\\x46\\xf1\\x4a\\xab\\x49\\x45\\xdd\\x15\\xdb\\x62\\x67\\x81\\xd7\\x34\\x5e\\xa4\\x27\\x91\\x03\\xa5\\x74\\xaf\\x1c\\x6d\\x54\\x33\\xf7\\x68\\x1b\\xcc\\x13\\x07\\x1b\\xd3\\x99\\x50\\x65\\x9a\\x18\\xbf\\x36\\xcd\\xa8\\x42\\xc2\\x2c\\x8b\\xbd\\x88\\x63\\xc4\\xe6\\x47\\x31\\x18\\xf9\\xd1\\xd4\\x12\\x37\\xe1\\xc8\\x46\\xb0\\x44\\x92\\x9a\\xa6\\xb4\\xc4\\xbd\\x49\\xef\\x14\\x97\\x4a\\x35\\x70\\xd8\\x2b\\xed\\x46\\xf0\\x48\\x49\\x34\\xbf\\xac\\xa4\\xfb\\x6a\\x95\\x31\\x74\\x22\\x44\\x91\\x77\\xd9\\xd6\\x03\\xbb\\x14\\xdb\\xdd\\x5a\\x13\\x52\\x36\\x6f\\x40\\x55\\x82\\x54\\xcc\\x80\\x33\\x6f\\xdb\\x80\\x5a\\x15\\x48\\x4e\\x5c\\x31\\x16\\x34\\x61\\x41\\xef\\xdd\\x95\\x1e\\x13\\xfd\\xf1\\x75\\x42\\x15\\x81\\x24\\x68\\x95\\xb6\\x4b\\xdc\\x3f\\xa5\\x01\\xa4\\xc2\\xd5\\xfb\\xae\\x8d\\x05\\xe2\\x7e\\x2e\\x91\\x30\\x33\\xb8\\x94\\x9c\\x11\\x75\\xb4\\x7a\\x15\\xd6\\xa9\\xc4\\x32\\x1d\\x6d\\x59\\x35\\x26\\x7d\\x66\\xcb\\x52\\x5d\\x63\\xba\\xa1\\x29\\xdb\\xdd\\x47\\x5c\\xc7\\x90\\x55\\xcc\\x18\\x8e\\xc5\\xd3\\xd5\\xcb\\xd2\\x07\\x30\\xa7\\xe4\\xd6\\xdb\\x53\\x35\\x68\\x55\\xa5\\xbd\\x08\\xd5\\x52\\x89\\x2a\\xdc\\x2d\\xd2\\x43\\x2f\\x7c\\xae\\xc1\\x10\\x59\\x55\\x00\\xe9\\x38\\xba\\x85\\x29\\x6b\\x99\\x8d\\x14\\x69\\x53\\x32\\x57\\x8f\\xd9\\xfa\\xa3\\x2a\\x92\\xee\\x5b\\x23\\x20\\x0b\\xdc\\x9b\\x37\\x5c\\x87\\x91\\xb9\\x7a\\xe3\\xe2\\x2c\\x8a\\xec\\x22\\xb1\\x1d\\x40\\x0d\\x56\\xea\\xb5\\x94\\x2a\\x94\\xef\\x9d\\xd4\\x80\\xa9\\xf1\\x17\\x76\\x8b\\x28\\xe6\\x8b\\x55\\x95\\x2c\\x6a\\x86\\xe4\\x5a\\x19\\x9c\\x87\\x2b\\xe1\\x6e\\x95\\x8c\\xe9\\x0d\\xd7\\xd7\\x94\\x4e\\x19\\xcd\\x58\\xa4\\x24\\xb1\\x76\\x9e\\x53\\x98\\x14\\x5a\\xe1\\x57\\x53\\xa0\\x42\\x24\\xa4\\x21\\x9d\\x35\\x1f\\x04\\xc9\\x59\\x41\\x56\\xdc\\x18\\xeb\\xa4\\xd5\\x8e\\x9a\\x62\\xb7\\x0c\\x6e\\x69\\x96\\x59\\x99\\x34\\xb1\\xbc\\x1f\\xf4\\x46\\x96\\xce\\x1e\\x9b\\x10\\xda\\xe1\\xf3\\x80\\x2c\\x66\\x32\\x2a\\x93\\x6b\\xd8\\x34\\xf9\\x99\\xd7\\x54\\xf4\\x04\\x43\\x46\\x5b\\xa4\\x69\\x2e\\x5b\\x9e\\x13\\x4f\\x96\\xa9\\x57\\x03\\x45\\x4f\\x29\\xca\\x19\\x33\\x91\\x1a\\x00\\xb3\\x71\\xaf\\xe2\\x04\\x84\\x89\\x73\\x6f\\xb1\\xca\\x54\\x27\\x32\\x83\\x52\\x25\\x33\\xee\\x59\\x8c\\x42\\x98\\xc8\\x8a\\x82\\xec\\xf0\\x59\\x2f\\x62\\x35\\x95\\x6b\\xa8\\x8a\\xaa\\xa5\\x24\\x95\\xc0\\x86\\xdf\\xcb\\xab\\x52\\xa4\\x9f\\xd0\\x34\\x45\\xf3\\x23\\xad\\xe4\\x91\\x2a\\x4e\\x1f\\xed\\xd7\\x36\\x25\\x28\\x9a\\x4c\\xbe\\xaa\\x06\\xa6\\xe0\\x45\\x59\\x8b\\xcb\\x76\\x57\\x9c\\x53\\x6a\\x01\\xa2\\x32\\x55\\x3c\\x71\\x5f\\x2c\\x3a\\xb3\\x88\\xcb\\x84\\xbc\\x17\\xe5\\x68\\xa8\\x3a\\xb8\\x61\\x66\\x0d\\x36\\xee\\x60\\x27\\x43\\x3a\\x4d\\xa5\\x74\\x35\\x4b\\x9b\\x0b\\x6e\\x1f\\xe8\\x0b\\xd3\\x5b\\x95\\xa8\\xab\\xc5\\x11\\x92\\xde\\x0d\\xa3\\x5d\\xd2\\x34\\x66\\x86\\x69\\x71\\x30\\x05\\xc3\\x6b\\xf7\\x7a\\x44\\x40\\x27\\x37\\x16\\xed\\xb3\\xee\\xd7\\x23\\x6b\\xaa\\x36\\x41\\x4e\\x85\\x3c\\x7c\\x1c\\xa0\\x2d\\x6e\\xf2\\x42\\x4c\\x6c\\x4b\\xd9\\x88\\x31\\x07\\x88\\x59\\x84\\x46\\x1d\\x70\\xaa\\x36\\x88\\xc5\\xc1\\x79\\x3d\\xb3\\x9a\\xd4\\x18\\x26\\xab\\x32\\x43\\xa7\\x3d\\xec\\x34\\x95\\x4e\\x3c\\xc3\\x57\\x4f\\x33\\xd2\\x1a\\xe6\\x3b\\x9b\\x34\\xf8\\xa6\\x0d\\x5b\\x01\\x0c\\x29\\xca\\xaa\\xfb\\x2e\\x62\\xd3\\x34\\x9e\\x3e\\xce\\x48\\x3a\\x3c\\x50\\x74\\x0e\\x08\\x8d\\x50\\xb2\\x92\\x8e\\xde\\x6d\\xd3\\x33\\xef\\x7b\\x8d\\x1c\\x5d\\x38\\x6f\\x73\\x96\\x5b\\xce\\x1f\\xa9\\x71\\xe5\\x77\\x0a\\x56\\x6c\\x5b\\xf3\\x8f\\x8a\\x44\\x6d\\xf3\\xe0\\xc3\\x54\\x76\\x4f\\x16\\xe3\\x9b\\x98\\xec\\x45\\x68\\x16\\xbb\\xe3\\x7e\\xec\\x8b\\x6d\\x15\\x58\\x22\\x22\\x64\\x72\\xf4\\x14\\x4d\\xf0\\x4c\\xf1\\x96\\x18\\xad\\x86\\x5a\\x53\\x1a\\x03\\x6d\\x1f\\x5c\\x66\\x82\\x10\\x58\\x1f\\x97\\xb0\\x11\\x62\\xbb\\xc2\\xf0\\xd4\\xbb\\x8a\\x04\\x6b\\x2a\\x77\\x3c\\x53\\x27\\x01\\x1a\\xfd\\xfd\\xf5\\x9c\\xd6\\xd3\\x9d\\x41\\x33\\xbe\\xe9\\x93\\xa1\\x21\\x94\\xde\\x16\\xed\\x5e\\x37\\x51\\x35\\xa5\\x97\\x7d\\x26\\x7a\\x1d\\x2e\\xab\\x5d\\xb4\\xa0\\x08\\xa8\\x6f\\xc3\\xfb\\xb7\\xc8\\x6d\\xc5\\xe2\\x26\\x2a\\x9c\\xfd\\x15\\x3c\\x5c\\xd5\\xe2\\xba\\xc0\\x3a\\xcb\\x99\\xda\\xbe\\xce\\xeb\\xdc\\x2d\\xa7\\xe2\\x47\\xda\\x10\\x25\\xf3\\xbc\\x70\\x86\\xb1\\xef\\xd5\\x24\\x16\\x78\\x42\\x4d\\x2d\\x9d\\x70\\x51\\xa0\\xad\\x9b\\x12\\xa9\\x72\\x10\\x99\\xb3\\x61\\xeb\\xdf\\xc0\\xce\\x22\\x1e\\xa6\\x7f\\x5c\\xc5\\x93\\x3f\\xbb\\x8a\\x67\\xe2\\x24\\x42\\x3e\\x93\\x6b\\x3d\\xfe\\x49\\xe2\\x1a\\x23\\x4c\\xd7\\x6c\\x1c\\xbc\\x0d\\xd2\\x6c\\xf2\\x33\\xe8\\x70\\x53\\x69\\x1b\\xd1\\x0c\\xce\\xb6\\xeb\\x41\\xdb\\x8c\\x34\\xf8\\x75\\xce\\xc4\\xc2\\x6b\\x9b\\x87\\xe4\\xe0\\xa9\\xfb\\x51\\x4c\\x2f\\xcc\\x5e\\xc5\\x5c\\xc2\\xb4\\x6e\\x04\\x25\\x37\\x97\\xcb\\xfb\\xd2\\xd6\\x99\\xe3\\x1b\\x52\\xc9\\x1a\\x47\\x8f\\x63\\x9f\\x69\\x92\\x06\\x45\\xdd\\x8f\\xdc\\x99\\xea\\x93\\x70\\x0b\\xd1\\xa9\\x37\\x43\\x9e\\x3b\\x7e\\x1d\\x79\\xd5\\xab\\x77\\xd2\\x21\\x43\\x33\\x6e\\x9b\\xb8\\xc8\\xb6\\x10\\x29\\x1b\\x87\\xf3\\x5e\\xf6\\x65\\x1a\\x31\\xa3\\xcf\\x35\\x35\\xf4\\x83\\xb2\\x78\\x34\\xd2\\x0f\\xb6\\x50\\x2b\\x1c\\x3e\\x31\\x18\\x53\\xcb\\xe3\\xa6\\xba\\x89\\xc1\\x8a\\xa7\\xd2\\xa4\\xe6\\x07\\x6d\\x63\\xea\\x9c\\x54\\xb6\\xc2\\x7f\\x85\\xc1\\xae\\x2b\\x57\\x94\\x36\\xb5\\xad\\xfe\\x6b\\xc6\\xbc\\x1f\\xef\\xed\\x87\\xe7\\x9b\\x24\\x76\\xee\\x8d\\x39\\x5c\\xf8\\x5c\\x90\\xb1\\x64\\xeb\\x1a\\xe8\\xdd\\xc7\\xea\\x42\\x47\\xcf\\x09\\x1e\\xe4\\x3b\\x39\\x1a\\xdf\\x1a\\xac\\xc8\\x6d\\x53\\x59\\x99\\x91\\x52\\x53\\xb6\\xc6\\x01\\xef\\xc3\\x73\\x9d\\x82\\x37\\x0d\\xa3\\xb9\\x6e\\x97\\x44\\xf0\\x36\\x07\\x8a\\xc4\\x8b\\x72\\x2a\\x9d\\xdb\\xfe\\xf9\\xde\\x61\\x2c\\xd2\\xe6\\x42\\x04\\x5c\\x76\\x25\\xa4\\x11\\x23\\x54\\x2c\\x1c\\x9c\\x89\\xbb\\x99\\xdb\\x07\\xb6\\x5d\\x4d\\x5a\\x80\\xac\\xd2\\x62\\xb2\\x02\\x82\\x52\\x5d\\xe8\\x05\\x41\\x6c\\x03\\x55\\x93\\xab\\xaa\\xf8\\x6a\\x1c\\x3d\\x35\\xd9\\xc8\\xf0\\x6d\\x22\\xa9\\xaa\\x6f\\x63\\x27\\x99\\xcd\\x6c\\x74\\xc3\\xce\\x2a\\x34\\x1e\\xfb\\x0b\\x9b\\x54\\x4d\\x66\\x18\\xaa\\x7b\\x1f\\xe3\\xfb\\x51\\x0a\\x11\\x85\\xfe\\x97\\x80\\x3d\\x8e\\x6e\\x35\\x6a\\xc6\\xd8\\x30\\x90\\x4a\\x32\\x65\\x13\\x02\\x85\\xf2\\x32\\x70\\x1f\\x5b\\x9d\\xc6\\x65\\xe1\\xc8\\x30\\x59\\x4c\\xa2\\xa5\\xac\\x57\\xa2\\x5b\\x33\\xc7\\x9e\\x54\\x26\\xaa\\x35\\x02\\x4b\\x6c\\xbd\\x01\\x3d\\x55\\x2b\\x76\\xcb\\x69\\x94\\x93\\xf0\\x44\\x49\\x32\\x8c\\x9c\\xef\\x0b\\x9e\\x9d\\x2c\\x9c\\x4a\\xa6\\xcf\\xfc\\xe0\\x5d\\xb2\\x15\\xeb\\x34\\x27\\xd8\\x64\\x55\\xd0\\x37\\x7f\\x2c\\x4a\\x45\\xd1\\x34\\x4d\\x78\\x7a\\x26\\xb0\\x01\\x43\\xb7\\xe0\\xeb\\x4a\\xc0\\x6c\\x24\\xd3\\xbc\\xa2\\xc1\\x53\\x05\\x37\\x12\\x3d\\xcb\\x6f\\x23\\x64\\x77\\xea\\xa8\\xfa\\xb3\\xb8\\x69\\x86\\x72\\xba\\xde\\x43\\xc7\\x0c\\x0e\\x8d\\xe8\\x0d\\x02\\x3d\\x3c\\xda\\x49\\x8d\\x0c\\xc9\\x93\\x62\\xa0\\x52\\x6e\\x5d\\x86\\x16\\x0b\\xac\\x82\\x44\\x95\\x8d\\xeb\\x11\\x8d\\xeb\\xee\\xbc\\x06\\x75\\x26\\xd8\\x74\\xf9\\xb5\\x1a\\x4f\\x8b\\x2d\\x96\\x10\\xab\\xa2\\x6d\\x73\\x11\\xcd\\xb6\\xde\\xad\\xdd\\x64\\xa6\\x92\\xe2\\x62\\x06\\xaa\\x0f\\x44\\x1e\\xa9\\x84\\xb8\\xb9\\x6f\\x53\\x90\\xa3\\xbb\\xe2\\xfd\\x6e\\x62\\xf5\\xcc\\x94\\x6f\\x18\\x68\\x70\\x1e\\x30\\x8c\\x6c\\x0e\\x9a\\x33\\xfa\\x73\\xe0\\xb1\\x5b\\xef\\xe0\\x8f\\xa4\\x68\\x6c\\x92\\x50\\x13\\xcd\\x80\\xa7\\x31\\x61\\xbf\\x7f\\x69\\xc6\\x26\\x20\\x29\\xdc\\xc5\\x65\\xd6\\x08\\x06\\x90\\xa8\\x4e\\xc1\\x80\\xe2\\xe8\\x51\\x4e\\x93\\x33\\x34\\xd9\\x2a\\xde\\x84\\x6a\\x9b\\x3e\\x9b\\xc6\\x15\\xa3\\x0c\\x3b\\xcd\\x7a\\x5c\\xdb\\xa0\\xef\\xf6\\x32\\xea\\x7e\\x2d\\xc8\\x6e\\x9a\\x35\\xfa\\xfe\\x1e\\x6e\\x9c\\xd3\\x39\\x3f\\x03\\xd0\\x92\\x77\\xa7\\x04\\x72\\x66\\x22\\x45\\x24\\x87\\xc9\\x07\\x2a\\xec\\x9a\\xec\\xc2\\x52\\x09\\xa2\\xca\\xa3\\x31\\xc7\\xd0\\x66\\xb2\\x3b\\xf9\\xdf\\xd9\\x02\\x8d\\xbd\\x22\\x66\\x9a\\x43\\xff\\x97\\x66\\x34\\x7f\\x48\\x21\\x80\\xeb\\xea\\x3f\\x75\\x82\\xd6\\x56\\xe1\\x36\\x1d\\xfb\\x33\\xf3\\x8c\\x1c\\xcd\\xbe\\x76\\x33\\x2b\\xb3\\x74\\x34\\x14\\x65\\x16\\xf9\\x20\\x6e\\x25\\xa4\\x8a\\x08\\x45\\x59\\xd2\\xd1\\x06\\x54\\xa0\\x8d\\x22\\xab\\x39\\x95\\x4c\\x51\\x0a\\xd2\\x43\\xc8\\x17\\x8f\\x54\\x61\\x9a\\xc5\\xb8\\x1c\\x61\\x72\\xbf\\x52\\x2d\\x44\\x94\\xa9\\x48\\xe6\\x62\\x4b\\x8e\\x24\\x86\\x4f\\xd9\\x1b\\x4b\\x24\\xd7\\x52\\x17\\x76\\xa6\\xda\\xeb\\x64\\x9b\\xc8\\x32\\x4f\\x49\\x04\\x35\\xd4\\xbd\\xef\\x70\\x9e\\x80\\x04\\xa6\\x69\\x50\\x8e\\x56\\xbf\\x63\\xf1\\xa5\\x41\\x84\\xde\\x94\\xe7\\x01\\x5d\\x3e\\xd9\\x73\\xa7\\x2a\\xb2\\x29\\xb9\\xd0\\xb6\\x83\\x55\\x57\\x86\\x02\\xe2\\x14\\x5b\\x29\\x86\\xd1\\x08\\xf1\\xc8\\x16\\xfc\\x36\\xd7\\xd8\\x42\\xe8\\xcd\\xcd\\xb3\\x76\\x66\\x15\\x47\\xb1\\x4b\\x6a\\x8e\\xc6\\xa4\\x5a\\x2e\\x72\\x4d\\x09\\x29\\x06\\x66\\x56\\x90\\xb9\\x1e\\xbc\\x4b\\x1c\\xe7\\x82\\x69\\x4d\\x23\\x5e\\x5a\\x88\\x74\\xf8\\x3a\\x95\\xf7\\x41\\x45\\xf9\\x62\\x07\\x67\\xb2\\xe5\\xf5\\x30\\x6f\\xaf\\xf0\\x14\\x96\\x15\\x9c\\xe0\\xda\\xca\\xe5\\x2c\\x89\\x72\\x4b\\xc1\\x97\\x78\\xec\\x2f\\x22\\xee\\x3d\\xe8\\x30\\x2b\\x75\\xb6\\x12\\xbf\\x67\\x2d\\xc6\\xe2\\x20\\x4c\\x12\\xfc\\xe8\\xe9\\x89\\x69\\x0b\\x14\\x33\\x10\\x9f\\x6a\\x8a\\x63\\xb5\\x41\\xa0\\xb4\\x93\\x85\\x25\\x19\\x62\\x39\\x65\\x8a\\x5a\\xff\\xc0\\x93\\x8b\\xbf\\x1a\\xe1\\x4c\\x8c\\x00\\xb9\\x9c\\x25\\x53\\x9d\\x19\\x58\\x8d\\xc5\\x12\\x16\\xbe\\x7f\\x50\\xb1\\x6d\\x32\\xd5\\x65\\xca\\xec\\x79\\x0f\\xd6\\x5d\\xdd\\x5d\\x43\\x9a\\x55\\x1d\\x9e\\x0e\\xe8\\xbd\\x20\\xe6\\xed\\x56\\xea\\x32\\x0a\\x68\\x7c\\x8c\\x10\\x57\\x19\\xcd\\x49\\xe2\\x94\\x8f\\xfb\\x0e\\x4c\\xd9\\xc5\\x46\\xb5\\x1e\\x20\\xf5\\x98\\xf4\\x92\\x6a\\x19\\x6c\\x1a\\xb5\\xb8\\x44\\x38\\xa9\\x74\\x2f\\xa5\\x9b\\x59\\x2c\\xd2\\x24\\x45\\x00\\xbb\\xa7\\x74\\x3a\\xb6\\x09\\x1e\\x44\\x56\\x38\\xba\\x2c\\x52\\xdb\\xcd\\x78\\x36\\x6f\\xd6\\x9a\\xdb\\xad\\x88\\x91\\xc5\\x64\\xb1\\xe9\\x0a\\xc4\\x3a\\xc9\\x34\\x84\\x07\\xd5\\x2a\\x89\\x74\\xb9\\x2a\\xc2\\xcf\\x99\\x9a\\x17\\xc1\\x8b\\x0b\\x69\\x48\\x9d\\x64\\x89\\x41\\x55\\xcb\\xf7\\xaa\\x79\\x19\\x12\\x6a\\x9e\\x3f\\x65\\xfa\\x7c\\x03\\x93\\x21\\x12\\xd4\\x38\\xd9\\x8e\\x96\\xb0\\x6a\\x56\\x8a\\x2a\\x8e\\x94\\xd1\\x06\\x35\\xb1\\xa8\\xe9\\x6c\\x32\\xb2\\x99\\x63\\x30\\x7c\\xcd\\x23\\xd9\\xec\\x7a\\x6e\\x01\\x92\\x64\\x53\\x8a\\x63\\x20\\xb5\\xc1\\xfa\\x09\\xde\\x30\\x66\\x46\\xb4\\x15\\xa7\\x7a\\xf1\\x2f\\xc0\\x21\\x25\\x11\\x95\\xac\\x50\\x11\\xbe\\x6f\\x53\\x51\\x81\\x03\\x32\\x70\\x58\\xed\\xe8\\x5a\\x0d\\xf3\\xc5\\x02\\x65\\xa3\\x3e\\x40\\xed\\x2a\\x91\\x54\\x66\\x97\\xb9\\x58\\x53\\x51\\xac\\x92\\x71\\x35\\x4e\\x8b\\xd3\\x99\\xdd\\x53\\x65\\xb5\\x09\\x21\\xf3\\xdc\\x54\\xca\\x1b\\x99\\xd2\\xcc\\x5c\\xd3\\x6d\\xba\\xff\\x5e\\x37\\x23\\xed\\xb1\\xb8\\xcc\\xda\\x78\\xde\\x57\\x8c\\x86\\x86\\xb3\\x43\\x58\\x95\\xb5\\x8e\\xae\\xd5\\x18\\x15\\xed\\x46\\x1c\\xee\\x2a\\xd2\\xa0\\x42\\xe1\\x11\\x65\\x8b\\x8b\\xad\\x98\\x8a\\x67\\xd5\\xb6\\x79\\x63\\xd6\\xb4\\x2d\\xaf\\x66\\x4a\\x4e\\xda\\x91\\x32\\x74\\x76\\x9b\\x78\\x98\\x70\\x4e\\x95\\xa5\\x9a\\xfb\\x6e\\xcd\\x08\\x77\\x2f\\x99\\x00\\x6f\\x33\\x27\\xbf\\xb8\\xdd\\x06\\x67\\xe1\\x6e\\x65\\xe2\\xbd\\x41\\x8f\\x66\\x73\\x83\\x41\\x13\\xd3\\x69\\x3e\\x1a\\x3c\\x7d\\x68\\xa7\\xa9\\xc7\\xbc\\x88\\x68\\xaa\\x79\\x22\\x2b\\x43\\xe9\\x7a\\x24\\x3e\\x2b\\x82\\x00\\xd7\\x05\\x12\\x96\\x19\\x01\\xb5\\x4e\\x11\\x1a\\x20\\x89\\x61\\x3f\\x8d\\x36\\x6d\\xf7\\xa9\\xa9\\x0a\\x05\\x14\\x5e\\x32\\x75\\x43\\x17\\xca\\x5f\\x32\\x16\\x5f\\x95\\xb4\\x99\\xe8\\xd1\\xb1\\xd3\\x6a\\x54\\xe1\\xe3\\xd0\\x6a\\x4d\\x31\\x95\\xba\\xfa\\x62\\x95\\xb4\\xf4\\xaa\\x6a\\x5f\\xc4\\x42\\xf1\\xb1\\xdc\\x38\\xeb\\x58\\x97\\x06\\x23\\xc1\\x7d\\xf2\\x74\\x95\\x52\\xcd\\xc6\\x3a\\x25\\xb9\\x78\\xe6\\xee\\x76\\x5e\\x71\\xd5\\x91\\x1d\\xb0\\x64\\xfd\\x40\\x07\\x2f\\xbc\\xa8\\x3c\\xaa\\x79\\x1f\\xe4\\xe8\\x1c\\xeb\\x4c\\x9b\\x6b\\x3a\\xd2\\xfb\\x33\\x96\\x97\\x90\\xa3\\x7f\\xe2\\x54\\xe3\\x6a\\x27\\xdc\\xa7\\x95\\x09\\x92\\x6b\\xc6\\xcc\\x35\\x52\\xb9\\x06\\x23\\x1a\\xc4\\x26\\x0d\\x6b\\x9a\\xe3\\x8f\\xe2\\xdb\\x09\\x99\\x62\\x65\\xd8\\x1d\\x23\\xab\\x54\\x6f\\x98\\x44\\x9a\\x1e\\xf7\\x5a\\xfd\\xd3\\x83\\x46\\x6a\\x6d\\x51\\x3d\\xec\\x60\\xbf\\x3b\\xe5\\x3c\\xaa\\x32\\xfe\\x17\\x02\\xd2\\xf1\\x1b\\xbd\\x21\\x59\\xf8\\x3c\\x88\\x4c\\x1d\\x13\\x83\\x67\\xab\\x1a\\x50\\xff\\x51\\x33\\xa4\\xab\\x02\\xd3\\xe8\\x53\\xe8\\x2f\\x3a\\x7d\\x63\\x62\\x13\\xdf\\xda\\x9b\\x4e\\xe4\\xea\\xbb\\x44\\x0d\\xfb\\xd8\\x24\\x2f\\xc3\\x3c\\x39\\x11\\x64\\xd2\\xf8\\xa0\\x1c\\x47\\x4b\\x7a\\x29\\x78\\xcd\\xb4\\x73\\x2f\\x6e\\x67\\xd9\\xc7\\x5f\\x1b\\x23\\x4e\\x3d\\x42\\x16\\x6a\\x34\\xac\\xa6\\xaf\\x3b\\x9d\\x3e\\x52\\x23\\x76\\x45\\xe9\\x96\\x8c\\xd0\\x06\\xf0\\x5b\\x16\\x56\\x67\\x5a\\x98\\x6e\\x63\\x69\\x83\\xb8\\xc4\\xf7\\x3a\\x1b\\x35\\x56\\x20\\x99\\xcc\\xd4\\x48\\x2f\\x35\\x3d\\x56\\xd2\\xef\\x2a\\x14\\x56\\xa4\\x79\\x74\\xdf\\x9b\\xb4\\xcb\\x25\\x70\\xf0\\xe8\\x15\\x79\\x89\\x9a\\x0c\\x54\\x6b\\x4c\\xb8\\xa9\\x0d\\x9f\\x47\\x3d\\xdb\\xd5\\x88\\x9c\\xd4\\x60\\x75\\x6c\\x96\\x06\\xbd\\xcb\\xfb\\x94\\xb5\\xef\\x0e\\xd5\\x19\\xb7\\xdf\\xbe\\x53\\x10\\xbb\\xc7\\x5a\\x9a\\x21\\x3c\\x6c\\xe8\\x80\\xde\\x17\\xd2\\x6a\\xaa\\xb0\\x51\\x85\\xc8\\x0c\\x15\\x38\\xda\\x94\\x6c\\xf3\\xdf\\xdd\\x48\\x86\\xc3\\x06\\x82\\x78\\x32\\xf0\\xa9\\x4d\\xa3\\x84\\x74\\x9d\\x82\\x11\\x24\\x7a\\xad\\x42\\x83\\xb0\\x0a\\x78\\x03\\x3a\\x67\\x56\\xe7\\x9c\\xea\\x40\\x41\\xf6\\x7e\\x5b\\x1e\\x52\\xa4\\xbe\\x17\\xc3\\xd7\\x26\\x0f\\x24\\xfd\\x16\\xf2\\x01\\xaf\\xa9\\x98\\xc6\\xd9\\xaa\\x19\\x51\\x7b\\x78\\x29\\xdc\\xd6\\x59\\x20\\x0d\\xbf\\xa9\\x24\\xca\\xb7\\x59\\xf9\\x5e\\x95\\xcc\\xb4\\x35\\x05\\x67\\x72\\xe8\\x62\\x75\\x72\\x64\\xd5\\x75\\xd1\\x46\\x19\\x23\\xab\\x41\\x59\\x11\\x19\\xdb\\x16\\x64\\x8b\\x8c\\x54\\xcf\\xfd\\xa3\\xbe\\x75\\xf4\\xd6\\xfa\\x0e\\xa5\\x2a\\xee\\x3b\\xbd\\xc8\\x19\\xc6\\x86\\x91\\x34\\x3d\\xba\\x0c\\x4e\\x6c\\x79\\xd3\\xde\\x2a\\x93\\x95\\xde\\x7c\\x7e\\x7a\\x46\\x79\\x6a\\xe0\\x62\\x0b\\x1d\\x43\\x3d\\x9c\\xf9\\x0a\\xc3\\x33\\x51\\xb2\\x04\\x40\\x8b\\x83\\x88\\x1b\\x6b\\x47\\x53\\x67\\x57\\x69\\x47\\xd1\\xee\\x7b\\x50\\xde\\xde\\x25\\xa9\\xf4\\xac\\x22\\x4e\\xe4\\xe8\\x8c\\x5c\\x58\\x0d\\x53\\x85\\x0a\\x59\\x7a\\xb2\\xe6\\xe1\\xbd\\x1a\\x98\\x92\\x51\\x40\\xcc\\xd6\\x4c\\x28\\x2a\\xa3\\x5a\\x49\\xd2\\x78\\x95\\x6c\\x31\\x42\\x1a\\x23\\x46\\x4c\\x74\\x8d\\xc9\\xae\\x65\\xf1\\x4c\\xb9\\x3d\\xed\\x16\\x77\\x0f\\x0b\\x17\\x98\\x2f\\xb8\\x25\\xa5\\xec\\xee\\x7f\\x4b\\x4d\\x0b\\x42\\x06\\xd0\\x07\\xd7\\xef\\xea\\x12\\xa6\\xfb\\x6c\\x22\\x77\\x44\\xce\\x9b\\x69\\xc1\\x71\\x2c\\xcf\\xd7\\x49\\x22\\x6c\\x4b\\x3d\\x26\\x23\\x55\\xa6\\x8e\\xb4\\xb9\\xbd\\x48\\x4e\\x9d\\xa4\\x6a\\xb0\\x79\\x7e\\xe4\\x6a\\xd8\\xc5\\x4b\\x62\\x9d\\x84\\xaa\\x71\\x9a\\x61\\xb1\\xcf\\xe4\\x34\\x39\\x4f\\xdd\\x2a\\x77\\xdd\\xd9\\x9d\\xc0\\x37\\xde\\xac\\x88\\x24\\xda\\xa0\\xba\\xdd\\x67\\xb8\\x11\\x31\\x01\\x86\\xe9\\x07\\xc3\\xd1\\x53\\xb7\\x4c\\x9b\\xc9\\x88\\xf8\\x74\\xfd\\x21\\xbd\\x21\\xa2\\x6c\\x2a\\x89\\x13\\x72\\xdf\\xfc\\xa9\\xa7\\x5b\\x1f\\xa7\\xab\\xae\\x95\\x82\\xaa\\x84\\xb4\\xab\\x2e\\x65\\x75\\xb3\\xa5\\x2c\\x51\\x23\\xf9\\x21\\x00\\x31\\x61\\x37\\x40\\x93\\xa0\\xa6\\xde\\x1a\\x26\\x24\\x6e\\x74\\xaf\\xc9\\x3b\\x58\\xc1\\xc2\\x67\\x9a\\xc5\\xd1\\x2d\\x92\\xe3\\x4f\\x1a\\xbe\\x63\\xa2\\xaa\\xe1\\x56\\x18\\x2d\\x7b\\xae\\xd8\\x2a\\x21\\x73\\x92\\xb8\\x94\\x65\\x72\\x45\\x7c\\x6d\\x4c\\xfd\\x6c\\x07\\x93\\x52\\xb1\\x98\\x49\\xc3\\x8d\\xad\\x39\\xa7\\xfa\\xcb\\x31\\xdc\\x20\\xf7\\xa2\\xf8\\xe9\\x63\\x2a\\x96\\xe8\\x13\\x9c\\xf7\\x3a\\xb4\\x92\\x41\\x35\\xe5\\x09\\xe2\\xc9\\x72\\xb4\\xa6\\x49\\x4e\\x53\\xd7\\x24\\x2b\\xab\\x36\\x0d\\x8e\\x80\\x6e\\xd5\\xc2\\xc6\\xc4\\x2c\\x9b\\xcd\\x15\\x88\\xf9\\x75\\xf5\\x1b\\x67\\x80\\x35\\x75\\x5a\\x5e\\x1c\\x49\\x33\\xf2\\x70\\x0c\\xb2\\x6f\\xdd\\x0d\\x19\\x29\\xbb\\x83\\xac\\x24\\xa9\\x33\\xcc\\x1d\\xd2\\xcb\\x72\\x3f\\x4a\\x43\\x32\\xca\\x7a\\xab\\x20\\xad\\xf8\\xf0\\x34\\xcd\\x36\\x78\\x27\\x28\\x8a\\x26\\x99\\xc9\\xac\\xe6\\xf0\\x18\\x69\\x78\\x52\\x8a\\x29\\x91\\x48\\x32\\xe7\\xa2\\x8f\\xd8\\x6f\\x52\\x71\\x93\\xb1\\x7e\\x46\\x05\\x62\\x32\\x7e\\x12\\xaa\\x2e\\x04\\x59\\xe7\\x59\\xf4\\xbb\\x05\\xbe\\x30\\xea\\xbb\\x0c\\x6a\\x9e\\xe0\\x97\\xda\\x7c\\x73\\x49\\x57\\xad\\x12\\x21\\xc3\\xd1\\x7a\\xd6\\xba\\x09\\x9d\\x31\\x48\\xe6\\x18\\x59\\x94\\x28\\xcd\\xbc\\x14\\x0f\\x17\\xd3\\xd9\\x47\\x29\\xd5\\xc7\\xe7\\xa3\\xe9\\x9f\\x01\\x36\\x51\\x1f\\xbd\\xe7\\x2c\\x12\\x55\\x9a\\xea\\x2b\\xe3\\x5e\\x9e\\x05\\x56\\x12\\x57\\xd9\\x3d\\x43\\x98\\x67\\x9e\\x46\\x3a\\xb9\\x10\\xc9\\x05\\xb4\\x96\\x70\\xcd\\x80\\x32\\xab\\x12\\x3a\\xda\\xbe\\xfa\\x96\\xc8\\xab\\x30\\x64\\x6e\\xb3\\x4f\\x15\\x6a\\xed\\x73\\x34\\xc3\\xdd\\x4b\\x7d\\x71\\xa6\\x02\\xfa\\xf1\\xc8\\x5c\\x32\\x12\\xa7\\xd1\\x28\\x4d\\x81\\x12\\x7c\\x9b\\x00\\xe5\\xdb\\xe0\\x6d\\xa4\\x94\\x10\\xef\\x55\\x27\\x70\\x2d\\x6d\\xc6\\xdd\\x07\\x47\\x43\\x2f\\x71\\x45\\xce\\xd0\\xec\\xf5\\x08\\x6e\\x56\\x75\\x74\\x11\\x40\\xa3\\xd4\\x50\\x8c\\xe8\\x90\\xac\\x06\\xf0\\x31\\x31\\x92\\x89\\x42\\x7b\\xef\\x17\\x5e\\x27\\x4f\\x8d\\xe9\\x9f\\xfc\\xc9\\x1b\\xd4\\x88\\x35\\x53\\x4c\\x96\\x53\\x39\\x4b\\xb0\\x8a\\x84\\x44\\x79\\x24\\x4e\\x58\\x65\\x93\\xb2\\xd9\\xcb\\xf5\\x28\\x2b\\x9b\\x75\\xb6\\xab\\xbf\\xa8\\x5a\\xf3\\x8d\\xb6\\x97\\x0f\\x73\\x57\\xd2\\x26\\xc2\\xbf\\x44\\xf2\\x8c\\xf9\\x1f\\x56\\x4b\\xaa\\xfe\\x7c\\xcd\\x33\\x61\\x99\\x79\\xc7\\xed\\x56\\xe0\\xf4\\x4f\\xaa\\x96\\xe4\\x5c\\xa7\\x30\\x23\\xb3\\x6c\\x23\\xe7\\x24\\x95\\xc6\\x76\\x3e\\xdd\\x50\\x1f\\x5d\\xbb\\x98\\x1a\\xc8\\xf0\\xe1\\x64\\x76\\x1d\\x09\\xdd\\x4a\\xa0\\x42\\xa6\\xd1\\x5c\\xfb\\x42\\x76\\xb3\\x2f\\x72\\x0a\\x51\\x92\\x69\\xae\\xae\\x4b\\xe0\\xc2\\xd2\\x98\\xd1\\x86\\x23\\x53\\x8f\\xce\\x18\\xc8\\x30\\xf0\\x75\\x9a\\xbe\\x65\\x91\\xe6\\x35\\x32\\x5a\\x7d\\xe2\\xdb\\x38\\x6b\\x90\\xc4\\x36\\xa6\\x80\\xa9\\xd1\\xee\\x75\\x41\\x8b\\x52\\x09\\x49\\x4e\\x1b\\x53\\x8c\\x38\\xd6\\xee\\x6a\\x1e\\xa6\\x2a\\x82\\x00\\xa8\\xa6\\xb4\\x17\\x69\\x1e\\x58\\x63\\x47\\x89\\xd0\\xd2\\x3c\\x5c\\x7a\\x7c\\x6b\\x08\\xb1\\x50\\x61\\x61\\x5e\\x31\\x75\\x19\\x93\\x03\\x32\\x93\\xa6\\x0c\\xfd\\xc3\\x34\\xdc\\x5c\\x8b\\xb1\\xb3\\x2a\\x54\\x63\\x84\\xbf\\xbc\\x39\\x28\\xd5\\x54\\x3a\\x97\\x61\\x2a\\x3f\\x98\\x12\\xe0\\xdc\\x3d\\x09\\xbc\\xe1\\xdb\\x46\\x70\\x52\\x92\\xee\\x87\\xe4\\xd0\\x86\\xc3\\xdc\\xfa\\x40\\xd7\\xd1\\x43\\xd8\\x68\\x0e\\x85\\x56\\x06\\x7a\\xe3\\xb7\\xc3\\x2b\\x0e\\x9f\\xa9\\xfa\\x68\\x54\\x1c\\xb1\\xc6\\x2f\\x47\\x7c\\xa4\\x54\\x54\\xe2\\x10\\x66\\x3d\\x8f\\x86\\xaf\\x4d\\x72\\xe1\\x1c\\x06\\x6c\\x80\\xb5\\xbf\\x07\\x0b\\xae\\xc6\\x24\\x25\\x13\\x72\\xa7\\x0f\\x88\\x85\\x6a\\x51\\x16\\x32\\x83\\xd9\\x0e\\x0e\\x60\\xe9\\x28\\xab\\x10\\xfa\\x3e\\x2a\\xaf\\xd2\\x89\\x29\\x4e\\xff\\xef\\x84\\xea\\xa6\\x04\\xe3\\xc4\\xce\\x9a\\xcd\\x33\\xae\\x74\\x8a\\x1a\\xd3\\x09\\xbb\\xda\\xea\\x0b\\xd7\\x50\\xd2\\x26\\x5e\\x1a\\x62\\x23\\x40\\x41\\xa3\\xf8\\x90\\xfa\\x0b\\x12\\xd1\\x14\\x24\\x16\\x02\\x78\\xdd\\xcf\\x8a\\x6f\\x2a\\x14\\x60\\x4f\\x53\\x2a\\x3b\\xbc\\x95\\xa4\\xf9\\xa7\\x4e\\x1c\\x62\\x5a\\xf5\\xe0\\x9b\\x38\\x8d\\x49\\xd8\\x70\\x4f\\x98\\xf4\\xe2\\xc4\\x88\\x07\\x54\\x09\\xe8\\xa3\\x32\\xa7\\x09\\x90\\x4f\\x37\\x4d\\x6a\\x96\\x4e\\x17\\xb5\\x99\\x08\\xf6\\x4e\\xad\\xe5\\x9b\\x99\\x0c\\x6b\\xac\\x7c\\x9e\\xff\\x7a\\xc9\\x0c\\x8c\\x26\\x14\\xcc\\xbc\\x8a\\x2d\\x8e\\x3e\\x2e\\xbd\\xb5\\xe1\\x6d\\x34\\xb6\\x19\\x63\\x91\\x33\\xd4\\x9a\\xa1\\x8d\\x47\\x64\\xca\\xec\\x09\\x32\\x45\\xa5\\xa4\\x0c\\x07\\x5d\\x9b\\x50\\x1f\\x85\\xc5\\xd9\\xc6\\x5e\\x93\\x49\\x13\\xcf\\x34\\xd3\\xbd\\xb8\\x79\\x9a\\xfb\\x42\\xb3\\x6a\\xd3\\x89\\xba\\x4f\\x1a\\x91\\x2a\\x32\\x40\\x6d\\xb5\\x8e\\x9e\\x89\\xde\\x47\\x45\\x49\\x11\\xee\\x98\\xb4\\x40\\x85\\xb4\\x01\\x5d\\x60\\xa2\\x02\\xcf\\x58\\xbe\\x20\\x53\\x35\\x0d\\xb9\\x2e\\xb0\\xe6\\xcc\\x4d\\x4f\\x37\\x35\\xc5\\x6a\\xab\\x1f\\xcb\\xe9\\x51\\x1e\\xd7\\x5c\\xed\\x5a\\x6a\\xb7\\x50\\xd1\\xe8\\x74\\xf7\\xdb\\x2a\\xea\\xd2\\x64\\xd4\\x90\\xc8\\x82\\x34\\xa4\\xa8\\x24\\x92\\x0e\\xd7\\x48\\xdc\\xd0\\x6f\\xcc\\xe4\\x46\\x2e\\x36\\x9f\\x89\\x0e\\x9a\\xe9\\xd2\\xc8\\x6c\\xce\\x8a\\x50\\x22\\x74\\x12\\x2a\\x4a\\xd7\\x75\\x70\\x14\\x59\\xee\\x94\\x5b\\x33\\x47\\xc4\\xd4\\x14\\x6f\\x49\\x92\\x54\\xd9\\x8d\\x35\\xb6\\xf2\\xc2\\xfe\\x3c\\xf5\\x3b\\xf1\\x8c\\xc9\\xc5\\x93\\x6b\\x11\\x6b\\x30\\x4b\\xd2\\xd1\\x73\\x60\\x46\\x62\\xf5\\xff\\xe5\\xed\\x6f\\x70\\x2b\\xd7\\x76\\xdc\\x71\\x74\\x2a\\x6b\\x02\\x29\\x48\\xa2\\x3e\\xe7\\x3f\\xb1\\x07\\xd1\\xa9\\xec\\xba\\xce\\xfb\\xa3\\x1b\\xbe\\xfe\\x35\\x1a\\x7d\\x91\\x53\\xa7\\x4e\\x92\\x6d\\xaf\\x25\\x89\\x12\\x45\\x56\\x4c\\x95\\xf6\\x59\\xfc\\x14\\xe2\\x5e\\x47\\xc3\\xe1\\xb3\\xf0\\x91\\x8f\\x4b\\xbb\\xe7\\x0c\\x9a\\x8e\\xcf\\xb7\\x73\\x32\\x11\\xd1\\x0b\\xb0\\x4e\\x8b\\x48\\x9a\\x2e\\xf4\\x74\\x32\\x14\\x1e\\x2b\\xf2\\x44\\x12\\x5f\\x4e\\x0c\\xac\\x3e\\x72\\xa2\\xaa\\xd2\\x2a\\x65\\xd9\\xad\\x62\\x6f\\xef\\xb2\\x2a\\x35\\xda\\xa0\\x4d\\x7d\\x47\\x9e\\xf5\\x92\\xa6\\x72\\x1b\\x57\\x2e\\x83\\x62\\x34\\x34\\x83\\x89\\xbc\\x3d\\x84\\x50\\x48\\xd6\\x95\\x5a\\x2d\\x49\\xb7\\xe1\\x1e\\xeb\\xc4\\xe6\\x66\\x72\\xad\\xd1\\xfe\\x98\\x11\\x08\\x69\\xf0\\xff\\x47\\xb5\\x27\\x3e\\x63\\x00\\x15\\xe9\\x74\\x23\\x27\\xdf\\x5f\\x97\\xd1\\x74\\xf6\\xf7\\x75\\x8a\\xbc\\x84\\xaf\\xec\\x2a\\x29\\xb9\\xb8\\xb0\\xaa\\x7b\\x50\\x29\\xac\\xea\\xaa\\x77\\x06\\xcf\\x97\\x35\\x54\\x27\\x37\\x15\\xc3\\x53\\x23\\xf6\\x54\\x84\\xb3\\x5d\\x4e\\xf8\\xbd\\x0f\\x79\\xa4\\x1f\\x13\\x02\\x0d\\x6c\\x02\\xa8\\x16\\xb4\\xec\\x27\\x7a\\xb4\\x17\\x4d\\x14\\x2a\\x65\\x71\\xf7\\xeb\\xd7\\xc5\\x0f\\xdd\\xdd\\x30\\x26\\x72\\xac\\x94\\x14\\x38\\xd2\\xe6\\x25\\x28\\x5c\\x71\\xf5\\xad\\x36\\xb4\\x1e\\x78\\x78\\xa6\\xde\\x76\\xf3\\xb8\\xd6\\xe8\\xd4\\x77\\xd2\\x91\\x99\\x92\\x96\\x0b\\x7d\\x23\\xe2\\x71\\xa1\\xbe\\xe7\\xb4\\x0d\\xdd\\x4a\\x5b\\xd3\\xcf\\x60\\x64\\xc3\\xb8\\xd4\\x86\\xd4\\xa8\\xd7\\xcb\\x0e\\x76\\x1e\\xf7\\x10\\x6e\\xc0\\xce\\x63\\x56\\xb3\\xa9\\x66\\x2e\\xb7\\x92\\x1a\\x75\\xa2\\x94\\xf4\\x02\\x62\\x7e\\x6b\\xef\\x8e\\x14\\x6f\\xd3\\x55\\x77\\x99\\x4d\\xb2\\xf7\\x15\\x9b\\x76\\xb3\\xbf\\xd7\\x11\\x42\\x62\\x1e\\x2f\\x80\\x73\\xac\\xa7\\x6d\\x0b\\x53\\xd4\\xfc\\x43\\x1c\\x0d\\x85\\x85\\x20\\x64\\xc2\\xd4\\x5f\\x1f\\x8f\\xd4\\xf9\\x2a\\x43\\xe4\\xd0\\xe6\\xb3\\x1c\\x72\\x15\\x1e\\xdd\\xb9\\x51\\xac\\xc9\\x91\\x4b\\x20\\xd8\\x5d\\x90\\xca\\x99\\x9b\\x96\\x95\\x26\\x8d\\xd0\\x85\\xbb\\x1e\\x9d\\xa6\\x6a\\x5c\\xd0\\x28\\x71\\xfa\\x52\\x3f\\xee\\xf3\\x76\\xa9\\xf5\\x26\\x6e\\x58\\xf7\\x3f\\x72\\x34\\x50\\x93\\x9e\\x3d\\xd8\\x7b\\x3a\\xdf\\x96\\x6a\\x3e\\x88\\xea\\x0e\\x4a\\x12\\x31\\xbf\\x53\\x21\\x71\\x51\\xa4\\x0f\\x55\\x15\\x28\\x16\\xb1\\x20\\x66\\x74\\xe6\\xbe\\xff\\x68\\x31\\x81\\x22\\x4d\\x23\\x8d\\xb2\\x7a\\xad\\x9a\\x78\\xbc\\xd1\\x8b\\x3f\\x53\\x29\\x00\\x6c\\x26\\xf1\\xa3\\x47\\x74\\xf4\\x8f\\x98\\xc9\\xde\\xc8\\xc5\\xf6\\x33\\xf9\\x7a\\x23\\xd3\\x2e\\x46\\x71\\x6e\\xdd\\xc0\\x41\\x7b\\x57\\x0b\\xd9\\xc1\\x64\\x65\\x46\\x93\\x30\\x58\\x1b\\xd1\\xcd\\xee\\xd6\\x6b\\x1b\\x54\\xb9\\x33\\x97\\xa5\\xe5\\x4e\\x76\\xa9\\x74\\x8b\\x87\\xa2\\x29\\x63\\x55\\x21\\x8f\\x45\\x45\\xbb\\x65\\xd2\\xf7\\x71\\x88\\x65\\x01\\x1f\\x87\\xa0\\x40\\x54\\x5a\\x6e\\x89\\xf2\\xd7\\xc2\\xe0\\x45\\xb6\\xd7\\xd5\\xbd\\xb4\\xa6\\x2c\\xf2\\x15\\x3a\\x5c\\x19\\x55\\xb3\\xba\\x46\\xd8\\x82\\xab\\x8c\\x4c\\xfb\\x35\\x3c\\x9b\\x82\\x53\\x0c\\xfe\\x98\\xd7\\x64\\x26\\x6a\\x73\\x56\\x74\\x6a\\x6c\\xad\\x47\\x07\\x28\\xf4\\xf3\\x16\\xd0\\xa4\\x6e\\x02\\x5c\\x60\\xe9\\xee\\x9f\\xe6\\xee\\xb8\\xd6\\x96\\xd3\\x35\\x5d\\xa1\\xfd\\xf6\\xde\\x4a\\x30\\xdd\\xb2\\xe0\\xa2\\x89\\x05\\xcc\\x3b\\x2e\\xb5\\x44\\xd9\\x23\\xfb\\xbd\\x01\\xd6\\x29\\x71\\x77\\xf6\\xf8\\x72\\x5b\\x38\\x3b\\x4e\\xc1\\x66\\x52\\x49\\x92\\xf3\\x91\\x8d\\x25\\xf4\\x50\\x86\\x00\\x05\\x3c\\x97\\x07\\x18\\xef\\x0e\\x37\\xa9\\x3d\\xb1\\x3f\\xda\\x2b\\xc6\\x66\\x84\\x7b\\x8a\\x4d\\xe6\\xdb\\xee\\x5a\\x46\\x0f\\x46\\xad\\x49\\xa3\\x35\\x38\\x1a\\x43\\x3a\\xef\\xf9\\x0a\\x91\\xe0\\x65\\x3e\\x2d\\xe3\\xd3\\x77\\x75\\x00\\xa3\\x13\\xdf\\x82\\x1d\\x53\\x8d\\x8e\\xf6\\x3d\\x1a\\x15\\x65\\xc5\\xd6\\xa2\\x21\\xe1\\x8f\\x49\\x92\\x57\\x0d\\xe6\\x33\\x2d\\xb5\\x41\\xee\\x63\\x9d\\x34\\x16\\x96\\x39\\xcc\\x3c\\xfd\\xba\\x63\\x21\\xab\\xf4\\x2c\\x51\\x88\\x1f\\x8d\\xbd\\xb3\\x8e\\xd4\\xb3\\xc9\\x42\\xac\\x73\\x2e\\x3b\\x00\\x9a\\x7d\\xdd\\x16\\x58\\xc8\\x5e\\x8c\\x4d\\xb6\\x4d\\x78\\x38\\xa7\\x50\\xe4\\x4e\\xc8\\x65\\x95\\xa9\\xea\\x4f\\xcd\\x11\\x42\\xa6\\x7a\\xe0\\x1c\\x89\\xfc\\x9d\\x04\\x9d\\xfe\\x53\\x16\\xe1\\x02\\xcc\\x78\\x96\\x5f\\x54\\x16\\x7b\\x71\\x1c\\x72\\xbe\\x30\\x34\\xe0\\xa3\\x94\\x5d\\xa8\\xc8\\xbe\\xd3\\xf3\\xd5\\x97\\xe1\\xd1\\xb5\\x55\\xde\\x2d\\x81\\x5f\\xda\\xf7\\xd9\\x63\\x45\\xd7\\x7e\\xdd\\x73\\x22\\xea\\x9c\\x87\\x44\\x53\\x06\\x53\\x4f\\x96\\x07\\xd4\\x1e\\x63\\xff\\xec\\x5e\\x1c\\x63\\x53\\xa2\\xf3\\xd9\\x24\\xce\\xb1\\x2d\\x15\\xbd\\x0c\\x12\\xf6\\xb6\\x78\\x84\\xc1\\xce\\x3e\\x86\\xc2\\xa4\\xf8\\xe9\\x04\\x64\\xfe\\x0a\\xcb\\x8a\\xa4\\x5f\\xcc\\x8b\\xd2\\xad\\x9f\\x7f\\xed\\x38\\xcd\\x40\\xc3\\x23\\xe6\\x4c\\xa0\\x35\\x38\\x91\\xad\\x29\\x64\\x67\\x9e\\xb2\\x18\\x96\\x34\\x8f\\xe5\\x07\\xdc\\xcb\\xa7\\xda\\x3d\\xf7\\xb7\\xfb\\x21\\xad\\x58\\xcb\\x98\\x26\\x5a\\x36\\x72\\xbd\\xee\\xbe\\x4e\\x5a\\xb9\\xa6\\x89\\xa8\\x1c\\x92\\xf9\\x36\\xcf\\xd7\\xd1\\x05\\x4f\\xd8\\xda\\xf5\\x6c\\xe2\\xd3\\x0a\\xbb\\x2f\\x57\\xf7\\x02\\x3c\\xcf\\xa6\\x33\\x59\\x06\\x89\\x84\\x5f\\xbe\\x69\\x9c\\xaa\\xcd\\xbe\\x98\\xe0\\xf1\\x12\\x31\\x94\\x8a\\xe9\\xba\\xf5\\x11\\x3e\\xad\\x10\\x98\\xd1\\x74\\x67\\xff\\x17\\xf5\\xb6\\xde\\x2a\\x9d\\xa4\\x75\\xd4\\x0c\\xae\\x3d\\xa7\\xba\\x4b\\x29\\xfc\\x66\\x22\\x22\\x71\\x35\\x11\\x63\\x23\\x5b\\xb9\\xff\\x4a\\xbc\\x29\\xc1\\xd5\\x3f\\x0e\\x1c\\x42\\x26\\x43\\xeb\\x70\\xf9\\x28\\x2e\\x2b\\xd9\\x51\\x6c\\x75\\x87\\x78\\xec\\x8c\\xbb\\x00\\x52\\x23\\xd5\\xa6\\x51\\x3f\\x4f\\x25\\x85\\x3b\\xa3\\x0b\\x0a\\x42\\xf3\\xed\\xb9\\x2a\\x0d\\xf6\\x67\\x42\\xad\\xaa\\x70\\x0a\\x36\\x21\\x21\\x7e\\x4a\\xad\\xd4\\x3c\\x93\\xe6\\x85\\xa2\\x15\\xd4\\x23\\x15\\xcd\\x45\\x18\\xb7\\x7c\\x63\\xda\\x32\\xd8\\xa4\\xa5\\xd8\\x78\\x8a\\x3e\\x5f\\xb0\\xc7\\x12\\xc5\\x3a\\xa1\\xa4\\x72\\xa5\\xb9\\xfa\\x87\\x52\\x5c\\x9a\\x5b\\xdf\\x64\\xc7\\xd0\\x64\\xf4\\xdd\\x47\\x21\\xd7\\x56\\xac\\x73\\xb5\\x3c\\xa2\\xd1\\xb4\\xb5\\x54\\xf3\\x7d\\xc7\\xcd\\xf6\\xaa\\x8b\\xe8\\x84\\xc9\\x65\\xca\\xb6\\xe7\\x46\\x7f\\x29\\x8d\\x0a\\x09\\xa6\\x97\\x01\\xc5\\x88\\xd1\\x12\\xb2\\x24\\xb4\\x1e\\x67\\x19\\xfd\\xe3\\x92\\x92\\x6d\\x12\\x0d\\x38\\xe2\\xa7\\xb5\\x4c\\xfd\\x88\\xb2\\xac\\x29\\x15\\xbc\\x9d\\x74\\xad\\xe8\\x4c\\xd8\\xd6\\xd3\\x5d\\x27\\xf6\\xf5\\x76\\x19\\x07\\x31\\x18\\xba\\xa9\\x29\\x15\\x4e\\xc9\\x40\\xa9\\xc9\\x11\\x9f\\xfb\\x56\\x8f\\x96\\x60\\xae\\xad\\x1f\\x38\\xb5\\x94\\x2f\\x47\\x23\\x8c\\x4b\\x3d\\x7d\\x1e\\x90\\x3d\\x8b\\x81\\x8c\\x8c\\xea\\x8f\\xca\\x68\\x59\\x79\\x85\\xa7\\x83\\x9d\\xc5\\x7a\\x7b\\x95\\x47\\x17\\xac\\x68\\x86\\x29\\x09\\x49\\x9e\\xb0\\x5e\\x8c\\xc7\\x46\\xb7\\x0d\\x17\\xd9\\x64\\x2f\\xcb\\x2f\\xa5\\x73\\x5b\\x58\\xd1\\x49\\x55\\x1b\\x51\\x71\\xae\\xf5\\xec\\x81\\x1b\\xa9\\xba\\x1c\\xb9\\x6b\\x10\\xe5\\x4f\\x57\\xce\\x7d\\x9c\\xbf\\x97\\xd2\\x12\\xc9\\x7f\\x86\\x97\\xf0\\xbd\\xd4\\x8b\\xb4\\xb4\\x2b\\xdf\\xde\\x4b\\x50\\xaa\\x32\\x47\\xb2\\x02\\xa3\\x56\\x45\\x4f\\x5e\\xb8\\xd7\\x54\\x94\\x13\\x33\\x4a\\x7b\\x41\\xce\\x25\\xd7\\x17\\x1e\\x7e\\xdf\\x91\\x74\\x94\\x4d\\xda\\x51\\x92\\xba\\xae\\x47\\xaa\\xd9\\x12\\x95\\x8f\\xf7\\x01\\xd1\\xfb\\x0b\\x8c\\xc1\\x8c\\x02\\x5f\\x3f\\xc8\\x3f\\xca\\x65\\x54\\x2a\\x3b\\xa4\\xe7\\x6d\\x95\\x62\\xd2\\x00\\x37\\xcd\\x5b\\x52\\x6f\\xc3\\xb6\\xfa\\xbe\\x88\\x80\\xce\\x8d\\xbc\\xda\\xfc\\xdb\\x61\\x3d\\x77\\xdd\\xd5\\xe9\\xcb\\xbf\\x93\\x5f\\x46\\xa6\\x83\\x76\\x85\\x80\\x2e\\x7c\\xd9\\x04\\x4e\\x32\\xd2\\x63\\xe3\\x08\\x2b\\x17\\x5d\\x5c\\x34\\xc2\\x5d\\xf0\\xcf\\x7a\\x53\\xab\\x75\\x09\\x1a\\x96\\x96\\x6f\\xab\\xe1\\xa1\\x8f\\x4d\\x90\\x09\\x62\\xa7\\x4d\\xab\\x4c\\x9d\\x44\\x7a\\x1d\\x88\\x40\\xcf\\xe6\\x9f\\x11\\x61\\xc7\\x23\\x17\\xfa\\xb5\\xfa\\x2f\\xd5\\x0a\\x11\\xda\\xe5\\x6e\\xf0\\xc8\\x2d\\xd5\\x3a\\xf5\\x54\\x8d\\xd8\\xf8\\x73\\xcb\\x84\\x56\\x69\\x57\\x98\\x8e\\xef\\xaf\\xf0\\x53\\xbc\\x07\\xdb\\x4e\\x5b\\x22\\x75\\x8a\\xbc\\xcc\\x9e\\xe5\\x46\\x81\\x0a\\x42\\xac\\x9b\\x66\\xe3\\x53\\x26\\x3a\\xdc\\x2b\\xce\\x68\\x61\\x69\\x9e\\x5d\\x63\\x91\\xb7\\x68\\xda\\x3e\\x99\\xc2\\xfd\\x5b\\x93\\xd9\\xc8\\x91\\xdc\\x03\\xf4\\x1a\\x57\\x3b\\xda\\x35\\x92\\x6a\\xfd\\x54\\x1f\\x4a\\x6a\\xdf\\x85\\x95\\x76\\xd0\\x16\\xea\\x47\\xcf\\x9a\\xa6\\x8e\\xda\\xde\\x22\\xea\\xaf\\x6f\\x7b\\x65\\x2c\\xea\\x30\\x45\\x77\\x1f\\x5b\\x24\\xa3\\xba\\x88\\x5e\\x72\\x4a\\x47\\x4b\\xf6\\x4b\\x0a\\x68\\x85\\x1c\\x98\\xed\\xd3\\xb9\\x25\\x9a\\x85\\x1b\\xe1\\x8a\\x38\\x97\\xbb\\x33\\x83\\xea\\x70\\x9c\\x64\\x8f\\xb5\\xdf\\x63\\x52\\x9b\\xac\\x28\\xab\\xfc\\x6b\\x41\\x44\\x21\\x5a\\xee\\x5f\\xcf\\x26\\x34\\xd5\\xb7\\xfb\\xee\\x9e\\xba\\x78\\xac\\xca\\x8b\\x26\\x66\\x97\\xa8\\x29\\xcd\\x9a\\xc0\\x55\\x99\\x45\\x38\\xda\\x91\\x2d\\x19\\x73\\xb7\\x02\\x0c\\xe4\\xb0\\xe8\\x00\\x6a\\xae\\xaa\\xd6\\x38\\x54\\x0b\\xdd\\xfc\\xd4\\xd1\\x8d\\x7a\\x0a\\xef\\xf4\\x8f\\x1b\\xb6\\xf8\\x1f\\xcb\\xd2\\xc9\\xfc\\x74\\x54\\x19\\xbb\\x2c\\x7d\\x26\\xa2\\x42\\xde\\xa6\\x89\\x72\\x2b\\x58\\xba\\x7c\\x94\\x2e\\x09\\x6c\\xde\\xb6\\xd9\\xd1\\xa1\\xed\\x0c\\xdb\\xc5\\xe6\\x1d\\x9a\\x7a\\x1f\\xcf\\xa8\\x0f\\x3c\\xac\\x63\\x8b\\x5d\\x70\\x99\\x02\\x9c\\x15\\x67\\x8d\\xd1\\xb9\\x5d\\x4b\\xdd\\x43\\xe0\\x8f\\x3d\\x13\\xb8\\x91\\x50\\x3d\\x91\\xd3\\xff\\x34\\x89\\xc6\\xad\\x28\\xe3\\xb9\\xff\\x1e\\x6f\\xf7\\x99\\x93\\x23\\xba\\xbe\\x38\\xbb\\x47\\x67\\xb1\\x2e\\x2a\\xe2\\x68\\xb5\\x8c\\xf8\\x26\\xdf\\xde\\x8a\\x08\\x02\\xb9\\x5b\\x58\\x09\\x32\\xad\\x8d\\x0d\\x44\\x6b\\x67\\x37\\xa4\\x43\\xe7\\xaa\\xd6\\x3c\\x6d\\x16\\xfd\\x3e\\x1d\\xd1\\x78\\xc7\\x96\\x41\\xb2\\x2f\\xa6\\xb3\\x3e\\xa6\\x91\\x6e\\x21\\x55\\xd2\\xb2\\x38\\xfc\\x6d\\x1a\\xfe\\xf4\\xf9\\x4a\\xf3\\x49\\x27\\xd0\\x1d\\x1b\\x1b\\x14\\x66\\x4b\\x0b\\x41\\x7b\\xcd\\xb5\\xe1\\x87\\x4c\\x17\\xbb\\x0b\\x00\\xe9\\x96\\x21\\xe9\\x1b\\x93\\x05\\x35\\xb2\\x27\\x63\\x6b\\x36\\xa1\\x51\\x80\\x85\\x62\\x52\\xe6\\x71\\x11\\x4f\\xf5\\x07\\x6f\\x88\\x86\\xfc\\xb4\\x01\\xec\\x0f\\x90\\xd5\\xe1\\x13\\xd6\\x6a\\xfa\\xf6\\x2c\\xc2\\xb5\\x28\\x74\\x32\\x6d\\x83\\x93\\x5d\\xe6\\x5b\\x85\\x9a\\xa2\\xaa\\x82\\x5b\\x81\\xda\\x63\\x9d\\x5d\\x65\\xb7\\x23\\x62\\xee\\xa6\\x97\\x9a\\x01\\x77\\x6e\\x1c\\x67\\xf6\\xd5\\x6d\\x78\\x3d\\x25\\x82\\x0e\\x3c\\xe6\\x0e\\x09\\x19\\xda\\x9b\\xb9\\x46\\x5c\\xeb\\x63\\x96\\x58\\x12\\xe6\\x63\\x3e\\x83\\xd0\\xb7\\x03\\x09\\x28\\x62\\x91\\x69\\x30\\x61\\x1e\\x5e\\x88\\x86\\x22\\x83\\x1e\\xbd\\x27\\x75\\x28\\x02\\x33\\xa8\\x0d\\x2c\\xff\\xf1\\x0d\\xc2\\xc5\\xd5\\x10\\x4a\\x62\\x95\\x0e\\x36\\x1b\\x69\\xb5\\xa7\\x15\\xfc\\x68\\x9a\\xc7\\xb4\\x3e\\xde\\x07\\x34\\xb1\\x86\\xb6\\x78\\x85\\xc1\\xe7\\xb3\\x7f\\xce\\xf5\\x44\\x8c\\xb9\\x8a\\xd5\\xdb\\x72\\xc5\\xa9\\x71\\xbe\\xe0\\xda\\x18\\xd2\\x44\\x54\\x2c\\x7b\\xd8\\x19\\xf9\\xda\\x82\\x3d\\x4d\\x69\\xb8\\xc1\\x69\\xd4\\x2c\\xfc\\xfe\\x1d\\x5c\\xb5\\xb6\\x6a\\xdf\\x00\\xc4\\xad\\x45\\x3f\\x5f\\x01\\xd1\\x05\\xf0\\xdc\\xd5\\x2f\\x69\\x75\\x7f\\xbc\\xab\\xa1\\x70\\x95\\x89\\xc8\\xac\\xc5\\x97\\x3f\\xb1\\xf5\\xe2\\x37\\x96\\x85\\x4d\\x8a\\xbd\\xee\\x37\\x72\\x11\\x30\\xb7\\x0e\\xa7\\xa9\\x99\\x46\\x64\\x08\\x89\\x45\\xb2\\x3f\\xd3\\xa3\\xd9\\x01\\x2a\\xd0\\xcd\\xed\\x4e\\x27\\xb2\\x18\\xcb\\x45\\x3d\\x11\\xd9\\x33\\xd4\\x40\\x35\\x93\\x12\\xe7\\x37\\xb6\\xa0\\xfa\\xe4\\x53\\x63\\x7a\\xa8\\xd6\\x90\\xe3\\x88\\x4e\\xaf\\xf8\\xe8\\x48\\xa9\\xcd\\x74\\x8f\\x34\\x95\\xae\\xde\\xe6\\xea\\xd6\\xd9\\x67\\x2e\\x6a\\x98\\x33\\x8d\\xda\\x28\\x1b\\x63\\xf4\\x03\\xa0\\xa8\\x12\\x8c\\x32\\x9e\\x5b\\xa8\\x25\\x4d\\x45\\x6e\\xad\\xa2\\xda\\x1a\\x6d\\xb6\\x68\\xd5\\x45\\xca\\x2a\\x7d\\xa8\\x50\\x6b\\x1d\\x8f\\x45\\x4d\\x53\\x8a\\xc9\\xbd\\x4a\\x36\\x70\\xdb\\xdf\\x25\\x38\\x2f\\xde\\xf2\\xc2\\x96\\xae\\x68\\x7f\\xb9\\x8c\\xdf\\x2a\\x6d\\xb0\\xb8\\xc6\\xc3\\x8f\\x56\\xe5\\x02\\xec\\xda\\xe2\\xc4\\x68\\xd7\\x74\\x09\\xdd\\xcf\\xa2\\x63\\xfb\\xad\\xed\\x2a\\xcd\\x3d\\xf5\\x08\\xd7\\x19\\x32\\x3a\\xc3\\x9d\\x2d\\xa7\\x76\\xdf\\xd0\\xfb\\xd4\\x85\\x96\\x8b\\xd4\\xfb\\xcb\\x48\\x20\\xff\\x1a\\x01\\x9e\\xfe\\x93\\x1d\\x19\\xec\\x03\\x4c\\x6c\\x5d\\xf2\\x5f\\x69\\x15\\xdb\\xff\\xcc\\xbe\\x9f\\xff\\xbd\\x56\\xf1\\xa4\\x3a\\x37\\x22\\xa7\\x7b\\x4f\\xed\\xff\\x09\\xfb\\xfe\\xf2\\xd1\\x37\\x69\\xa8\\x5d\\xca\\x79\\x25\\x39\\x41\\xfd\\x19\\xd1\\x4d\\x49\\xd7\\xf8\\x80\\x5b\\x5a\\x77\\x06\\x54\\xa4\\x74\\xca\\xa5\\xe7\\x9b\\x34\\x3c\\xba\\x64\\x39\\xd3\\x26\\xc8\\x7c\\x58\\xc8\\x8a\\xe7\\x4a\\xfe\\x96\\x61\\x54\\x38\\xcd\\x2c\\xf5\\x9f\\xfb\\x5d\\x3a\\xa5\\x0e\\x47\\x78\\xb5\\xbd\\x6d\\x00\\xea\\xd1\\x0b\\x42\\xcb\\x1b\\xc1\\xf1\\x21\\xbf\\x4c\\xaf\\xef\\x71\\x52\\xc1\\x09\\x27\\xcc\\xda\\xee\\xf0\\x4b\\x3d\\x6b\\x22\\x08\\x63\\x21\\x51\\x16\\x20\\x0b\\x5b\\x84\\x19\\xed\\x92\\xc2\\x92\\x88\\xc7\\xda\\xa3\\x96\\x21\\xb2\\x9f\\xbf\\x23\\x47\\xf0\\xd3\\x03\\x85\\x45\\x6c\\x55\\x95\\x0b\\x86\\xfd\\xed\\x6d\\x79\\xa7\\xc6\\x4c\\x79\\x41\\x84\\x74\\x9d\\xb6\\xf6\\x11\\xf2\\x07\\x73\\x24\\xcd\\xb8\\x8e\\xe7\\x76\\x69\\x27\\xde\\xe2\\x34\\xd2\\xbd\\xc1\\x8d\\x3d\\x85\\x97\\x5b\\x60\\x4b\\x06\\x37\\x60\\x8a\\xcb\\x47\\x43\\xa5\\xa4\\x78\\x6c\\x39\\x7d\\x2d\\x42\\xca\\x3e\\x11\\xa9\\xbf\\xda\\x34\\x8b\\x50\\xc7\\x33\\x5c\\x72\\x0f\\x75\\xbc\\xce\\xd1\\xd7\\xfe\\x16\\x0e\\xa0\\xac\\xe3\\xf9\\xa2\\xf7\\x26\\xa8\\xd5\\xee\\xe8\\x14\\xb2\\x2a\\xf7\\x42\\x79\\xb4\\xdf\\x25\\x6b\\x5a\\x62\\xd3\\x97\\x5f\\x2e\\xf5\\x40\\x88\\x72\\x7d\\x4f\\x44\\x82\\xfa\\x48\\x62\\x61\\x1a\\x8f\\xb9\\x61\\xa1\\x93\\x4d\\x5f\\xd8\\x9c\\x0f\\xe3\\xc7\\xd2\\x1c\\xba\\xff\\x96\\x4c\\xde\\xd7\\x59\\xd8\\x1b\\xf6\\x23\\x55\\x82\\xfb\\x38\\x40\\xf7\\x45\\x1c\\x56\\xad\\xfd\\x89\\xd4\\xe6\\xdc\\xf2\\x3f\\x3c\\xdc\\xef\\x2e\\xdc\\xa9\\xd8\\xd3\\x4d\\x04\\x1b\\xcd\\x7e\\x61\\x69\\x64\\xe4\\xd6\\x0a\\xec\\xef\\x87\\x3f\\x5d\\x99\\x47\\x4c\\x95\\x69\\x45\\x84\\x78\\xca\\x3f\\x03\\xfb\\xb4\\xec\\x4e\\x5d\\x84\\x34\\xf6\\xf6\\xbd\\xa1\\x39\\x0c\\x57\\x31\\x17\\x5b\\x6f\\x85\\x29\\xb5\\xaf\\x64\\x6b\\x9f\\xca\\x8b\\x71\\xca\\xa6\\x26\\xbc\\xed\\x3e\\x6e\\x03\\x97\\xc1\\xaf\\x4d\\xdf\\xb6\\xe9\\x78\\xbc\\x0e\\x1e\\x35\\x31\\x0a\\xa0\\x33\\x55\\x3f\\x62\\xb4\\x15\\x24\\x6a\\xce\\x90\\xf8\\xfb\\x36\\x97\\xd4\\xf5\\xaf\\x01\\xf9\\x70\\x87\\x85\\xaa\\x8a\\xd7\\x36\\x57\\x0e\\xfb\\x9b\\x97\\x3c\\xc4\\xfe\\x66\\xbf\\x04\\x7a\\x8d\\xe5\\xee\\x3e\\xc0\\xcc\\xb8\\xf4\\xad\\x87\\x9c\\x5a\\xe5\\x78\\x21\\x16\\xd3\\x3e\\x7d\\x1a\\x99\\x7b\\xcf\\xac\\xa5\\xa3\\xe4\\x73\\x39\\x72\\xcb\\x94\\x82\\x14\\xd0\\xa5\\x6f\\x13\\x27\\xbf\\xd5\\xa9\\x1a\\x2d\\x94\\xbd\\xcf\\xb2\\x45\\x9c\\x1b\\x46\\xb6\\x5a\\xdc\\x0c\\x77\\xed\\xbb\\xa2\\xe3\\x6e\\x0c\\x93\\x50\\x0b\\xae\\xfc\\x7c\\x6d\\xf5\\x6f\\x2d\\x76\\xb4\\x3b\\x47\\xa3\\x54\\x4f\\x58\\x3b\\xcc\\xfd\\xa9\\x33\\x40\\x94\\x9a\\x47\\x96\\x40\\x3b\\xff\\xd9\\x66\\xd5\\xd1\\xf4\\x4e\\x2d\\x74\\xb6\\xbe\\xed\\x46\\x76\\x79\\x48\\x8b\\xd0\\x74\\x4b\\x17\\x6d\\x1a\\xbb\\xde\\x64\\x61\\x2b\\x1b\\x8b\\x7b\\x52\\xa4\\xa7\\x9b\\x96\\x2f\\x12\\xd2\\x72\\x4f\\x2e\\x09\\xd7\\x11\\x0a\\x0b\\xcc\\x96\\x75\\x74\\x9a\\xb2\\xd4\\xee\\xfd\\xe3\\xa7\\x6c\\x27\\x9f\\x94\\x96\\x9c\\x8c\\xb6\\xfa\\xdc\\x97\\x8d\\x5b\\x53\\x19\\xfb\\xa3\\x3c\\xdf\\xbe\\x2f\\x3a\\x4a\\x85\\x33\\xc5\\x16\\xea\\x47\\x11\\xb5\\x47\\x54\\xf5\\xc0\\x7d\\x36\\xcd\\xcc\\xa1\\x54\\x0e\\xa6\\xef\\x72\\x5f\\x5a\\xd3\\x17\\xb1\\x49\\x75\\x66\\xf6\\xb4\\x2c\\xc2\\x9f\\x85\\x17\\x36\\x27\\x82\\x22\\xcc\\x8f\\x41\\xb9\\xef\\x75\\x0c\\xf2\\x35\\xa3\\xa1\\xff\\x80\\xf2\\x14\\xe9\\xa2\\x84\\x9f\\xc6\\xdb\\x8a\\xbd\\x91\\x7d\\x66\\x16\\xde\\x39\\x3d\\xa7\\xb2\\xdd\\xbb\\x49\\x61\\x80\\x6f\\x44\\x15\\x3b\\x5f\\x2e\\x1c\\xb6\\xc9\\x51\\x5b\\x20\\x25\\x77\\x1e\\xa9\\x8e\\x0d\\xda\\xa7\\x29\\x17\\xee\\xfb\\x00\\xaf\\x89\\xb6\\x6c\\x50\\xcc\\xc7\\xc5\\x29\\x2c\\x5c\\x34\\xd9\\xb5\\x89\\xac\\x0f\\xc3\\xa7\\x8c\\xde\\x4e\\xb6\\x4f\\xa4\\xf1\\xba\\x57\\x40\\x1c\\x15\\x87\\x3a\\x89\\xf6\\x0a\\x6f\\xa9\\x6b\\x79\\xd2\\x4b\\x16\\x78\\x91\\x88\\xdd\\x2c\\x10\\x6f\\x97\\xa5\\xaa\\x43\\xfa\\xdb\\x4f\\x80\\x72\\x17\\xfb\\xb7\\x37\\x96\\x2a\\xb7\\xd8\\xbf\\xcb\\xb3\\x05\\x00\\xfa\\xdc\\x35\\x57\\xb2\\xcb\\xc9\\x50\\x90\\xf9\\x28\\x4a\\x6c\\x85\\x14\\xda\\xb9\\xc7\\xf7\\xaf\\x7d\\xec\\x7b\\xa1\\xd5\\xfc\\x38\\xd5\\xcf\\xdc\\x70\\x16\\x7e\\xe7\\xec\\xb5\\x61\\x20\\x71\\x05\\xab\\x2c\\xa7\\xbf\\x91\\xe2\\x78\\x97\\xa5\\xdb\\x5d\\x31\\x2f\\x4b\\x2d\\x2e\\x32\\xaa\\xba\\x06\\x9c\\xab\\x1d\\x85\\x0e\\x7d\\xbc\\xd4\\x52\\xc2\\x51\\x7c\\x03\\xcd\\x36\\xfd\\xc7\\x8d\\x3c\\xf7\\x46\\x55\\x0e\\xdc\\x81\\xb7\\x07\\x49\\x24\\x3a\\x2d\\xec\\xef\\xc9\\x03\\x4c\\x77\\x7a\\x5f\\x7d\\xe0\\x12\\xe9\\x38\\xba\\xb9\\x84\\x72\\xe3\\x27\\xbc\\xc5\\x54\\x6e\\x42\\x3d\\x81\\xc9\\x8c\\x81\\x9d\\xd8\\x7a\\x4e\\xbf\\x15\\xf6\\x5b\\x54\\xa6\\x1f\\xb3\\x26\\x25\\xd3\\xa5\\xcd\\x73\\x6f\\x8c\\xc8\\x67\\x81\\xc3\\xd2\\x04\\x95\\xf0\\xf6\\x89\\xb7\\x89\\xf9\\x7d\\xa1\\x5a\\x4c\\x7c\\x8f\\x07\\x62\\x81\\x93\\x71\\x95\\xba\\x91\\x69\\x9b\\x32\\xe2\\xc2\\x31\\x75\\x1f\\xb9\\x96\\xa5\\xc1\\x82\\x63\\x6c\\xd7\\x34\\x99\\xb9\\xe8\\x0f\\x31\\xd9\\x5b\\xee\\x16\\x9d\\x98\\xe7\\xf1\\x4a\\x1c\\x1b\\x64\\x10\\xe1\\xcc\\x44\\xe6\\xe7\\x88\\x08\\xa5\\xca\\x29\\x15\\x97\\x2e\\x6f\\x7b\\xe7\\x52\\xbb\\x4c\\xb3\\x5a\\xe9\\x5b\\x47\\xf7\\x11\\xad\\xad\\xd4\\x29\\x62\\x5d\\xd1\\xec\\xe4\\xd2\\x1a\\xe8\\xd7\\x33\\x41\\x36\\xc6\\x46\\x8e\\x1b\\xb2\\xf3\\x2f\\x55\\xb9\\xbb\\x7f\\xd6\\x47\\xe7\\xf1\\xfa\\xa8\\x83\\xdc\\xa2\\x7d\\x2c\\x9b\\x53\\x3e\\xdb\\xd6\\xd6\\x1b\\xa7\\x22\\x87\\xda\\x62\\x6f\\x0f\\xd6\\x28\\x29\\x9b\\x34\\x7f\\xa0\\x98\\x13\\xcd\\xe1\\xae\\x50\\xa0\\x8a\\x81\\x6c\\x11\\x6f\\xde\\x35\\xb7\\xa7\\x31\\x4a\\x1d\\xf2\\x2d\\x65\\x21\\xad\\x8a\\xae\\x8b\\xff\\x52\\x9a\\xd0\\xf0\\xf3\\x35\\x83\\x4c\\xef\\xc7\\x8f\\xc4\\x72\\xcf\\x6c\\xa7\\x45\\x8a\\xfd\\xf5\\x2d\\xdc\\x72\\xb5\\x47\\x2c\\x6d\\x72\\x7f\\x66\\xbe\\xad\\xd2\\xa3\\x34\\xe7\\x19\\xed\\xf8\\x29\\x46\\xb2\\x4c\\x53\\x0e\\x65\\x00\\xa6\\xb6\\x3a\\xcb\\x29\\x5d\\x7c\\x79\\x5b\\x62\\xd9\\x80\\x31\\xd8\\xc2\\xd4\\x95\\xe5\\xe3\\x6c\\xea\\xb5\\x72\\x27\\xc8\\x55\\x66\\x87\\x9a\\xc7\\xd6\\x7d\\x3e\\x94\\x4a\\x4c\\x75\\x58\\xfa\\x47\\xf8\\x7b\\x33\\xfd\\x38\\x6d\\x61\\x64\\xec\\x75\\x61\\xf8\\x6b\\x9b\\x8d\\x9e\\x45\\xe3\\xa9\\xb5\\x48\\x04\\x0e\\x40\\xaa\\x9d\\x8c\\x72\\x93\\xa4\\x94\\x4f\\xc1\\x45\\x12\\xbf\\xdc\\x14\\x14\\x33\\x9d\\x7b\\x40\\xe8\\x03\\xf5\\x2d\\x53\\x2b\\x75\\x25\\xe3\\xc7\\xb3\\xe8\\x9e\\x80\\xcb\\xe8\\xf8\\x78\\xfe\\xac\\x70\\x40\\xba\\x13\\xed\\xed\\x5e\\x35\\xaf\\x0b\\x14\\xb8\\x1f\\xf8\\x96\\x3f\\x53\\x07\\x54\\x1f\\x6a\\xcc\\x29\\x99\\xde\\x5a\\x31\\x0f\\x4b\\x45\\x1f\\xca\\x10\\xb8\\x45\\x88\\xf9\\xdd\\x9d\\x47\\xd2\\xbd\\x23\\xfd\\x70\\x08\\x67\\x6d\\x97\\xa0\\x3a\\xc5\\xa0\\xed\\xb1\\x9e\\xf3\\x30\\xdf\\xd6\\xec\\x19\\x70\\xf4\\xa7\\x17\\x54\\x7b\\x85\\xc2\\x07\\x34\\x0b\\x7c\\x9b\\xf2\\xa4\\x0c\\xa8\\xd6\\x8a\\x96\\x3c\\xa6\\x5a\\x86\\x71\\xf7\\xa3\\xd3\\x3a\\xe1\\x23\\x73\\x6a\\xa4\\x52\\xe2\\x3e\\x73\\xd5\\xca\\xad\\x5c\\xb9\\xe5\\x63\\x4d\\x66\\xf8\\xf9\\x2a\\x6b\\x6b\\x1e\\xb1\\x30\\x5d\\x2c\\x82\\xe7\\x43\\xe8\\xb2\\xb2\\xc2\\xb8\\x8a\\xcb\\x3f\\x9c\\xda\\x98\\xc9\\x41\\x46\\x4c\\x56\\xe9\\xdb\\x3e\\xc2\\x7e\\x79\\x5d\\x9a\\x8e\\x1d\\x75\\x15\\x09\\x9f\\xb4\\x33\\x90\\xbd\\x45\\x95\\x7b\\xf2\\x3d\\x73\\xaa\\x6f\\xbc\\x6b\\x4f\\x33\\xd2\\x4a\\x8e\\x77\\x54\\x1a\\x90\\xc7\\x64\\x3c\\x16\\x01\\xe6\\xa9\\xc8\\x80\\xea\\x63\\xa5\\xa2\\xa9\\xd6\\x8d\\x69\\xc8\\x28\\x8f\\xf0\\x7f\\x0a\\xf7\\x32\\x9b\\xff\\x47\\x13\\x68\\x0a\\xd3\\xf4\\x6c\\x64\\xaa\\x6b\\x0d\\xd2\\x3a\\x2e\\xd9\\x0a\\xa4\\x8e\\x6d\\xc2\\xe0\\xd7\\x61\\xf2\\xdb\\xdb\\x31\\xba\\x80\\x6a\\x21\\xb9\\x30\\x52\\xfd\\xd2\\xbb\\xb0\\x8d\\xc3\\xe0\\x8a\\x20\\x57\\xfb\\xdb\\xf5\\x29\\x73\\x12\\x36\\x03\\x1a\\x36\\x59\\x6c\\x8d\\xf6\\x03\\x79\\xa9\\xe5\\xe9\\x7b\\xa5\\x7a\\x44\\xde\\xe6\\xa3\\x07\\xae\\xca\\xdb\\xcb\\xc8\\x25\\xdd\\xf4\\x6f\\xd7\\x46\\xed\\x64\\x6d\\xd5\\x4c\\xa6\\x42\\x46\\x97\\xde\\xe5\\xcf\\x11\\xd4\\x77\\x94\\x13\\x91\\x6a\\x64\\xd6\\x7d\\xa5\\x4b\\x25\\xa8\\x9e\\x62\\x14\\x7d\\x1a\\x7d\\x9a\\x77\\x3d\\x66\\x0b\\x30\\xc9\\xf2\\x81\\xe3\\x23\\xeb\\xd1\\x48\\x6d\\x99\\xf6\\x29\\xcc\\xeb\\xad\\x76\\xba\\x48\\x53\\x5c\\x77\\x3a\\x87\\x0c\\xc1\\x1c\\x57\\xcc\\xc9\\x6e\\x44\\x50\\x7f\\x57\\xe9\\x98\\xda\\x37\\xda\\x93\\xc6\\x14\\x4c\\xf9\\x77\\xb3\\x36\\x2d\\x8d\\x1f\\xa3\\x5c\\x8b\\x99\\xed\\xf9\\xab\\x30\\xc9\\x7e\\x0c\\xef\\x66\\xe8\\xf3\\x09\\xdd\\x83\\xf6\\x17\\xc6\\xed\\xd5\\xd1\\x6c\\x0f\\x72\\x56\\x91\\xf0\\xd7\\x99\\x60\\x75\\x4d\\x9e\\x69\\xcc\\x77\\x4c\\x3a\\x91\\x49\\xc3\\x19\\xab\\x0a\\xed\\xb0\\x39\\x66\\x90\\x2d\\x0d\\x6f\\x04\\x1f\\xe9\\x10\\xef\\x4b\\x45\\x5f\\xa5\\x3c\\x25\\x65\\xf8\\x4c\\x2c\\xbc\\x66\\x8b\\x57\\x11\\xb7\\xd8\\x3a\\xea\\xbf\\x58\\x8d\\x0b\\x84\\x39\\x82\\xfb\\xba\\x9f\\x72\\xa4\\x34\\x7d\\x2a\\x17\\x2a\\xc0\\x5e\\xb7\\xb9\\xd2\\xbf\\x06\\x56\\x96\\x71\\x14\\x1e\\x0d\\x41\\xd6\\xe5\\x3c\\x3a\\x09\\x92\\x31\\x34\\x28\\x87\\x9d\\x74\\xc3\\xd5\\x5f\\x9a\\x70\\xb5\\xf8\\x16\\xb4\\x89\\x65\\xa7\\x3d\\x3a\\x9a\\x3b\\x3f\\x25\\xfd\\x5c\\xc1\\x38\\xba\\x85\\xde\\xb9\\xa5\\x9d\\x8e\\x8f\\x64\\x6f\\x61\\x2f\\x94\\x5d\\xdb\\xf4\\xaf\\x6b\\x39\\x04\\x8e\\x9a\\xbb\\xd6\\xe8\\xa6\\x5d\\xdb\\x0f\\x9f\\x6c\\x32\\x63\\x0f\\x0c\\x18\\x6c\\x2c\\xbb\\x74\\xe3\\xcd\\x7f\\xde\\x1c\\x84\\x76\\x95\\xcf\\x6c\\x06\\x16\\xfa\\x73\\xb6\\xc3\\x36\\x82\\x1c\\x6d\\xf7\\x2e\\x7f\\xbc\\x0b\\x36\\xde\\x8b\\x33\\xdb\\xcd\\x72\\x7a\\x7e\\xa6\\x53\\x92\\x39\\xa1\\x4d\\xd9\\x9a\\x1a\\x79\\x9b\\x72\\x4c\\x62\\xc6\\x56\\x41\\xa5\\x73\\x1c\\xdc\\xc3\\xc0\\x29\\xcd\\x4e\\x57\\xc3\\x51\\xa7\\x41\\x7b\\xf9\\x29\\x6b\\x37\\x58\\xdf\\xb5\\x7a\\x8d\\x1b\\xe3\\x7e\\xc2\\x84\\x4e\\xb6\\x5b\\xf1\\x77\\x38\\x46\\x1e\\x77\\x00\\xaa\\xb9\\x92\\x86\\x0e\\x11\\xfb\\x87\\x7d\\xbd\\x8f\\x20\\x44\\x4b\\xb6\\x1a\\x7e\\xfb\\x51\\x80\\x2b\\x09\\xa6\\xb0\\xab\\x4c\\xb3\\x28\\xad\\xd6\\x20\\xec\\xd7\\x34\\x4e\\x27\\x68\\x40\\x1b\\xdd\\xb7\\xd6\\xaa\\x06\\x55\\xc8\\x83\\x49\\x56\\x1d\\x42\\xeb\\xd9\\xb3\\x05\\x53\\x47\\x73\\x36\\x3e\\x9a\\x2d\\x78\\xde\\x34\\x83\\xd2\\x99\\xbd\\xf6\\x1c\\xc4\\x7c\\x9a\\x66\\x6e\\xc2\\xad\\x5d\\x0f\\xeb\\xee\\xb7\\x8d\\xae\\x82\\xfa\\xc4\\x36\\xa5\\xe2\\x63\\x71\\x46\\x5a\\x33\\x2e\\x43\\x48\\x78\\x6e\\xc5\\xca\\x16\\x5a\\x46\\x9b\\x68\\xfe\\x9a\\xea\\x46\\x66\\x19\\xd4\\x71\\x72\\x06\\xea\\x63\\x7e\\x3c\\xc6\\x3c\\xa7\\xaf\\xa7\\xd2\\x23\\xde\\xf9\\xd8\\xa8\\x26\\xc2\\x33\\xd2\\xa4\\xb6\\xde\\x19\\x7c\\xf6\\x9f\\x16\\x5f\\x40\\x16\\x24\\x54\\xbc\\x2d\\x8e\\xa3\\x97\\x5c\\x16\\xd8\\x29\\xa6\\xea\\x09\\xb6\\x06\\x65\\xe8\\xe8\\xc8\\x34\\x70\\x0a\\xa3\\x4a\\x83\\xb0\\xac\\xfb\\x5e\\x69\\x2d\\x4a\\x67\\xf8\\x28\\x94\\x05\\xb5\\x39\\x35\\x67\\xa6\\x2e\\xb7\\x0e\\x2e\\x87\\x6d\\xcc\\x7e\\xec\\x44\\x62\\x5b\\x30\\x0b\\x6c\\x32\\x17\\xf9\\xff\\xa4\\x60\\x84\\xa3\\x52\\x8a\\xe3\\x89\\xb7\\xed\\x6a\\x82\\xd5\\xc3\\x86\\x10\\xcc\\x56\\xe3\\x4a\\x2f\\xda\\x4b\\x83\\x94\\x2b\\xd0\\xa0\\x3d\\x42\\x56\\x8d\\x9a\\xde\\x79\\x3e\\xaa\\x93\\x82\\x29\\x4e\\x71\\xc6\\x36\\x98\\x82\\xa9\\xb7\\xc3\\x2d\\x23\\xf8\\xc7\\xad\\x16\\x82\\xc7\\xfc\\xb8\\x74\\xd0\\xe3\\x95\\xf6\\xef\\xd2\\x9f\\xa5\\x7d\\x35\\x47\\xfa\\xd6\\x08\\x12\\x56\\x6f\\x9b\\x19\\x77\\x9d\\xea\\xb4\\xd2\\x99\\x3e\\xa0\\xb1\\x05\\xac\\xce\\xbe\\x6d\\xa3\\x5e\\xcc\\x88\\x42\\xd3\\xf2\\xfb\\xdd\\xbb\\x8e\\xdd\\xf7\\x6e\\x65\\x93\\x6d\\x24\\x45\\x87\\xc6\\x26\\xcc\\x25\\xe3\\x94\\x07\\x10\\x11\\xfa\\xd4\\xcb\\xd8\\xb5\\x36\\xf8\\x4b\\x1b\\x21\\xe9\\x8f\\x28\\x3a\\xc8\\xdf\\x74\\xa1\\xe0\\xd9\\x35\\xe5\\x7c\\x91\\x0f\\x16\\x7d\\xb2\\x3a\\x33\\x2f\\x02\\xf6\\x84\\xec\\x9b\\xdd\\xbc\\x13\\x03\\xe7\\xfe\\xb9\\xaa\\x58\\x3a\\x17\\x5d\\x6c\\x16\\xb6\\xcc\\x7f\\x02\\xc0\\xe8\\xac\\xa8\\xad\\x83\\xb3\\x36\\x89\\x0b\\xa1\\x24\\xda\\x75\\xc3\\xf5\\xd3\\xf3\\x21\\xa1\\xfb\\x5d\\x41\\x49\\x89\\x7f\\x6c\\x04\\x72\\x2e\\x55\\xf0\\x2d\\xa3\\xea\\x75\\x5b\\x23\\xd4\\xa9\\x8d\\xee\\x14\\x26\\x55\\xc9\\xc5\\x3a\\x66\\xd7\\xce\\xa0\\x44\\x22\\xe3\\xdb\\x44\\x6e\\xb3\\xea\\x8d\\x5f\\xd5\\xed\\xb4\\x1d\\xc0\\x77\\x72\\x1a\\x95\\xf8\\x56\\xfd\\x55\\xbb\\x60\\x24\\x1c\\xb0\\xb1\\xc7\\x6c\\xec\\x12\\x15\\xe9\\xb6\\xdc\\x2a\\x51\\x3f\\x66\\x4f\\x35\\x56\\xbd\\x55\\xa4\\x54\\xab\\xbc\\xdd\\x3b\\x6a\\x3b\\x8a\\x1e\\x84\\x25\\xc8\\x97\\xa5\\x4d\\x4f\\xd7\\x89\\xb0\\xea\\x0d\\xed\\xfb\\xd1\\xe0\\x52\\x32\\xa1\\xbf\\x2c\\x8c\\x6d\\x11\\x73\\x9c\\x2e\\xba\\x0f\\x29\\x4d\\x3b\\x55\\xe1\\xe2\\xf4\\x66\\xdc\\x8f\\x13\\x8f\\x27\\x9d\\x88\\x28\\xcc\\x06\\x91\\x02\\xfc\\xb3\\xfb\\x83\\xd8\\x92\\xd6\\xa7\\x62\\xff\\x6f\\xde\\x1e\\xeb\\xd1\\xac\\xb7\\x51\\xd7\\x72\\xa4\\x87\\xab\\x38\\x36\\x5e\\xfa\\xc2\\x3c\\x27\\xbf\\x0a\\x59\\xe3\\xdc\\x0a\\x2c\\xae\\x18\\xdf\\xd7\\x6e\\x17\\xc9\\xf8\\xc6\\x38\\xca\\xcb\\x8f\\x73\\x15\\xfb\\x5a\\xbb\\xcd\\xe9\\xc7\\x5b\\x1d\\xe8\\x91\\xe9\\x54\\x5f\\x84\\x97\\xff\\x38\\x19\\xb7\\xab\\xf6\\xa2\\x70\\x55\\xc3\\xdb\\xaa\\x39\\xb6\\x68\\x3e\\xf2\\x32\\x4a\\xa0\\xb5\\xbb\\xf9\\x74\\xc6\\x56\\xf3\\xd3\\x35\\xb5\\xd9\\x67\\x71\\x97\\xee\\xcd\\xb8\\x95\\x6c\\x97\\x80\\xf1\\x96\\x32\\xb9\\xe9\\xc6\\xf6\\xda\\x34\\xd2\\xc4\\x71\\xb9\\x63\\x07\\xea\\xa9\\xa9\\xa0\\xfe\\x19\\xbe\\x12\\x38\\x52\\x3d\\xaa\\x7f\\x42\\xc9\\x46\\x97\\xad\\x6b\\xc5\\xb6\\x5e\\xd3\\xd7\\xc5\\x3f\\x2e\\x17\\xe7\\x09\\xbf\\x84\\x3a\\xd5\\xcd\\xc5\\x29\\x0a\\x53\\xaa\\x34\\x67\\x3b\\x5f\\x61\\x19\\x23\\x47\\xb3\\xcc\\xac\\x6e\\x01\\x25\\x73\\x2a\\x75\\xae\\x9d\\xdb\\xa6\\x0a\\x53\\x1f\\xa5\\x1b\\x7a\\x9b\\xea\\xf3\\xa9\\x5e\\x63\\x80\\x82\\xf7\\xa0\\x3f\\xd6\\x0a\\x62\\xc6\\x81\\x5e\\x6b\\x2d\\x84\\x7a\\x7b\\x10\\xbe\\x37\\xc2\\xa0\\x22\\xca\\x19\\x94\\x36\\x66\\xc8\\x31\\xcc\\x84\\x84\\x77\\x5d\\xec\\xa2\\xa8\\xcd\\xa9\\x37\\x13\\xb0\\x9a\\xa9\\x46\\xdb\\xc9\\x5e\\xd8\\x6c\\xda\\xb4\\x6a\\xf1\\x3d\\x6c\\x94\\x89\\x0d\\xc8\\xf4\\x73\\xed\\x3e\\x3a\\xd6\\x40\\x65\\x91\\x78\\x7f\\x2c\\x7c\\xac\\x2e\\x53\\x94\\x8c\\xf6\\xb4\\x78\\x1b\\x00\\x6f\\xa6\\xf0\\xda\\xe2\\x35\\x84\\xfe\\x77\\xe3\\xd7\\x09\\x01\\x25\\xbd\\x2f\\x47\\x4d\\x2c\\xfc\\xd5\\xbb\\x97\\xa0\\xa6\\x01\\xde\\xb2\\xd7\\xa3\\x51\\x9b\\x13\\xcd\\x8f\\xf6\\xd8\\x40\\x2c\\xd9\\x8f\\x96\\x3d\\xf4\\x8f\\x2d\\xf4\\xa2\\xb7\\x9c\\x31\\x6d\\x2d\\x93\\xfa\\xc8\\xa1\\x0f\\x7b\\x47\\xdd\\xd5\\x33\\x98\\xb7\\xb7\\xf7\\x5d\\xe7\\x58\\x67\\xda\\xc0\\x62\\xff\\xc9\\x67\\x0f\\xc4\\xd6\\x9e\\x1a\\x29\\x26\\xa0\\x2e\\x6a\\xdb\\xfc\\xe6\\xdf\\x55\\xca\\xde\\xa6\\xf9\\xee\\x1d\\x05\\x09\\x8c\\xdf\\x24\\x09\\x89\\xcb\\xf0\\xd8\\x35\\x27\\x2c\\x1f\\xcf\\xb2\\x3c\\xc4\\x95\\x5b\\xef\\x28\\xa8\\xf4\\x47\\x3b\\x58\\x45\\xe9\\x78\\xb0\\x77\\xeb\\x6d\\x95\\x07\\xbb\\x60\\x30\\x75\\xfb\\xea\\x1a\\x84\\x57\\x4c\\x67\\xe5\\xa9\\x02\\xfb\\x02\\xfd\\x2d\\x7b\\xd9\\xf7\\x4e\\x49\\x86\\x45\\x5e\\x7e\\x0a\\x5a\\x12\\x23\\xc3\\x9b\\xd8\\x99\\x18\\xc5\\x56\\x7f\\x11\\x51\\xfa\\x98\\x57\\x13\\x61\\xbd\\xb0\\x2f\\x7b\\x30\\x26\\x3f\\x09\\x98\\xb3\\xe6\\x2d\\x64\\xdb\\xe9\\x1c\\xf4\\x76\\x02\\xa6\\x70\\x18\\xa5\\xa2\\xd8\\x81\\x55\\x83\\x88\\xb2\\x0a\\x0d\\x57\\xfa\\xf8\\x6f\\x5a\\x55\\x65\\x51\\x7e\\x5f\\x9a\\x83\\x88\\x8d\\xba\\x5c\\x4a\\xed\\x18\\x25\\x6b\\x93\\x3b\\xc4\\x94\\x6a\\xba\\x74\\x0f\\xa9\\xcb\\xf8\\x70\\x4b\\x5b\\xd3\\xbc\\xa5\\xa1\\xea\\x69\\xfe\\x77\\x93\\xbf\\xfe\\xf8\\x88\\x80\\x2a\\x2e\\x19\\x8a\\x6b\\xc5\\xf0\\xbd\\x72\\xfe\\x9a\\x6b\\x1a\\x51\\xbd\\x9f\\x29\\xef\\x0e\\x5c\\x4c\\xa1\\x90\\xf8\\xde\\x77\\xc2\\x16\\x26\\x63\\x7a\\xdb\\x72\\x59\\x24\\xe8\\x0b\\x90\\x36\\x55\\x89\\x01\\x21\\x9b\\x6d\\x1c\\x8b\\x96\\x42\\x8f\\xa6\\x94\\x47\\xc5\\x63\\x03\\x68\\x71\\x8a\\x5c\\xf6\\xec\\x2b\\xfb\\x67\\xbb\\x72\\x4b\\x82\\x89\\x36\\xd7\\xc1\\x84\\xbf\\x3d\\xc8\\x91\\xe2\\xbe\\x4a\\x97\\x17\\xea\\xb8\\x22\\xb2\\x93\\x69\\xd8\\xdd\\x12\\xce\\x15\\xfe\\xd6\\x16\\x8d\\xba\\x8b\\x3c\\x18\\x8b\\x83\\xa0\\x25\\x4b\\x08\\x84\\x16\\xd2\\x03\\x29\\xbf\\x2c\\x5b\\x46\\x62\\x2a\\xeb\\xe9\\x28\\xb8\\x93\\xf2\\xb9\\x69\\x59\\xf6\\xa3\\x2c\\x7d\\x16\\x1c\\x47\\xab\\x40\\x52\\xca\\x0c\\x6f\\xb3\\x27\\x2e\\xeb\\xf8\\x8d\\x82\\x54\\xbf\\x28\\xb7\\xfd\\x98\\xec\\xa9\\x39\\x1d\\xd4\\xf8\\xd9\\x38\\x71\\x93\\xfb\\xc4\\xc2\\x50\\x56\\x82\\x20\\x94\\xa6\\xd2\\xad\\x2b\\x1b\\x30\\xaa\\x51\\xc2\\x91\\x10\\x6a\\x62\\x1e\\x1b\\x51\\x22\\xf7\\x59\\x4c\\xd6\\x44\\x86\\xe3\\xa3\\x2b\\x3c\\x5e\\xa9\\xde\\xde\\xa9\\xa8\\xd7\\x69\\x7a\\xf4\\xa1\\xcc\\x34\\x8c\\x1e\\xcb\\xf2\\x4c\\x44\\x1d\\x2d\\x3a\\xe4\\x01\\x71\\xcc\\x49\\x50\\x2d\\x9c\\x4c\\x4b\\xcf\\xba\\x17\\xb1\\x5b\\x27\\x04\\x40\\x98\\xe7\\x95\\x5b\\xd0\\x47\\x1d\\x03\\x12\\x65\\x0f\\x37\\x92\\xfd\\x8f\\x70\\x11\\x23\\xa4\\xa3\\x18\\x51\\x7e\\xc2\\x88\\x2b\\xd2\\xcd\\xba\\x2c\\x1c\\x97\\x0e\\xe4\\xe3\\xb5\\x28\\xfc\\x8f\\x6b\\x51\\x81\\xff\\xf5\\x5a\\x14\\xf6\\x45\\x09\\xe5\\xe9\\x37\\xfa\\xdb\\xff\\xcd\\x5a\\x14\\xfb\\xfe\\x16\\x6d\\xd6\\x9b\\x1a\\x94\\x0b\\x7b\\x8b\\x48\\x17\\x86\\x99\\xb4\\x11\\x94\\x98\\x52\\x35\\xf3\\xc6\\xf2\\x40\\xbb\\xd5\\xc8\\x45\\x29\\x92\\xaa\\xe6\\x7f\\xd4\\x8b\\x6a\\xdb\\x43\\xb5\\xe3\\xb9\\xa8\\x1c\\x16\\x7e\\xfa\\x60\\xca\\xea\\x53\\x2c\\xe4\\xb4\\x0d\\x05\\x68\\xd4\\xff\\x36\\x90\\x5f\\x94\\x84\\x26\\x64\\xb2\\x94\\x71\\x22\\x73\\x2f\\xb8\\xc2\\xbf\\x57\\xa3\\x38\\x34\\xa6\\x42\\x94\\x2b\\x2a\\x6e\\x8a\\xb6\\x5f\\x59\\x2a\\xa3\\x46\\x59\\x31\\xe4\\x6c\\xd8\\xa4\\x53\\x4b\\x98\\x07\\xd7\\x90\\x2f\\x3d\\x75\\xf3\\xc7\\x6a\\xbf\\x8b\\x4f\\x2b\\xb7\\x88\\xfa\\x67\\xc7\\xde\\xfe\\x98\\xb9\\x4b\\x74\\xf8\\xb8\\xb8\\xbe\\x0d\\x3f\\xa0\\x7a\\x7d\\xb6\\xee\\xbc\\x84\\x4a\\xb0\\x6f\\x20\\xe8\\x2a\\x6a\\xc6\\x95\\x86\\xf9\\x99\\xe7\\xbb\\xdf\\xe7\\xf9\\x7b\\x87\\x7b\\xb3\\xe7\\x17\\x5c\\xf6\\x52\\x12\\xd2\\x55\\xf5\\x78\\x51\\x1e\\xa9\\xd3\\x38\\x77\\x7e\\x2c\\xf9\\x4b\\xb5\\x23\\x1b\\x1f\\xd2\\x85\\xff\\x3e\\x95\\x96\\x32\\x98\\x63\\x42\\x6b\\xea\\xed\\x99\\x02\\x3a\\x0e\\x65\\x26\\xdc\\x44\\xe2\\x38\\xb5\\x96\\x52\\x29\\x8b\\xd5\\x55\\x8b\\xad\\xb6\\x9a\\xb2\\xd8\\xa8\\x7c\\xc3\\xec\\xde\\x66\\x46\\x01\\xe8\\x40\\x2d\\x48\\xc1\\x65\\x7e\\xad\\xdc\\x24\\xe4\\x7a\\x6c\\xd4\\x74\\x3c\\xee\\x0f\\x9b\\x5a\\x83\\x63\\x9f\\xf6\\xc2\\x67\\x57\\x38\\x93\\x1b\\xa1\\x5b\\x3d\\xb9\\xbe\\x8d\\x52\\x03\\xdc\\xf9\\x83\\x39\\xc3\\x40\\x91\\xf6\\x75\\x4c\\x6d\\x21\\x56\\x90\\xac\\xbd\\xb5\\x72\\x50\\xc1\\xb6\\x3c\\x21\\xbf\\x96\\xa8\\xd9\\x2e\\xdd\\xc2\\x1a\\x51\\xde\\x96\\x38\\x11\\x8b\\x68\\x4b\\x9f\\x9b\\x21\\xa2\\x01\\x44\\x5b\\x57\\xab\\x7e\\x46\\x2b\\xac\\xa5\\x22\\x4b\\xc6\\x7a\\xde\\x36\\x71\\x61\\x17\\x26\\x23\\x72\\xca\\x2f\\x29\\xb4\\x71\\xb5\\x19\\xf6\\x45\\xf7\\x7d\\x5b\\xcd\\x61\\x89\\x6c\\xbf\\xc4\\xa0\\xf7\\xdd\\x04\\x42\\xc8\\xad\\xf4\\xca\\x94\\xb6\\xab\\x6f\\x6a\\x9a\\x08\\x36\\xc7\\xb2\\x29\\xef\\xfd\\xf0\\x99\\x74\\x26\\x77\\x3b\\x17\\x12\\x6d\\x4d\\xf0\\x63\\x4d\\xe1\\xe1\\x43\\x1d\\x10\\x8f\\xc1\\xdb\\xcc\\xf5\\x85\\x4e\\x9f\\x28\\x52\\xbe\\xe7\\xa2\\xb6\\x96\\x74\\x71\\x76\\x53\\xfc\\x7c\\x45\\x27\\x82\\xf3\\x85\\xaf\\xe4\\x3a\\x5f\\xdd\\xed\\x88\\xcd\\xc4\\x8a\\x20\\x5d\\x1d\\x90\\x0d\\x83\\x7b\\xd4\\x30\\x3e\\x78\\x4c\\x7f\\xc1\\x44\\x60\\x74\\x31\\x7f\\x78\\xf9\\xc7\\xe2\\xdd\\x5d\\xb3\\xdc\\x4b\\x46\\xd4\\xfb\\xed\\xc2\\xa9\\xe4\\x00\\x31\\xe2\\x69\\x75\\xb2\\xdb\\xc3\\x85\\x20\\xac\\x72\\x0b\\x5b\\x26\\x51\\xd3\\xe8\\xee\\xfb\\x44\\xd2\\x24\\xca\\x64\\x93\\x01\\x2f\\x55\\xa6\\x14\\x8d\\x7e\\x74\\x22\\x62\\xba\\x23\\x48\\x61\\x77\\x08\\x9e\\xca\\x87\\xe9\\x9f\\x76\\x58\\x54\\xbb\\xfb\\xa2\\xb1\\xcf\\xac\\x56\\x9a\\x6c\\xce\\x6a\\xec\\x99\\xc6\\xdb\\x6e\\xc4\\xdc\\xfc\\x12\\x4c\\xcf\\xa5\\x01\\x74\\x8d\\x6e\\xb5\\x17\\x96\\xd1\\xb4\\x07\\x0e\\x85\\xb0\\x79\\xd3\\x9d\\x79\\xa7\\x6c\\x2b\\xcc\\xc4\\x8d\\x97\\xc6\\x2c\\xa1\\x8b\\x17\\xb9\\x6e\\xda\\x21\\xf3\\x58\\x3d\\x7c\\x2f\\xab\\xe4\\x98\\xb4\\xd2\\xd9\\xfc\\x1f\\x03\\xd1\\xd9\\x9a\\x3b\\xb0\\xa1\\xed\\x6d\\x65\\xa8\\xb1\\xab\\x21\\x33\\xe5\\x17\\xca\\xa0\\xb1\\x60\\xc3\\xf4\\x7c\\x39\\x7a\\x5a\\xb4\\x75\\x13\\xab\\x95\\xca\\x4d\\xbd\\xe4\\xab\\x24\\x60\\x76\\x6d\\x14\\x56\\x8d\\xa4\\x34\\xf5\\x3e\\x3a\\x8c\\x7c\\xcd\\x39\\x14\\x25\\x0b\\xf3\\x7a\\x1a\\x5e\\x37\\x12\\x19\\x8b\\x92\\x96\\x50\\x8d\\xcf\\x08\\x61\\x4a\\xd5\\xd1\\xae\\xe5\\x78\\x5d\\x97\\x11\\x72\\xc2\\x37\\xbf\\x0d\\xfa\\x50\\x4e\\x2d\\x50\\x79\\x62\\xc4\\x9a\\x96\\x57\\x64\\x3c\\x35\\xac\\x28\\x12\\x4e\\x63\\xea\\xfb\\x6c\\x45\\x6d\\x4a\\xcc\\x17\\x7d\\x48\\x88\\x8f\\x6d\\x70\\xee\\x3d\\x2f\\x88\\xa7\\x55\\x2b\\x1b\\xc0\\xe9\\x70\\xf1\\x3d\\x2c\\x3f\\x8b\\x52\\x7b\\x5e\\x93\\x42\\xb3\\x6d\\x36\\x6f\\x4b\\x21\\x3b\\xc1\\xa3\\xec\\xe7\\x69\\xcf\\xa3\\x33\\x9c\\xfe\\x6d\\x02\\x69\\x29\\x11\\x20\\x9b\\x1b\\xca\\x5b\\xe1\\xdf\\x08\\xec\\x68\\x04\\xbd\\x5e\\xb9\\xd0\\x3f\\x52\\xc3\\xf1\\xff\\xf8\\xf4\\xa5\\x2e\\x1d\\x3a\\xfd\\xb4\\x5e\\x1d\\xf5\\x10\\x4b\\x93\\xdc\\x47\\xfd\\x39\\x1d\\xba\\x05\\x5f\\x75\\xef\\xef\\xa9\\x91\\x6f\\x2b\\xee\\x73\\xba\\x8c\\xd0\\xd4\\xa4\\xdd\\xbf\\x55\\xb4\\x57\\xa5\\xf0\\x79\\x78\\x68\\x26\\x48\\x5c\\xb7\\xfe\\x15\\x3d\\x26\\xa6\\x55\\x07\\x71\\x21\\x1e\\x6f\\x35\\xb1\\x33\\x5a\\x92\\xad\\xb5\\xb1\\x79\\x6f\\xd2\\x73\\xab\\x1b\\x9b\\xd4\\xc0\\x08\\x44\\x2a\\xa4\\xf0\\xc9\\xbd\\xb6\\x85\\x75\\xec\\x73\\x97\\x79\\x3b\\xf7\\x5e\\x02\\xe1\\xb5\\x65\\x07\\xe4\\xb2\\x0d\\x68\\x68\\xd1\\x4f\\x78\\x34\\xa6\\x3a\\x98\\x3d\\x4c\\x72\\xdf\\xd5\\xad\\x82\\xef\\x0a\\x6c\\x6c\\x63\\xc3\\x03\\x5b\\xc2\\x6d\\xde\\xd9\\x2c\\x40\\x2f\\xca\\x16\\xd2\\xee\\x9e\\x76\\x2d\\xd2\\x72\\x9f\\xba\\x54\\x8c\\xd5\\x4f\\xb3\\xdc\\xfe\\xc8\\xbe\\x20\\xf7\\xe8\\x10\\x94\\xbd\\x2d\\xb7\\xcf\\x75\\x15\\x9b\\x08\\x29\\xa6\\x0a\\x33\\x53\\xe9\\x19\\xa7\\x8c\\x1e\\xf8\\x2a\\xce\\xd7\\x48\\xb8\\xf7\\x7d\\xe7\\x63\\x02\\x03\\x1d\\x9a\\xc0\\x27\\x29\\xb2\\x49\\x4d\\xb5\\x52\\x43\\x53\\x2e\\x08\\x33\\xf1\\xdc\\xc3\\x24\\x6d\\x72\\x92\\xe2\\x16\\xc8\\xc8\\x9f\\x3e\\x8e\\x48\\x5b\\x29\\xe9\\x7d\\xd5\\xf2\\x7a\\xe2\\xb5\\x39\\x45\\x17\\x6c\\x0d\\xdb\\x3a\\x55\\x66\\x23\\xe8\\x45\\x62\\x68\\x4c\\x7e\\x2b\\xc8\\xcb\\x84\\xfb\\xdc\\x2d\\x08\\xd8\\xaa\\x6d\\x5c\\x9c\\x07\\x68\\x43\\x91\\x97\\x67\\xe1\\xa8\\x64\\x8b\\x9f\\x0a\\xdd\\x54\\xa3\\x4f\\x05\\xe6\\xa2\\xa9\\x06\\xd2\\xf4\\x3b\\xee\\x0f\\x21\\xd7\\x02\\xb3\\xf7\\x34\\xdb\\xb3\\xff\\x2a\\x23\\xbd\\xb8\\x0a\\x73\\x49\\x79\\xec\\xf9\\xa0\\x57\\x9c\\xc1\\x04\\x2c\\x61\\x49\\x50\\x16\\x0a\\x6a\\x1b\\x35\\x2b\\x7f\\x8d\\x55\\x26\\x67\\xf6\\x1c\\xa9\\x9a\\x8c\\x5e\\x3a\\x59\\x86\\x9c\\xb6\\xab\\xba\\xcf\\xb6\\xa9\\x7a\\xdc\\x02\\x8d\\x0d\\x26\\x36\\xdd\\x46\\xaa\\x07\\x3e\\x0b\\x64\\x93\\x61\\x29\\xd4\\xc4\\x7f\\x1d\\xe7\\xf5\\x77\\x87\\x64\\x43\\xea\\x5e\\x21\\xab\\xc0\\x25\\x68\\x2c\\xe1\\x1a\\x12\\x97\\x96\\xef\\x88\\xa4\\xcb\\x19\\x73\\x81\\xcf\\xdc\\x79\\x40\\x9d\\xa1\\x9d\\x29\\x97\\x4c\\x0c\\x8a\\xe3\\x4c\\xaa\\x66\\xb7\\xda\\x53\\x62\\x7f\\xaa\\x37\\x41\\x55\\x74\\xc5\\x3f\\x0b\\x86\\xb3\\x05\\x9b\\x08\\x8d\\xde\\x4d\\x5e\\xe7\\xd1\\xed\\xa1\\x5f\\x64\\xe6\\x93\\x72\\x39\\x77\\x84\\x98\\x1b\\xb8\\x54\\x26\\x39\\x9d\\x76\\x9a\\x7b\\x2d\\x7a\\x27\\xd1\\x55\\xc2\\xa5\\x4b\\xa8\\x46\\x67\\xf4\\xca\\x5a\\x00\\x10\\x94\\x46\\xf9\\xe2\\xd2\\x17\\xe4\\xf9\\x01\\x99\\xe0\\x80\\x20\\xc7\\xb2\\x6b\\xfe\\xb1\\xcd\\xca\\x50\\x8f\\xdc\\x60\\x52\\xf9\\xfe\\xd4\\xc0\\xa9\\x8e\\x6f\\x7e\\x19\\x29\\xa2\\xc7\\xb7\\x98\\x27\\x0b\\x57\\xc5\\x2e\\x53\\x28\\x6c\\x19\\xab\\xb8\\x7b\\xbb\\xa8\\x2a\\xdc\\x23\\xcf\\xc2\\xde\\x48\\x49\\xd2\\xd6\\xb5\\x46\\xfb\\x62\\x02\\x80\\xaa\\x11\\x4f\\x9f\\x88\\x79\\x7b\\x8d\\xee\\xad\\xb1\\xfa\\x51\\xdc\\xe3\\xea\\xc7\\x94\\xf6\\x5e\\x4e\\x83\\xbd\\xcd\\x67\\x50\\xd7\\xa3\\x7b\\x13\\x7c\\x86\\x9e\\x72\\x6d\\x54\\xc0\\xe6\\x1c\\x05\\x12\\x98\\x4b\\xf5\\xc3\\x72\\xcf\\xe8\\xdd\\x46\\xac\\x20\\x49\\x35\\xb9\\x7d\\x1c\\x8b\\xf0\\x88\\xf9\\xb6\\x20\\x19\\x6e\\x7e\\xa8\\x54\\x3d\\x26\\x78\\x40\\xa6\\x2b\\x6d\\x6c\\xfc\\x33\\x40\\xa2\\x7a\\xce\\xc6\\x15\\x57\\xa9\\x24\\xf0\\x7a\\x5b\\x68\\x1e\\x0b\\x5a\\xae\\xa1\\xeb\\xf9\\x42\\x4a\\xb4\\x7e\\x0b\\x5f\\x68\\x46\\xda\\x35\\x93\\xad\\x8d\\x22\\x77\\xdf\\xce\\xec\\x6a\\x1b\\x6e\\xf6\\x43\\xa3\\x6b\\xb8\\x1f\\x24\\x93\\x4a\\x32\\xee\\xa0\\xd5\\xa7\\xe4\\xa9\\x40\\x48\\x5b\\x16\\xc4\\x62\\x0f\\x9a\\xc5\\x5f\\x52\\x54\\xff\\xb1\\xc8\\xf4\\x26\\x12\\x36\\x6d\\x7d\\x59\\x5b\\x4e\\x8d\\xae\\x57\\xa9\\x0b\\x5c\\x84\\xc6\\xc7\\x4e\\xe5\\xab\\x53\\x40\\x92\\x4b\\x77\\x14\\xf8\\x96\\xc2\\xbe\\xd3\\x93\\x5b\\xe9\\xd7\\xbc\\x37\\xec\\x92\\x8a\\xf8\\xf6\\x7a\\x31\\xbd\\xce\\x95\\x77\\x3e\\xb6\\x76\\x97\\x6a\\x9d\\x99\\xb6\\xdc\\xd2\\xaf\\x3e\\x2b\\x64\\x7b\\x27\\x55\\x63\\x66\\xcc\\xf4\\x75\\x81\\x68\\xd7\\x03\\xec\\xdb\\x75\\xd7\\xd3\\x51\\x88\\x05\\x6c\\x97\\x30\\xb8\\x96\\x55\\xcb\\x82\\xd7\\xac\\xb4\\xbc\\xad\\x18\\x6e\\xc5\\x9e\\x5b\\x21\\xb0\\x69\\xe6\\x54\\xe4\\xda\\x87\\xa7\\xb0\\x41\\x53\\x3e\\x02\\xee\\x8e\\x79\\xaa\\x99\\x62\\x7f\\x50\\x79\\x2d\\x2a\\xc1\\xa8\\xde\\xf2\\x83\\x7a\\x21\\x25\\x53\\x11\\x6e\\x92\\xed\\xaf\\xef\\x5d\\x72\\x75\\x25\\xa2\\x46\\x42\\x29\\x6c\\x10\\xde\\x23\\xec\\x0e\\x5e\\x9b\\xd7\\x5b\\xc5\\xd5\\x82\\x37\\xb9\\xe7\\x99\\x70\\xf7\\xb8\\x1c\\xf6\\xd0\\x5e\\xe8\\x91\\x6b\\xef\\x52\\x8c\\x66\\x40\\x30\\xad\\x78\\xdc\\x71\\x0e\\x7a\\x55\\xcd\\x00\\xae\\xfe\\x0f\\x93\\x70\\x52\\xb5\\xed\\x47\\x61\\xfc\\xed\\x1a\\xfe\\x52\\x2f\\x5d\\xf8\\xc2\\xb3\\xd1\\x63\\x62\\x82\\x3c\\x7b\\x02\\x50\\x73\\x89\\x2e\\x81\\x5d\\xbc\\xbc\\x0d\\x63\\x07\\xa1\\xb6\\x87\\xe0\\xe8\\x78\\x5a\\x68\\x90\\xba\\x00\\xca\\xe9\\x8c\\xda\\x25\\x88\\x5c\\x33\\xcf\\x15\\x3b\\xdb\\xad\\x23\\xbb\\x5d\\xc4\\xf2\\x23\\xbd\\xc4\\x05\\x48\\xad\\x9e\\xde\\x72\\xfe\\xed\\x2a\\xde\\x47\\x8e\\x36\\x30\\xc8\\x8d\\x29\\x33\\x55\\x02\\xd6\\x22\\x6a\\x11\\x9c\\xd9\\x33\\x36\\x28\\x0a\\xa6\\xf7\\xa7\\x12\\x3e\\x91\\xd7\\xe8\\x4f\\x45\\x7a\\x2f\\x60\\x5e\\x93\\x9d\\x7d\\xca\\xa2\\x67\\x68\\xad\\x24\\x8f\\xb5\\xc9\\xba\\xc4\\xcb\\x2b\\xa2\\xd2\\x45\\x3e\\x4a\\x32\\x62\\xed\\xe5\\xf0\\x68\\x81\\xe5\\xdb\\xab\\x97\\x36\\x7d\\xa8\\x04\\x57\\x33\\x52\\x47\\x63\\x7f\\xcc\\x86\\xb5\\xf3\\x95\\x5e\\x01\\x77\\xd1\\x4b\\xde\\x82\\xcb\\xc7\\xb7\\xb1\\xbd\\x67\\x41\\x99\\xb7\\x7d\\x42\\xc8\\x72\\xbb\\x5c\\xc4\\x16\\x44\\x57\\x1f\\xdf\\x6a\\xd3\\x9f\\x8f\\xf4\\x6c\\x7a\\x4b\\x11\\xa3\\x18\\xcd\\x47\\x70\\x3e\\x3d\\x0a\\x4d\\x85\\x97\\xd7\\x39\\xb8\\x89\\x4b\\x15\\x7b\\x6c\\x08\\xeb\\x11\\xa2\\xe5\\xb6\\xe9\\xb3\\xbc\\x63\\xab\\xac\\x6b\\xf8\\x39\\xb3\\x71\\xf2\\x9e\\x6f\\xbc\\x25\\xb9\\xd5\\x80\\xb9\\x92\\x22\\x39\\x89\\xd5\\x72\\x39\\xac\\xcb\\x16\\x0c\\x12\\x8f\\x9d\\x4d\\xa0\\x96\\xa0\\x88\\xee\\x3e\\x00\\xfd\\xc7\\x78\\xbf\\x63\\x61\\x26\\x46\\x52\\x4c\\xdf\\xee\\x91\\x6c\\x4a\\xd1\\x74\\xba\\x76\\xd4\\x46\\xdb\\x18\\x53\\xab\\x63\\xa6\\x8b\\x3b\\x73\\xbf\\x92\\xd0\\xf0\\x9c\\xa3\\x64\\x86\\xf5\\xa4\\xde\\x64\\x87\\x94\\x0a\\xc2\\xdc\\x59\\xac\\x9e\\x3a\\xa5\\x91\\xd5\\x65\\x8f\\xc7\\xe0\\x32\\xdd\\x9b\\xf2\\xb4\\x2a\\xfa\\x1f\\x55\\x9d\\x86\\x54\\xd4\\x26\\x9b\\xea\\xb7\\x9b\\x23\\xce\\x35\\x95\\x6c\\xed\\x99\\x50\\x4e\\x29\\x27\\x2e\\x8f\\x63\\x4b\\x45\\x74\\x5e\\x48\\xb6\\x20\\x52\\xf8\\x35\\xa2\\x91\\x4d\\x03\\x4d\\x1b\\x7a\\xed\\x8e\\xbc\\xd6\\x1b\\x5c\\xbc\\xdb\\x6c\\xef\\x19\\x05\\x1c\\xa2\\x1f\\xd7\\xf0\\x5b\\x8a\\x6c\\x42\\x33\\xa8\\x7c\\x7c\\x3c\\xd1\\x1e\\xb2\\xaf\\x27\\x4d\\x61\\xf6\\x36\\x8f\\xd0\\xfb\\x98\\x18\\xd2\\x62\\xd8\\x2c\\x99\\x94\\x09\\x39\\xd9\\x95\\x5b\\xbf\\xce\\xbe\\xea\\xf6\\xad\\x96\\x8e\\x4f\\xcf\\xd6\\x6a\\x77\\xa1\\xbf\\x45\\xca\\x22\\x71\\xed\\xb0\\x4b\\x54\\x5c\\x62\\x1a\\x15\\xd8\\x83\\x65\\x8f\\xe7\\x34\\x0d\\xd4\\x78\\x5f\\x16\\xc3\\x3f\\x21\\x24\\x5a\\x33\\xa5\\xa5\\x94\\xcb\\x9d\\x6f\\xcf\\xbf\\x73\\xce\\x57\\x4c\\x2d\\x82\\xdd\\x23\\xe2\\x59\\xd2\\xcd\\x7a\\x73\\x26\\x73\\x41\\xcd\\x56\\x18\\xb1\\x38\\xf0\\xee\\x00\\xb4\\x00\\x77\\xe3\\xdd\\x51\\x53\\xdb\\x14\\x59\\x79\\x74\\x36\\x37\\x8c\\x5d\\x66\\xd1\\xae\\xae\\xfd\\x74\\xff\\x45\\xc6\\x92\\x4e\\x29\\x43\\x4f\\x83\\x1f\\x9a\\xc4\\x66\\x36\\x7a\\x1c\\x78\\xc8\\xc4\\xdb\\xb2\\xea\\xa4\\xdb\\x77\\x6c\\x30\\xa7\\x5a\\x52\\xf4\\xe4\\x2c\\x9c\\xbb\\x24\\xc8\\xf6\\x15\\x6c\\x96\\xb1\\x1c\\x4c\\xda\\x7d\\x1e\\xe1\\xee\\x8b\\x6a\\x16\\x1a\\x23\\x15\\x24\\xdf\\x4a\\x77\\xf7\\x18\\x39\\x01\\x1e\\xe6\\x3d\\x8f\\x75\\x53\\xa4\\x30\\xbd\\x75\\x6f\\xce\\xf4\\x3f\\x1d\\xc5\\xe8\\x76\\x8d\\xce\\x45\\xc4\\x95\\x6f\\xeb\\x62\\x04\\x95\\x62\\xd3\\xcd\\x2c\\xfd\\xe8\\x46\\x00\\x8d\\x2a\\x3d\\xa6\\x21\\xa1\\x42\\x0b\\xc7\\x82\\x05\\xe4\\x97\\xca\\x9f\\x05\\x95\\x5b\\x73\\x33\\x77\\x64\\x25\\xc0\\xf5\\x21\\xb8\\x95\\x99\\x72\\x2a\\x48\\xdb\\x53\\xab\\xc7\\x7b\\x74\\x36\\x5b\\x1b\\xda\\x1e\\x85\\x2d\\x7c\\x7e\\x9e\\x8a\\x6d\\x3a\\x44\\xb8\\x47\\x8c\\xd7\\xdb\\x34\\xed\\xb8\\x78\\x1f\\x3d\\x95\\xe6\\xd4\\xc4\\xc9\\x01\\x28\\x22\\xab\\xba\\x90\\x77\\xd2\\xfd\\x20\\x2d\\xf7\\xe2\\xde\\x2e\\x4e\\x6a\\xd6\\x25\\x04\\x51\\xe9\\xea\\xd2\\x17\\x5f\\x24\\x44\\x0c\\x41\\x4d\\xaa\\xd2\\x04\\x1e\\x77\\x8c\\xe0\\xe9\\x3d\\x89\\x96\\x11\\x05\\xea\\xc3\\xd1\\x5e\\xb8\\x93\\x13\\x40\\xa0\\xfb\\x6d\\x17\\x0f\\x91\\xa3\\x16\\x8b\\xa9\\x12\\xc7\\x59\\x21\\x5f\\x0a\\x39\\xa8\\x4c\\xeb\\xf2\\x38\\x94\\x30\\x97\\xe8\\x3c\\x17\\xd2\\xa9\\x5f\\xe1\\x15\\x32\\x1e\\x23\\x32\\x47\\x7b\\x62\\x8b\\x90\\x8b\\xad\\x4d\\x31\\xb4\\xc7\\xdc\\x80\\x21\\xc1\\xad\\x27\\x4a\\xc4\\xc3\\xff\\x61\\xde\\xca\\x8c\\x8d\\xbb\\xb9\\x44\\xc9\\xdb\\xd0\\x66\\xea\\x7c\\x0d\\xb1\\x6b\\x23\\x8f\\x4d\\x86\\x55\\x4d\\x1d\\x2d\\x5b\\xfc\\x37\\x65\\x47\\xc5\\x45\\xbb\\x50\\x71\\xf7\\x15\\xdb\\x43\\xdb\\x69\\x67\\x7a\\x3c\\x85\\x16\\x06\\xba\\x30\\xa7\\x25\\xf3\\xb4\\x29\\x46\\xe1\\x78\\x3e\\xc1\\x72\\xf8\\xe2\\x97\\x49\\xd1\\xcf\\x5e\\xbb\\x85\\x78\\xc6\\xc4\\x40\\x25\\xa0\\x6f\\xa7\\x5f\\x4e\\x9c\\xc2\\xd8\\x61\\x25\\x3b\\xb1\\x6a\\x9c\\x5e\\x40\\xd1\\xb8\\x56\\x83\\x6c\\x5a\\xca\\xe7\\xb6\\x2b\\x66\\x5b\\x77\\x24\\x5a\\xed\\x5c\\xee\\x16\\x65\\x1b\\x54\\x7c\\xeb\\x2a\\x27\\xf9\\xdf\\x9b\\x03\\xa8\\x7e\\xda\\x43\\xcb\\xec\\x88\\x32\\xcb\\x8c\\xea\\xfc\\xb4\\x48\\x68\\x97\\xac\\x65\\x63\\xb6\\xa1\\xf7\\x6d\\x6f\\x86\\xe4\\x9e\\xf6\\xa6\\x4c\\x2b\\x9a\\xfa\\xa4\\x59\\xc7\\xe4\\xd1\\x76\\xd5\\xf2\\x8b\\x4f\\x8b\\x90\\x0a\\x17\\xff\\x35\\xe8\\x54\\x13\\xa7\\xa9\\xf4\\xd7\\x96\\x52\\x6a\\x7a\\x6d\\x47\\x94\\x77\\x6f\\x30\\xfc\\x1e\\xa1\\x22\\xc7\\x1f\\xf7\\x16\\x7d\\x60\\x21\\x50\\x71\\x93\\x99\\x4f\\xd6\\xa9\\xae\\xd1\\xde\\xa8\\x1e\\xe5\\x6f\\xab\\x31\\xd1\\xa6\\xb2\\x62\\x4a\\x7d\\x9c\\x8d\\x9f\\xe9\\x40\\xa5\\x1d\\xcf\\x08\\xdd\\x9b\\x71\\x2c\\x64\\x8f\\x69\\xd1\\x95\\xc2\\x43\\xfb\\x56\\xc4\\x5a\\x1a\\x14\\x63\\x94\\xd6\\x70\\xcb\\xa1\\x39\\xca\\x66\\xa1\\x81\\x3c\\x6d\\x92\\x78\\x2d\\xee\\xb7\\x4d\\xb8\\xde\\x63\\x3f\\xcb\\x63\\x5b\\xad\\x74\\x9b\\x93\\x19\\x16\\x6f\\xaf\\xb3\\x93\\x46\\x94\\x66\\x2a\\x4c\\x9a\\x8b\\xef\\x2f\\x25\\xc3\\x70\\x6c\\x9d\\x4a\\x81\\xee\\xf4\\x85\\x56\\x5b\\xb3\\x58\\x54\\xca\\x5d\\x79\\xb8\\xa3\\xcb\\x91\\xdf\\x6a\\xaa\\x19\\x3d\\xe6\\x72\\x02\\x5b\\x57\\x66\\x3e\\x85\\xbe\\xa0\\xbf\\x80\\xe5\\xa8\\x6f\\x3d\\xf0\\xd9\\x7e\\x31\\x68\\x62\\x6b\\x65\\xaf\\xf1\\xb7\\x23\\x6b\\xe2\\x64\\xc2\\x47\\xdc\\xed\\xf4\\x65\\x2d\\x3b\\x7a\\xc6\\xfd\\x9a\\xd0\\x50\\x08\\x33\\x84\\x9d\\x88\\x3b\\xee\\xd5\\x30\\xbd\\xa4\\xdb\\x10\\x92\\xba\\x71\\xe4\\x6b\\x52\\x0c\\x42\\x9b\\x04\\x22\\xa3\\x9e\\x98\\xa7\\x7c\\x09\\x87\\x8e\\x78\\x6e\\xdc\\x48\\x44\\xc8\\x87\\x2f\\x81\\x09\\x0d\\x2e\\xd9\\x45\\xcf\\xdb\\xc4\\xcd\\xbd\\xf8\\xde\\xad\\xda\\x61\\xdf\\x86\\xa6\\x1d\\x50\\x72\\xa1\\x6d\\x41\\x55\\xd3\\xc1\\xd0\\x5c\\x7d\\xea\\xae\\x80\\xc8\\x96\\xb8\\x75\\xf4\\xe1\\x44\\xa2\\x79\\x8e\\x7a\\x4b\\x34\\x8d\\xbe\\xdc\\x85\\xc8\\x69\\x7f\\x6c\\xc7\\x1f\\x68\\xdb\\x77\\x83\\xf4\\x94\\xfe\\xb4\\x8c\\x68\\x26\\x1d\\x8e\\x51\\x99\\x96\\xb7\\x7d\\x4e\\xc9\\x98\\x71\\xd7\\x19\\x0b\\xea\\x0c\\x45\\xec\\xbd\\xb9\\xe8\\x58\\x48\\x1b\\x1a\\x8b\\x65\\xed\\x27\\x1f\\xf1\\x5f\\x2a\\x07\\x31\\xf0\\xd2\\xf3\\x35\\x53\\x98\\x12\\x36\\x69\\xc3\\x62\\xa2\\x48\\x3c\\xf0\\x1c\\x17\\x7b\\xbe\\x60\\x28\\xa3\\xa5\\x65\\x7b\\x60\\xf6\\xa4\\xfe\\x3c\\x93\\x5c\\x20\\xe8\\x15\\x35\\x68\\xf4\\xeb\\xba\\x6e\\x47\\x6b\\x00\\xb3\\x36\\x9c\\xf4\\x05\\xbc\\x79\\x4c\\x91\\x99\\x3a\\x62\\x27\\xdc\\xad\\x42\\xd5\\x4f\\x2b\\xd2\\xab\\xf0\\x4b\\xfe\\x21\\xcd\\xc6\\x33\\x0e\\x7a\\xab\\xba\\x94\\x3c\\x0a\\x9f\\xf2\\x89\\x78\\x86\\x7f\\xe3\\x8f\\x86\\xc0\\x0b\\xb1\\x79\\x70\\x71\\xf7\\xf5\\x30\\xe2\\x0f\\x9b\\x99\\x51\\x62\\x59\\x59\\x75\\xfd\\xb9\\xbd\\x78\\x6b\\xae\\xe6\\xb3\\x9a\\xa5\\xea\\xbe\\x69\\xc9\\x6a\\x1b\\x06\\x02\\xda\\x13\\xe9\\xd5\\x3b\\x29\\x18\\x33\\xd1\\xed\\xd7\\x56\\x47\\x44\\x95\\x51\\x57\\x53\\x3c\\xf4\\x12\\x92\\xa9\\xd0\\xcb\\x26\\xc8\\x64\\x8f\\xfc\\xd6\\x54\\x4f\\xdb\\x02\\x18\\x64\\xd1\\xc8\\x24\\xdb\\xf0\\x53\\xb8\\x7a\\x0f\\x55\\xf8\\xb7\\xd2\\x8f\\x79\\x3b\\xbc\\x52\\x3e\\x58\\x31\\xa2\\xe6\\x1c\\x48\\x51\\x75\\x21\\x82\\xe3\\xab\\xaa\\xd2\\xda\\xca\\x25\\xa9\\x7c\\x8b\\x03\\x2a\\x2e\\x64\\xc8\\xaf\\x36\\xb4\\xda\\xec\\x53\\xd5\\x76\\x13\\x84\\x6b\\x9f\\xf0\\xaa\\xdc\\x3b\\xff\\xb4\\xd3\\xba\\x07\\xad\\x17\\xdc\\x50\\xa0\\xe5\\x87\\x79\\xb5\\xe7\\x11\\x22\\x26\\x1d\\xd9\\xf1\\xb6\\x6a\\x4a\\x80\\xde\\x5f\\x6e\\x34\\x4b\\x61\\x3c\\xad\\x88\\x52\\xd2\\x84\\xf6\\xb4\\x32\\x6d\\x14\\x97\\x27\\x6f\\x51\\xc4\\xc7\\x6c\\xe1\\xff\\x35\\xf5\\xea\\x50\\x13\\x3d\\x5f\\xb0\\x42\\x2f\\x86\\x3f\\x5f\\x39\\x1e\\x8f\\x6d\\x3d\\xcd\\x0b\\x1e\\x5d\\x93\\x85\\x89\\xcf\\x82\\x0d\\xef\\xa7\\x73\\x2b\\x6d\\xac\\xde\\x9e\\xeb\\xb9\\x5c\\x44\\x11\\x6c\\x61\\xbc\\xef\\xd7\\xbb\\xc9\\x1d\\xbd\\x08\\xcb\\x44\\x97\\x15\\x87\\x9e\\xc1\\xd1\\xb8\\xdb\\x02\\xc3\\x5a\\xba\\x2e\\x1f\\x3f\\xdd\\xf8\\x57\\xcc\\x58\\xb3\\x30\\x71\\xe8\\x32\\xe6\\x5e\\xaa\\xd9\\x4f\\xa9\\xf1\\x3e\\xd5\\x74\\x66\\x71\\x49\\xcb\\xf8\\x39\\x24\\x5c\\xb9\\xe9\\x2d\\xb1\\xb7\\x5a\\x79\\x7b\\x23\\x57\\xa3\\xaf\\x65\\x63\\x87\\x42\\x0f\\xa4\\xab\\x22\\xf7\\xc5\\x4f\\x24\\x4d\\x10\\xae\\x76\\x10\\x7c\\xab\\x37\\xff\\xa5\\x12\\x92\\x92\\x1b\\x49\\x50\\x25\\x90\\x96\\x38\\xd3\\xa2\\x11\\xa6\\x38\\x2c\\x28\\x46\\x0b\\x4f\\x9b\\x24\\xb5\\xf8\\x65\\xdf\\xcc\\xa4\\xfa\\x3f\\xfb\\xfd\\xe1\\x26\\xd5\\x2e\\x91\\xda\\x99\\x6f\\x3f\\x11\\xdb\\x88\\x6a\\xd6\\x9b\\xcb\\x92\\xcd\\xc1\\x7d\\x0e\\x46\\x9a\\x51\\xa9\\x08\\x1c\\x85\\x13\\xa0\\xe4\\x51\\xdf\\xd7\\xb6\\x5b\\xa7\\x9a\\x13\\x4e\\xd3\\xbd\\xdc\\x79\\x91\\x5b\\xd1\\xd5\\x97\\x90\\xe2\\xf5\\xc4\\x9e\\x1b\\x44\\x2c\\xd2\\x4c\\xe9\\xad\\x4e\\xed\\xc3\\x6a\\xc5\\x5e\\xa6\\x84\\x9a\\x49\\xeb\\xdb\\x4f\\x04\\xee\\x87\\xf2\\x4a\\x5b\\x5d\\x6c\\xe4\\x74\\x87\\x08\\x35\\xfc\\x73\\xef\\x53\\xcc\\x7e\\x5e\\x5d\\xa8\\x3b\\xa6\\x37\\xf3\\x57\\x2d\\x5b\\xe0\\x11\\x88\\x53\\xdd\\xde\\x43\\xbb\\xa6\\xde\\x04\\x4c\\xd3\\x71\\x78\\x6e\\x69\\x59\\x8f\\xb5\\x32\\xcb\\xa4\\xf6\\xc0\\x8d\\xc7\\x7c\\x6e\\x0d\\xd8\\xab\\x62\\x29\\xdd\\xc0\\xff\\x57\\xaa\\xf9\\x5f\\x6e\\x5a\\xfa\\xff\\xb8\\x69\\x99\\xf2\\xbf\\x37\\xa0\\x2b\\xb7\\x58\\x60\\x18\\x3e\\x63\\xd9\\xff\\x37\\x9b\\x96\\x7a\\x21\\x28\\x8a\\x46\\x73\\xcf\\xc1\\x11\\x97\\x87\\xbe\\x0a\\xc8\\xcd\\xdf\\x82\\x93\\x32\\xf5\\xd4\\xa6\\x77\\x99\\x9b\\x59\\x10\\x48\\xa4\\xe2\\x7f\\xe1\\x17\\x21\\x99\\x14\\xbf\\xc7\\xee\\x40\\xba\\x87\\x79\\xd1\\xb9\\x29\\xec\\x67\\x44\\xdd\\x7c\\x8b\\x2a\\xd9\\x2d\\xda\\xef\\x9b\\x7f\\x5f\\xc4\\x27\\x1d\\xea\\x3d\\xb9\\xa4\\x07\\xc6\\x8e\\xa9\\x04\\x99\\x3b\\x5c\\x6a\\xb9\\xb8\\x0a\\xb2\\x18\\x50\\x5c\\xee\\x9e\\x49\\x93\\x60\\xbf\\x65\\xce\\x22\\xc7\\x91\\x28\\xb6\\xdc\\x49\\x13\\xe9\\x94\\xc7\\xdb\\x0c\\x66\\xfb\\xed\\x22\\x11\\xd3\\xf9\\x59\\x16\\xdb\\xdb\\x46\\x0f\\xb3\\xf6\\x72\\x7f\\x5b\\xbd\\xf2\\x72\\x0a\\xb5\\x36\\xca\\xae\\x63\\xd1\\x02\\x50\\x54\\xd3\\x9f\\xf6\\x54\\xae\\x04\\x49\\xd2\\xbe\\x9a\\x04\\x52\\x81\\xdd\\xcb\\x49\\x8c\\x92\\x51\\xc9\\x3c\\x91\\x22\\x6a\\x7b\\xd6\\xa2\\x0d\\x01\\x91\\xc7\\xf6\\x51\\x4e\\xa1\\x1f\\x19\\xbf\\xc4\\x1d\\x7e\\xe8\\x72\\x63\\x12\\x6d\\x55\\x0a\\xba\\xfc\\xbd\\xdd\\x0e\\xe6\\x4a\\x79\\x51\\xfc\\x5e\\xf7\\x2e\\x94\\x40\\x6b\\xbe\\x17\\x2a\\xfd\\x22\\xab\\x87\\xa9\\x03\\x69\\xf7\\x69\\x7d\\x4c\\xd9\\x65\\xef\\x3b\\x46\\x0e\\xd4\\x85\\xde\\xb6\\x36\\xf7\\x2d\\x15\\xc4\\x4d\\xbc\\x9f\\x52\\x7f\\xcc\\x02\\x40\\x85\\x98\\xd7\\xc4\\x27\\xd4\\x65\\x63\\x0f\\xcf\\x74\\x3a\\x27\\x6e\\x2f\\x07\\xff\\xb8\\xfc\\x6f\\x0c\\xe2\\x5b\\x0b\\x6c\\xc1\\x98\\xda\\xa2\\x67\\x44\\x83\\xf2\\x65\\xfb\\x87\\xa1\\x88\\xb9\\xdf\\x95\\xcc\\x88\\xb4\\xb9\\xd6\\xeb\\x2a\\x2a\\x5a\\xe9\\xe5\\x57\\xb6\\x55\\xc1\\xd5\\xf3\\x1b\\xc4\\x58\\x3e\\xa5\\x88\\x6d\\x2d\\xef\\xd5\\x41\\x37\\x54\\xd7\\x8f\\x54\\x72\\x69\\xa4\\xf9\\x90\\xdb\\xe1\\x6f\\x0f\\x64\\xa9\\x37\\x69\\x8b\\x37\\x49\\x32\\x96\\xa4\\xbd\\xa7\\x9a\\x5b\\xec\\x97\\x71\\x49\\xc6\\x99\\xe5\\xcc\\x16\\x94\\x2e\\xa9\\x21\\xbf\\x16\\xe9\\x3a\\x6d\\x20\\xe0\\xdf\\x2e\\x4e\\xc3\\x7c\\xab\\x48\\x84\\x36\\x42\\x9f\\x5b\\x12\\xce\\x5e\\x46\\x2f\\x1d\\xcc\\xa7\\xb3\\x95\\x7b\\xa3\\xb9\\x0f\\xbe\\xe1\\x5b\\xde\\xae\\x22\\x7b\\xf3\\x07\\x83\\x49\\x58\\x49\\x36\\x9c\\x9b\\x3c\\x88\\x4b\\x94\\x22\\x4c\\x65\\xb4\\x9c\\x94\\xeb\\xfd\\x3a\\x6e\\x32\\x0c\\xa6\\x06\\x0d\\x5c\\xb6\\x4a\\xd5\\xa3\\x42\\x5e\\xf2\\x70\\x05\\xf5\\xb1\\x1a\\x61\\x6f\\x1a\\x81\\x64\\xf6\\x58\\x1a\\x3e\\xdc\\x30\\xc4\\xe6\\x00\\x57\\xa1\\x14\\xc3\\xdb\\x0c\\x97\\x4b\\x35\\xbe\\xda\\xd2\\xe3\\x7b\\xf1\\x74\\xb8\\x0c\\x64\\x22\\xce\\xc7\\xf0\\xa5\\x36\\x36\\x29\\x62\\xf6\\xff\\x67\\x8f\\x5f\\x9a\\x2e\\x5a\\x4d\\x33\\x07\\x5c\\x46\\x6b\\x9a\\x8b\\x3f\\xf8\\x65\\xea\\x4c\\x3d\\xc5\\x5e\\x19\\x92\\x20\\xc8\\x70\\x44\\xcd\\xcf\\xc6\\xba\\x2c\\xf8\\xa2\\x34\\xde\\xc6\\xf0\\xb7\\x77\\x09\\xdd\\x64\\x0b\\x08\\x2b\\x54\\xb9\\x9f\\x90\\xea\\x26\\x17\\x7b\\x6b\\x0e\\xea\\xe1\\x72\\xa3\\xbf\\xa0\\x8e\\x5f\\xae\\x0d\\x52\\xd6\\x73\\xf9\\x9a\\xba\\x39\\x52\\xd4\\x49\\x97\\xc9\\xa6\\xc3\\x35\\xbf\\x49\\x78\\x48\\x3d\\xd6\\x4b\\xa6\\xd8\\xdb\\x5e\\xde\\x4a\\x0a\\x7c\\xff\\x94\\xd5\\x42\\xe5\\xe2\\x08\\x32\\xec\\xe7\\x75\\xa9\\xb9\\x20\\x93\\x25\\x24\\x68\\x5e\\x5e\\x5d\\x41\\x69\\x17\\x77\\xb3\\x7d\\x09\\x4c\\x3a\\xd2\\x46\\xc3\\x4f\\x75\\x31\\x9f\\xbc\\xb3\\x2b\\x8d\\x02\\x4e\\xfa\\xbd\\xd1\\x91\\xa5\\x17\\x13\\x57\\x21\\xf6\\x78\\xdf\\xb4\\x15\\xce\\x71\\x41\\x67\\x7b\\x7b\\x7c\\x5c\\x3c\\x63\\x4b\\x7f\\x2b\\x53\\x45\\xbf\\xbd\\xcb\\x60\\x61\\x47\\xcd\\xb0\\xc5\\x06\\x1d\\x5d\\x33\\x3b\\x64\\x83\\x8a\\x87\\x95\\xba\\x5e\\x7e\\x5b\\x45\\xef\\xc4\\x1b\\x85\\x01\\xfb\\xaf\\x37\\x2b\\x33\\x00\\x19\\x7c\\x73\\x77\\x37\\x1d\\x0f\\x88\\x4d\\x7c\\x42\\xfc\\xf1\\xf8\\x64\\x3a\\xd0\\xdd\\x1e\\x26\\x01\\xa9\\x8f\\xb7\\x47\\xdb\\x68\\x76\\x4d\\x2e\\x4e\\x7e\\xdb\\xa3\\x40\\x2f\\x5a\\xe8\\x78\\x86\\x81\\x75\\xda\\xd6\\x97\\x43\\xa5\\xf5\\xce\\xad\\xd2\\xad\\xcf\\x57\\xd0\\x2a\\x98\\x71\\x63\\x4a\\x7e\\xf9\\x7b\\x16\\xa4\\xad\\xaf\\xe7\\xe2\\x7e\\xb1\\xa7\\xb4\\x04\\x93\\xae\\x8f\\x27\\xf5\\x31\\x9a\\xb2\\x00\\xfc\\xda\\x78\\xfe\\x28\\x69\\x4f\\x44\\xaa\\x68\\xa4\\xc4\\xeb\\x2e\\xaf\\xda\\x5c\\x9d\\xa3\\x08\\xa3\\xe5\\xf9\\x8a\\x71\\x69\\x09\\x6a\\xd0\\xbb\\x55\\x4d\\xa8\\xb1\\x23\\x3c\\x30\\xdc\\x97\\x2b\\xa1\\xfb\\xd9\\xf7\\x4a\\x25\\x30\\xd2\\x54\\x9a\\x1e\\xc0\\x43\\x2c\\x8e\\xba\\x54\\x7a\\xfb\\x63\\xbf\\x68\\xcd\\x49\\x71\\x11\\xb8\\x8d\\xab\\xfd\\x74\\x2a\\xf6\\xf4\\xc9\\xa5\\x7d\\x81\\x9a\\xf7\\x2d\\xf2\\x65\\x8b\\xd5\\x59\\x98\\x12\\x04\\x31\\x13\\x9b\\xff\\x59\\xb4\\x87\\x8c\\x36\\x59\\x08\\x62\\xda\\x8d\\xb9\\x6b\\xa3\\x0c\\x8d\\x1a\\x28\\x8d\\xd0\\x84\\x00\\xb9\\x57\\x66\\xf3\\x40\\x7f\\x3b\\x9d\\xa4\\x17\\xec\\xa1\\x02\\x92\\xd9\\x68\\xa3\\x06\\x92\\x35\\x30\\xfd\\xab\\x80\\x84\\x72\\x93\\xca\\xda\\xf2\\x5e\\x44\\x5e\\x16\\x52\\xe3\\x0e\\x64\\x4a\\x6e\\xa2\\x61\\x7f\\x73\\x92\\x18\\x06\\x35\\x1e\\xf8\\xf6\\x16\\x6f\\xca\\xea\\xd8\\x7e\\xee\\x34\\xcb\\xb2\\x5f\\x5c\\x39\\x34\\x90\\x85\\x7d\\x1e\\x89\\x0a\\x1e\\x37\\xc4\\x22\\xb0\\x91\\xe7\\xdb\\x2e\\x81\\x29\\x88\\x8e\\x1a\\xa4\\x7e\\xe8\\x2d\\xb4\\x7c\\x17\\x54\\x2c\\xaa\\xce\\x78\\x7b\\x3f\\x7b\\xcf\\x02\\x9d\\x37\\x52\\xd8\\x00\\xd8\\xeb\\xc1\\xf5\\x6a\\x25\\x25\\x5b\\x3b\\xf5\\xe8\\xec\\x49\\xb0\\xb8\\x1b\\xcf\\x9b\\xb7\\xe7\\x44\\x07\\xf5\\xc1\\xa2\\xfa\\x7b\\x57\\x48\\xd4\\x7a\\xae\\x95\\xcc\\x2d\\x26\\xc3\\xe4\\xe9\\xbd\\x99\\xe6\\x1e\\x83\\xf8\\x3e\\x96\\xfc\\x4c\\x1d\\x45\\x42\\x36\\xf3\\xf5\\x16\\xc6\\x9a\\x6f\\x37\\xc6\\x7f\\xf6\\x2a\\x41\\xd8\\x3b\\x1d\\x36\\xba\\xc5\\x69\\x0c\\x89\\x6a\\xd7\\xae\\xa4\\x2f\\xcc\\x94\\x4b\\x85\\x5e\\xe6\\xc6\\x57\\xb7\\xda\\xf2\\x49\\xc0\\x2d\\x42\\xf5\\xfe\\x36\\xcf\\xad\\x69\\x6c\\x30\\x7a\\x5a\\x9d\\x21\\xa8\\xd3\\xac\\x0b\\xba\\xf3\\x63\\x11\\x5c\\xd3\\x3e\\x3a\\x16\\xb2\\x3f\\xec\\x7d\\x91\\x57\\x1c\\x8d\\x99\\xbd\\xaa\\xa6\\xc7\\xbb\\x04\\x4d\\xa8\\x56\\x2d\\xea\\x17\\x3d\\x03\\xd9\\x40\\xdc\\x0c\\x2c\\xbf\\xb6\\x7e\\x8e\\x60\\x73\\x40\\xd5\\xab\\xa6\\xc2\\x2f\\xc9\\x26\\x4d\\xbf\\x4a\\x78\\x64\\x6d\\x81\\xf6\\x58\\xba\\xd3\\xc7\\x07\\x95\\xd1\\x90\\x99\\x0f\\x2d\\x8c\\x22\\xcc\\xd4\\x35\\x58\\x40\\xfa\\x3a\\x0d\\x99\\xc4\\x25\\x49\\x51\\xad\\xa2\\x3c\\x43\\x68\\x19\\xd5\\x92\\xb5\\xf9\\xd1\\x24\\x86\\x9c\\xb7\\x9a\\x53\\xe6\\x21\\x63\\x77\\x73\\xcf\\x8e\\x9e\\xad\\xa2\\xce\\x5e\\x97\\xec\\xb8\\x80\\xe1\\x84\\x6e\\xe2\\x7c\\xbe\\xdb\\x81\\xb6\\x58\\xd4\\xb2\\x35\\xa2\\x7d\\x1c\\xa4\\xb4\\x03\\x50\\xca\\xec\\xe2\\xfd\\x2e\\x80\\x53\\xd1\\x21\\xa9\\x0f\\x85\\x4d\\xa7\\xd0\\x52\\x0a\\x5c\\xd8\\x08\\xf7\\xd5\\x4d\\xd0\\x5a\\x06\\x5a\\x42\\xa1\\xfd\\x97\\x09\\x4e\\x5a\\xca\\xb7\\x17\\x10\\x90\\xfb\\xab\\x13\\xce\\x34\\x7d\\xaf\\xed\\x31\\x8f\\xb2\\x2a\\x2a\\x2d\\x82\\x37\\x4f\\xfe\\x51\\xcd\\xb6\\xca\\x84\\x7b\\xec\\xf9\\xb0\\xb7\\x1b\\xe2\\xc7\\xc4\\x33\\x3b\\x9d\\xf2\\xd8\\x89\\x05\\xba\\xb9\\x7f\\x68\\x62\\x5b\\x2d\\x9e\\xce\\xad\\xb6\\xd4\\xd9\\xf7\\x81\\x8a\\xbb\\xde\\xda\\x45\\x5d\\xd0\\x2c\\x63\\x30\\xda\\xba\\x9e\\x3b\\x43\\x24\\xe9\\x50\\xe0\\xf2\\x69\\x25\\xe2\\x39\\x3e\\x45\\xbe\\x9d\\xcb\\xa7\\x8f\\x08\\x18\\xca\\x78\\x12\\xe1\\x25\\xf1\\xb6\\x77\\x54\\x1c\\x38\\x40\\x77\\x08\\xb6\\x0c\\x3d\\x13\\xf4\\xd5\\x8a\\x32\\xf3\\x12\\x9c\\x2c\\x4b\\xfa\\x43\\xdc\\x46\\x8d\\x1b\\x2f\\x23\\xb6\\x60\\x0f\\x41\\x4f\\x66\\x1c\\x9d\\x34\\xdd\\x02\\x85\\xcf\\x06\\xd0\\xf4\\x96\\xc7\\x5e\\xa7\\x0a\\x89\\x4a\\x29\\x57\\x03\\x3e\\xe0\\x2e\\x47\\xd0\\x7b\\x78\\x5a\\x39\\x5d\\x7b\\x9b\\x6a\\x3b\\xe7\\xab\\x29\\xb4\\x29\\x7b\\x1c\\x4a\\x14\\x41\\x47\\x6c\\x55\\xed\\x8b\\x20\\x87\\xda\\x32\\x08\\xb7\\x7e\\xaa\\xf6\\xb4\\xa4\\x2e\\x12\\xd4\\xca\\x08\\xcd\\xf0\\x6b\\xb3\\xbb\\x9b\\xce\\x49\\xe3\\x28\\xdb\\x10\\xf2\\xb8\\x05\\xb0\\x11\\xb9\\x9c\\x8b\\x32\\x7f\\xc5\\xe9\\x36\\xc9\\x54\\x14\\x8a\\x92\\x09\\x22\\x35\\x6f\\x27\\x5d\\x9d\\x53\\x0b\\xc9\\xa0\\xb8\\x92\\x6a\\x46\\x67\\x4c\\x9f\\x30\\xd5\\x8d\\x69\\x75\\x99\\xfc\\x2c\\xc0\\x31\\x85\\xa7\\x99\\x62\\xee\\x66\\x49\\xda\\xdd\\xc5\\xd1\\x53\\x0f\\x2a\\x62\\xb6\\x7c\\x97\\x4c\\xa9\\xec\\xe7\\x83\\x46\\x83\\x84\\x8f\\x87\\x5f\\x6e\\xaf\\x1f\\x41\\x57\\x44\\xb6\\x55\\x21\\x46\\xa4\\x5f\\x5f\\xcd\\x5e\\x0c\\x62\\x56\\x31\\x11\\x7e\\xb6\\x16\\x83\\xec\\xcb\\x4e\\xca\\xf7\\x26\\x05\\x2d\\xc5\\x9a\\x24\\xc6\\xdb\\x4e\\xa5\\x15\\xcc\\x35\\xf5\\xf8\\xe2\\x7e\\x6f\\x1c\\x1d\\xda\\xd5\\x34\\x8c\\xed\\x5a\\xdf\\x38\\x62\\x8f\\x25\\x7f\\x47\\x03\\x31\\xa9\\x69\\x35\\x29\\x9f\\xcd\\xb0\\x96\\x49\\xd9\\xdf\\x6e\\xd4\\xdf\\xe6\\x2b\\xd8\\xd9\\xf4\\x41\\x41\\x89\\x8b\\xec\\x57\\x55\\xac\\x38\\xc3\\x7b\\x42\\x21\\x75\\xda\\x49\\xe4\\xc0\\xa9\\x7d\\xf7\\x96\\xb8\\xef\\x23\\x2f\\x06\\xf2\\xbc\\x34\\x67\\xd2\\xc2\\xc3\\x81\\x3a\\xa1\\x41\\x23\\xee\\x87\\x7b\\xd9\\xd6\\x3e\\x60\\x37\\x39\\x52\\x7f\\x92\\x4c\\xff\\x69\\xc3\\x86\\xae\\x5c\\xc8\\x2b\\xdf\\xda\\x6d\\xf6\\xe2\\x0a\\xc3\\x02\\x97\\x01\\xec\\xaf\\xa1\\x51\\x25\\xc0\\x2e\\xe2\\x86\\xf2\\xb4\\xad\\xdb\\x9b\\x46\\x40\\xf2\\xad\\xfa\\x29\\xf9\\x4b\\x70\\x9e\\x5c\\x74\\xd0\\x07\\xd4\\xcc\\x54\\x4d\\xb6\\xa4\\x35\\x0f\\x7a\\x2e\\x3f\\x25\\x81\\x29\\x4a\\xb0\\xa5\\xbb\\x2b\\x3d\\xf0\\x7e\\x3a\\x00\\x34\\x25\\x56\\xc7\\x62\\xed\\x7e\\x5b\\xfe\\xc3\\x9a\\x1d\\xa0\\xce\\xcc\\x6b\\x4b\\xce\\xe9\\xbf\\xc1\\x2d\\xd1\\x49\\xdb\\xc0\\xf0\\xbd\\xea\\xd4\\x66\\xb8\\xab\\x4d\\x29\\x2c\\x72\\xa2\\x8e\\x8a\\x08\\xd7\\x63\\xf5\\x54\\xc9\\xf4\\x25\\xad\\x6e\\x35\\x01\\xfc\\x17\\x22\\x6d\\x29\\x06\\xef\\xda\\xb4\\x3f\\xf6\\x71\\xe3\\x6b\\xd9\\x3c\\x9c\\x95\\x95\\x7b\\x7e\\xde\\x1e\\xcd\\x6f\\x96\\xa9\\x4c\\x2b\\x21\\x37\\xd4\\xf7\\x0d\\x3b\\xfb\\x02\\x1b\\xcd\\xd3\\xa7\\xcf\\x57\\xa9\\xd1\\xb2\\xe9\\x37\\xd0\\x9d\\x8c\\xb9\\x16\\xea\\x14\\x5e\\x5d\\xbe\\x71\\xc8\\x36\\x27\\x51\\x22\\x74\\x7a\\x8b\\x55\\x75\\x79\\xec\\x06\\x54\\x19\\xb2\\xf5\\xb2\\x4b\\xb4\\xfd\\x33\\xb1\\x1a\\x0c\\x17\\x62\\x85\\xf2\\x98\\x6f\\xcb\\xee\\xcb\\xf9\\xaa\\x91\\x68\\xa7\\xcf\\x5a\\x4d\\x4f\\xa0\\xe5\\x72\\xca\\x55\\xc1\\x34\\x35\\x20\\x30\\xa9\\xb8\\x1b\\x8d\\xab\\xa7\\x8f\\x98\\xda\\x59\\xe0\\xd3\\x45\\x2a\\xd9\\x97\\xa9\\xef\\x3f\\xca\\x45\\x01\\xd1\\x30\\x7d\\x2e\\x8c\\x82\\x2a\\x1f\\xcf\\xb1\\x16\\x73\\xfb\\x27\\xfb\\xe6\\xb4\\x8e\\x6f\\xf2\\xdf\\xb7\\xf1\\xb6\\xe1\\x9a\\x1c\\xa3\\x27\\x92\\xd7\\x04\\xfb\\xa8\\x41\\x9b\\xf3\\x43\\xae\\xf9\\xa4\\xd2\\xc7\\xd0\\x6d\\x0f\\x53\\xdd\\x1d\\x6f\\xd8\\x34\\x71\\x3f\\xaa\\xe5\\x5b\\x69\\xb3\\x73\\xdf\\x25\\x41\\x7d\\x50\\xa3\\x55\\xfd\\x73\\x33\\xfa\\xb1\\x92\\x61\\xdb\\xb6\\xad\\x90\\x9f\\x45\\xd3\\xb1\\x28\\x29\\xb8\\xd0\\x81\\xe5\\xf5\\x3d\\xe4\\xbc\\x66\\x70\\x19\\x65\\x7a\\x54\\xba\\x28\\x40\\x25\\x27\\xf6\\x05\\x59\\x09\\xbd\\xf9\\x31\\x1a\\x79\\x9f\\xd2\\x28\\xc2\\x3a\\x63\\xa1\\x9d\\x7a\\xe8\\xe4\\xc8\\x46\\xe3\\x41\\x94\\x62\\xff\\x14\\x5e\\x59\\x53\\x78\\xca\\x4f\\xcf\\xc5\\x95\\x6d\\x90\\x2d\\x7c\\xfd\\xaf\\xca\\xc3\\xfc\\x99\\xe9\\xa0\\x6c\\x4b\\xa4\\x4d\\x5d\\x32\\xeb\\x2f\\x76\\xcf\\xa6\\x8f\\x4e\\x9b\\x70\\xf6\\x7f\\xa8\\x6d\\x78\\x11\\x77\\x86\\xc5\\xeb\\x50\\x38\\xca\\x0a\\x3e\\x0b\\x54\\xc6\\x23\\x3a\\x6f\\x2b\\xeb\\x53\\x1e\\x16\\xa8\\x2d\\xfd\\xb3\\x66\\x46\\xf7\\xd1\\x14\\x57\\xdd\\x1c\\x8f\\xa5\\x74\\x2d\\x22\\x11\\x35\\xd4\\x6d\\xfd\\x78\\xd1\\xab\\x6b\\x86\\x98\\x4d\\x8e\\x79\\xcc\\xeb\\x42\\x6d\\x14\\x75\\x11\\x44\\x38\\xcd\\xb4\\x46\\x43\\xbe\\xf5\\xb3\\x30\\x8b\\xff\\x64\\x13\\x32\\x52\\xd9\\x3e\\xfd\\x8f\\x6f\\x80\\x8e\\x08\\x09\\xed\\xd3\\x3d\\xb2\\x25\\x7f\\xd3\\x40\\x6b\\x7f\\xdd\\x50\\x2a\\x85\\x34\\xe4\\x39\\xcc\\x4b\\x2b\\x7a\\x63\\x3a\\xc7\\xcf\\xf1\\x59\\x60\\xb0\\xde\\x07\\xa1\\x53\\x14\\x06\\x7d\\xbb\\x0b\\xc0\\x61\\x6e\\x45\\x9a\\x68\\x6d\\x18\\x49\\x11\\xdf\\x48\\x46\\x11\\x48\\x54\\x68\\x92\\xe6\\x96\\x0b\\x37\\xed\\x57\\x14\\xb1\\x2e\\xd3\\xcb\\x84\\xab\\x68\\xc5\\x97\\x75\\x36\\xc2\\x5a\\x98\\xd3\\x37\\x99\\x84\\x5c\\x7b\\x3e\\x97\\x50\\xdd\\xdb\\x22\\x59\\x25\\xf8\\xb0\\xe3\\x66\\x8f\\x87\\x5d\\xa6\\x34\\x05\\xbc\\x8d\\xf4\\xea\\x9a\\x54\\x97\\x37\\x19\\x55\\x32\\x9d\\x34\\x9f\\xf8\\xda\\x70\\x99\\xa1\\xe4\\x65\\x2f\\x06\\x6e\\xf5\\xfb\\x84\\x66\\xc3\\x31\\xb5\\x06\\x49\\xe8\\x2f\\xd0\\xe0\\x11\\xa9\\x4e\\x85\\x0c\\xf6\\x47\\x20\\x31\\xfa\\x7c\\x61\\xdd\\x94\\xc3\\x4d\\xb5\\xc8\\xbf\\x1f\\xfd\\xd8\\x1f\\xb5\\x8e\\x12\\x54\\xb5\\x65\\xbe\\xee\\xae\\x1d\\x79\\x94\\xfe\\x9c\\x5b\\x87\\x9d\\x85\\x6c\\x93\\xc2\\x5c\\xc1\\x9d\\x31\\x0f\\xb7\\x33\\x1b\\xd5\\xaf\\x8c\\xea\\xd3\\xd0\\xfc\\x25\\x46\\x5d\\x59\\x76\\x6d\\x10\\xa6\\x96\\x88\\xe9\\x65\\x11\\x54\\x5e\\xcd\\x5f\\xf6\\xe1\\xc5\\x91\\x10\\xdf\\x6a\\x7a\\x66\\xfc\\xb3\\x09\\xb5\\xe7\\x43\\x2a\\x53\\x90\\xa1\\xe2\\xaf\\x1b\\x14\\xe2\\xc4\\xa5\\xa6\\xd1\\x71\\xbc\\x17\\xdd\\x64\\xca\\x46\\x84\\x41\\xbb\\x93\\x9f\\xad\\x32\\x01\\xab\\x9b\\x13\\x50\\x4f\\x05\\xc2\\xc9\\x52\\xa6\\x40\\xb6\\x98\\xcf\\x31\\x19\\xd8\\xde\\x1f\\x39\\x43\\xb9\\x8e\\x7a\\xec\\xef\\x62\\x15\\x15\\x1b\\xda\\xe8\\xec\\xfd\\x01\\x7b\\x1a\\x26\\x16\\xc3\\xa1\\x7d\\xb8\\xda\\xdb\\x6c\\xec\\x3a\\x5e\\x2a\\x36\\x71\\x4a\\xc2\\xaa\\x1a\\x9b\\x93\\xb7\\x48\\x4f\\x1c\\x2a\\x8e\\x73\\xe4\\x5b\\x30\\xdb\\x82\\xeb\\x3f\\xbb\\xef\\x11\\x40\\x58\\x6e\\x61\\x03\\xcf\\x8a\\x70\\x8e\\xc2\\xf4\\x29\\xe2\\x8d\\x09\\x2b\\x43\\x9a\\xc1\\x36\\x32\\x7f\\xc4\\x61\\x94\\xce\\x9a\\x26\\xb2\\x48\\xea\\x6d\\x5f\\x53\\x9b\\x4d\\xb8\\x2a\\x90\\xfd\\x2c\\x5f\\xd5\\x9b\\x52\\x1b\\x75\\x2c\\x45\\x5b\\x9a\\x26\\x69\\x32\\xdd\\xd5\\xb7\\x75\\x96\\xc8\\xe8\\xc9\\x12\\x9c\\xb0\\x9e\\x4d\\xc5\\xb9\\x69\\xba\\x65\\x8f\\xf0\\x22\\x43\\x0b\\xc9\\xe9\\xc7\\x9b\\x4f\\xa3\\x7b\\x41\\x4c\\xad\\x5c\\x3b\\x7e\\x6a\\xb2\\x8c\\xd4\\x56\\x6a\\x3f\\xd6\\xf4\\xdb\\xb2\\xe4\\x96\\x72\\xb2\\x40\\x8f\\xda\\xab\\xd4\\x50\\x0f\\x63\\xab\\xcc\\x2c\\xb2\\xdd\\xfc\\x28\\x44\\xa5\\xd1\\xf3\\xab\\x35\\x54\\x95\\x89\\x8b\\x86\\xc8\\x23\\x8b\\xd2\\x85\\x75\\xd2\\x1b\\x47\\xf2\\x5a\\x2a\\xdd\\x43\\xf3\\x90\\x3b\\xe3\\x7f\\x84\\x8e\\x90\\x23\\xe5\\xac\\x47\\xbe\\x1f\\x4a\\xfe\\xf1\\x45\\xa1\\xa9\\x31\\x0a\\x8c\\xea\\xcb\\xdb\\x3e\\xc6\\x01\\xb5\\xc5\\x64\\x55\\xf7\\x31\\xe9\\x4d\\xb4\\x49\\x0f\\x0c\\x78\\x88\\xf7\\x88\\x9f\\x2d\\x2b\\xac\\x0b\\xbf\\x0c\\xe7\\x1a\\x23\\x8d\\xd8\\x47\\x38\\xea\\x43\\xc9\\xee\\x18\\x4b\\x8c\\x9c\\xd6\\xce\\xce\\x8c\\xa7\\xdd\\xf7\\x81\\x18\\x52\\x4a\\x41\\x9b\\x9d\\x4f\\xb3\\x79\\xa4\\x4c\\x28\\x95\\x1a\\xe8\\xb7\\x5d\\x7f\\xc2\\x6b\\x8b\\xcb\\xa6\\x07\\x27\\x3d\\x51\\x4c\\xa7\\xca\\x26\\xd9\\x15\\xd4\\x42\\x54\\xec\\x83\\x2a\\xdf\\x70\\x7b\\x1f\\x7c\\xb7\\x2d\\x04\\xe4\\x96\\x3b\\x98\\x92\\xad\\x49\\xbb\\x33\\x5a\\x4d\\xe6\\xf9\\x6a\\xb5\\x0c\\x93\\x7e\\x1c\\x50\\xb5\\x5b\\x36\\x89\\xf8\\xb8\\xcc\\xa7\\x58\\x35\\xef\\x99\\xca\\x02\\xc6\\xb6\\x1c\\x7e\\x5b\\x98\\x5c\\x39\\xd4\\x2d\\x17\\xb9\\xb6\\x1f\\xcd\\xdb\\x68\\x26\\xaf\\x90\\xc8\\x0c\\x7e\\xca\\x71\\x0b\\x74\\xff\\x6a\\x9b\\xc1\\x74\\xbe\\xd7\\x16\\x74\\x41\\xa2\\x50\\xad\\x4e\\xf6\\xfa\\xa0\\x23\\xa9\\x15\\xe1\\xe3\\xe8\\xe7\\xca\\x4a\\x25\\x7b\\x1e\\x36\\xe1\\x45\\xd8\\x8f\\xfc\\xa5\\x68\\xed\\xd3\\xb2\\xb1\\x9e\\xbd\\xf0\\x6f\\x73\\xf1\\xe8\\x0a\\xc7\\x61\\x08\\xb6\\x86\\x97\\x96\\x9a\\x62\\x8b\\x40\\xbd\\x62\\x68\\x12\\x7e\\x2e\\x1f\\xba\\x49\\xff\\xcf\\xeb\\xd3\\x19\\x9b\\x1b\\xf9\\x17\\x36\\x7b\\x53\\xb5\\x5a\\x01\\x6f\\x47\\x49\\x9f\\x2f\\x1a\\x56\\xf4\\xe8\\x53\\x9c\\x27\\x13\\x66\\x99\\x1e\\x9e\\x93\\x19\\x9f\\x32\\x3e\\xc2\\x62\\x26\\xa5\\x7b\\xde\\x9f\\x7f\\x23\\x49\\xf0\\x50\\xf2\\x11\\x6c\\xeb\\x91\\x0c\\x2f\\xcc\\x3e\\x9e\\x82\\x72\\xd1\\xe9\\x1a\\xd8\\x55\\x7b\\xd5\\x7d\\x91\\x32\\xdc\\xe4\\xb2\\xb5\\xd7\\xb0\\xca\\xa2\\x69\\x7f\\x6f\\x59\\xc6\\x6e\\xfc\\x57\\xaa\\xa6\\xa7\\x3f\\x9e\\x70\\x2a\\x66\\x2c\\xac\\xd4\\x6a\\x2b\\xa6\\x8f\\xc8\\x92\\x5a\\xbb\\xba\\x86\\xd3\\x62\\xfc\\x6d\\xab\\x21\\xf4\\xf9\\x22\\x24\\xdb\\x3b\\x42\\xef\\x18\\xf7\\xca\\x4b\\xce\\x72\\x74\\x5c\\x64\\x21\\xdc\\x68\\x8e\\x95\\xdc\\x36\\xa1\\xbe\\x2c\\x94\\xa6\\xd3\\x7e\\x54\\x69\\x80\\x93\\x04\\xcb\\x95\\xd9\\xe5\\x9c\\x89\\xc6\\x82\\xbf\\xb4\\xa7\\xf4\\x91\\xbd\\x7b\\xec\\xd1\\x79\\x4e\\x7b\\xff\\x8c\\x28\\x6a\\x0b\\xa1\\x4d\\x3f\\xd3\\xa4\\xba\\xbe\\x3d\\xe8\\xdc\\xa0\\xb1\\x37\\xb7\\x6a\\xe6\\x58\\x4b\\xa5\\xdb\\x82\\x7b\\xe5\\xbe\\xb8\\xc9\\x31\\xa8\\xd5\\xc2\\xd0\\xc5\\xc7\\xd5\\x9d\\x5e\\x75\\x17\\x5c\\xa6\\x59\\xfd\\x3e\\x9b\\xa9\\xe6\\xd4\\xa9\\xcf\\x57\\x8d\\xb9\\x3e\\xd6\\xe4\\xde\\x0f\\x6e\\x82\\x3d\\x75\\x52\\x1b\\xff\\x3f\\x94\\x2b\\x34\\xb4\\xca\\x63\\x0c\\xf3\\x77\\x76\\xf1\\xe2\\x1e\\x72\\x9e\\x2c\\x23\\x1b\\xe3\\x68\\x76\\x27\\xec\\x72\\x2a\\x94\\x54\\x58\\xeb\\xa9\\x2d\\xf2\\xfd\\x52\\xda\\xb2\\x34\\x27\\xc1\\xf8\\x57\\xe3\\x35\\xb3\\x2c\\x4c\\xce\\x57\\x6e\\x4a\\x76\\x1e\\x11\\x45\\x8e\\x46\\xe2\\xb1\\xe8\\x45\\x5f\\xeb\\x65\\xbe\\x81\\x3c\\xf4\\x1f\\xc5\\x36\\x2e\\x23\\xb7\\x54\\x74\\x2f\\x02\\x7e\\x5b\\x7c\\x8a\\xd1\\x64\\x41\\x55\\x29\\x70\\x34\\x10\\xea\\x23\\x91\\x27\\x03\\x62\\xbd\\xf8\\x57\\xa3\\x6c\\x2f\\xd6\\x8d\\xf7\\xbd\\x60\\x1d\\xaa\\x72\\xe9\\x9b\\xb5\\x78\\x1b\\x5b\\xd7\\xcd\\x34\\x41\\x10\\x59\\x09\\xa9\\xc7\\x72\\xf6\\x0d\\xab\\xf2\\xa6\\x5c\\xe9\\x5f\\x6d\\xe5\\x3d\\x24\\x33\\x5a\\xde\\x80\\xb1\\x70\\x78\\x7b\\x1a\\xbe\\x15\\x38\\xc4\\x31\\x88\\x2b\\xeb\\xa2\\x62\\xa2\\x16\\xd6\\x6c\\x89\\xca\\xd2\\xcd\\x59\\xb4\\x5b\\xcf\\xbd\\x7f\\x26\\x15\\x1e\\x2d\\x87\\xf7\\x79\\xb2\\xeb\\x2c\\xe4\\xcd\\x9a\\x08\\x39\\x5a\\xbd\\x95\\x5b\\x22\\x9e\\x6a\\x0c\\xcb\\x68\\xa3\\x11\\xb4\\x28\\xf9\\xf6\\xbf\\x38\\xf9\\x27\\xad\\x27\\x6c\\xc1\\x39\\x28\\x4c\\xf1\\x6e\\x0d\\xbb\\x55\\x55\\x6c\\xae\\xbc\\xba\\xe9\\x7b\\x41\\x69\\x4a\\x17\\x61\\xde\\x11\\x17\\xbf\\x68\\x22\\x85\\xbb\\x22\\xbe\\xf7\\xa0\\x45\\x6e\\x85\\x5b\\x9a\\x9a\\xd0\\xa2\\x7d\\xaf\\x9a\\x66\\xbf\\xe0\\xbe\\x14\\x9d\\x0d\\x95\\xb1\\x86\\xfb\\x67\\x31\\xbb\\xe9\\x53\\x15\\x39\\x59\\x63\\x29\\x6f\\x8f\\xc2\\x3b\\x2e\\x8e\\x04\\x66\\x90\\x5b\\x85\\x5b\\x15\\x37\\xac\\x55\\xb7\\x34\\x97\\x34\\x3f\\xc8\\x0a\\xad\\xec\\x9b\\xb7\\xa9\\x2e\\xda\\x5b\\x44\\x7a\\xd4\\x3b\\x6c\\x3f\\x3c\\xf7\\xb8\\xa7\\x7a\\x61\\xf2\\x45\\xa3\\xcf\\x88\\x6c\\x79\\xbc\\x9a\\xd7\\x8d\\xcc\\xb4\\xca\\x81\\xd6\\x87\\x42\\x92\\x6a\\x32\\x16\\xe1\\x91\\x63\\xaf\\x93\\xd0\\x6c\\xcb\\x8f\\xd8\\xb3\\x10\\x49\\xf2\\x55\\x9a\\xee\\xfd\\x07\\xce\\xd7\\x44\\x2d\\xd6\\x8d\\xa3\\x33\\x13\\xbd\\x97\\xe8\\x66\\x06\\x99\\x8a\\x00\\xd9\\x7a\\x9b\\x80\\x3a\\x8b\\xb2\\x80\\x3c\\xec\\x79\\xad\\xa9\\x66\\x3c\\x7e\\x20\\x96\\x2a\\x19\\x24\\x4c\\x52\\x65\\xf3\\xb3\\x33\\x11\\x59\\xb2\\x50\\x7d\\x64\\x12\\x6f\\xf7\\x8c\\x28\\xe7\\x90\\xa1\\x94\\x50\\xb8\\xb8\\x9b\\x9d\\xa0\\x59\\xd9\\xec\\x5d\\xa8\\x6e\\x3d\\xa6\\x2e\\x19\\x31\\x77\\xaf\\x64\\x93\\x8e\\x10\\x5c\\x5b\\xba\\x8b\\x6b\\x3c\\xd4\\x70\\xca\\xb4\\x2b\\x12\\x14\\x8d\\x28\\x81\\xe2\\x31\\xf5\\x4a\\xc4\\xd2\\x46\\x45\\xad\\x12\\xf3\\x21\\xb4\\x6e\\x14\\x49\\xe8\\x34\\x2a\\x4a\\x74\\xde\\x86\\x39\\xdc\\xe2\\x77\\x45\\x59\\x90\\x8a\\xe6\\xfb\\x66\\xdd\\x4e\\x58\\x72\\xa8\\x2b\\x97\\x49\\x44\\x68\\xde\\x1d\\xdc\\x14\\x6e\\x33\\x14\\x43\\x20\\xea\\xa3\\x21\\xfd\\x57\\x78\\x2c\\x7e\\x77\\x9a\\x40\\xa4\\xe9\\xc4\\xe3\\xe5\\x1a\\x55\\x31\\x40\\xb2\\x3d\\x53\\x3b\\x7f\\x0e\\x0a\\x0c\\x55\\x32\\x25\\x2a\\xa9\\xf6\\xb6\\x1d\\xa4\\x2f\\x98\\xe1\\x88\\x33\\xf8\\xba\\xcb\\xc9\\x48\\xa5\\x23\\x34\\xc6\\xb7\\x9c\\x76\\x8a\\x3f\\x52\\x7f\\xec\\x3f\\xe3\\xc9\\x48\\x51\\x44\\x07\\x67\\xcc\\x62\\x41\\x1f\\x2c\\x6a\\x4b\\x36\\xd0\\xb1\\x68\\xd2\\xf5\\x31\\xe5\\xd9\\x75\\xe0\\x29\\xf0\\x7d\\x35\\xf6\\x61\\xf7\\x56\\xd5\\x62\\xbd\\xfd\\x75\\x4b\\xf2\\xed\\xc1\\x1e\\x8d\\xc5\\x01\\xa5\\x87\\xc3\\x71\\x2c\\x18\\x01\\x01\\x8d\\x3b\\xf3\\x3e\\x37\\x89\\xba\\x81\\x72\\xbd\\x09\\xda\\x77\\xa1\\x5c\\x68\\xa3\\xaa\\x2a\\xd3\\xc8\\xa0\\xb4\\xa6\\x2f\\x30\\xf2\\x6b\\xaf\\x2f\\x68\\x6f\\xf9\\xd8\\x28\\xb9\\x7a\\x62\\x31\\x6f\\x1a\\x74\\xe6\\xb3\\x5b\\x03\\xe9\\x8a\\xde\\xa4\\x13\\x59\\x78\\x5b\\xf8\\x71\\xf4\\x68\\xa8\\x6d\\xe1\\x9a\\x38\\xba\\x28\\x2a\\x7d\\xef\\x12\\x65\\x50\\xa1\\x36\\xb9\\xc8\\x05\\x91\\x5b\\x25\\xde\\xc5\\xa7\\xa2\\x34\\x9c\\x65\\x5c\\xd5\\x7e\\x13\\xed\\xb3\\x98\\xda\\xb2\\xe9\\xac\\x2d\\xda\\x5a\\x3a\\xf6\\x5f\\xd8\\x30\\xed\\x21\\xd4\\xaa\\xf1\\x9a\\xf9\\x47\\xe7\\x61\\x2a\\x66\\xc2\\x37\\xc8\\xcd\\xdb\\x12\\xa1\\xd4\\x14\\xf3\\x8c\\xe8\\xa4\\x43\\xac\\xe6\\x9e\\xff\\xfd\\x39\\x47\\x37\\xce\\x0f\\xbe\\x8b\\x78\\x8f\\xf4\\x90\\x9b\\xc9\\xf8\\x5e\\xe3\\x6e\\xf8\\xb7\\x74\\xbb\\x6a\\xab\\xea\\x46\\x66\\xfa\\x46\\x0d\\x9f\\x10\\x65\\x2b\\xa2\\x1e\\x17\\x27\\x5d\\xd5\\x64\\x3e\\x4d\\x8e\\x9b\\x7e\\x8e\\x4a\\x2c\\x16\\xc5\\x42\\x8f\\xae\\xfa\\xef\\xa4\\x0d\\xe2\\x7f\\x96\\x36\\xc8\\xff\\xbd\\xb4\\x81\\xc6\\x5e\\xeb\\xb0\\x2d\\x22\\xad\\xf3\\xff\\x46\\xda\\x20\\x28\\x90\\x87\\xd6\\x8d\\xe7\\x75\\xbe\\xb6\\x54\\xe6\\x2e\\x3d\\x1b\\x58\\xbd\\x39\\x68\\xbf\\xc6\\x58\\x08\\xee\\x0e\\x16\\xfb\\x47\\x0d\\xce\\x24\\xb3\\xcd\\xc7\\x6b\\xd3\\x80\\x95\\x78\\x52\\x72\\xda\\x9f\\xae\\x49\\x19\\x2d\\xb5\\xc9\\xd3\\xd6\\xc5\\xec\\xf5\\x61\\x7a\\x98\\x52\\x01\\xde\\x54\\x34\\xf3\\x6d\\x9e\\xa5\\xd1\\x79\\x40\\x8c\\x72\\x3d\\x95\\xec\\x7b\\x6b\\x45\\x98\\x71\\x93\\x54\\x7a\\x53\\x9e\\xa5\\xba\\x53\\x1a\\x5b\\x47\\xee\\xb3\\x85\\x2f\\xd5\\xc9\\x08\\x95\\x6b\\xb7\\xdf\\x21\\x8f\\x35\\x6d\\x20\\x1d\\x8d\\x8e\\x3d\\x16\\x93\\x9f\\xfa\\x3a\\x0b\\x0e\\xbb\\xe0\\xa8\\xbd\\xce\\x46\\x56\\xad\\x8b\\xda\\xd1\\x6c\\x6f\\xe9\\x78\\xb8\\x37\\xb7\\xf8\\xad\\x2b\\xa7\\x87\\xa1\\xdc\\xf6\\xf1\\xdf\\x48\\xd9\\x17\\x8d\\x4c\\x29\\x76\\x20\\x9b\\xbe\\x38\\xdf\\xef\\x9c\\xb3\\x2f\\x0d\\x5b\\x62\\x3c\\xde\\xcc\\x0e\\x56\\xb7\\xd9\\x26\\x74\\x9c\\xfb\\x87\\x87\\x3c\\xdc\\x70\\x75\\xc8\\x16\\xaa\\x6f\\xef\\x76\\xe4\\x62\\xeb\\x10\\xd7\\xe6\\x6a\\x87\\x5a\\x99\\x52\\x95\\x06\\x62\\x19\\x57\\x52\\x43\\x67\\xd4\\x2f\\xcd\\xf0\\xee\\x96\\x72\\xf2\\x72\\x17\\xd4\\x6f\\xc9\\x44\\xf6\\x9c\\x2d\\x06\\x51\\x5c\\xf2\\xbf\\x2a\\x0d\\xcc\\xe3\\x01\\x42\\xd6\\x96\\x62\\x46\\x03\\x06\\xff\\x54\\x08\\x24\\x17\\xee\\x19\\x0c\\x17\\x79\\x5b\\x3f\\x3c\\xe9\\x21\\xa8\\xdc\\x59\\x70\\x7c\\x9b\\xbb\\xe8\\xa4\\x0a\\x9b\\xba\\xd5\\x1d\\x30\\xce\\xe4\\xa1\\x1e\\x73\\x93\\xa4\\xdc\\xcc\\xd9\\x2d\\x97\\x6d\\xce\\xc4\\x06\\x63\\x32\\x2a\\xcb\\x04\\xfd\\x98\\x04\\xe5\\xa9\\x2a\\x51\\x03\\x8e\\xbc\\x3e\\x8c\\x4a\\xde\\xd4\\x68\\x13\\x40\\xa3\\xf0\\xf6\\x4d\\x09\\x39\\x8d\\x69\\xf2\\x9e\\xbe\\x34\\x33\\x3a\\xf7\\xc8\\xc7\\xcc\\xe6\\xb7\\x3d\\xf4\\x43\\xa1\\x4e\\xee\\x7a\\x51\\xd9\\xb8\\xfc\\x57\\xb4\\x68\\x6f\\xb2\\x50\\xce\\x17\\x04\\x8d\\xd9\\x4b\\xb7\\x30\\x74\\x8f\\x1c\\x9e\\xee\\x0f\\x2e\\xfe\\xdb\\xc2\\xde\\xa3\\xea\\x87\\x92\\x5d\\x7f\\x12\\x08\\xb2\\x4b\\x65\\x7f\\x94\\xbc\\xcc\\x80\\xb2\\x91\\xa3\\xd6\\x6a\\x5d\\x23\\x0b\\x3c\\xc7\\x24\\x8b\\x38\\x43\\x4b\\x4a\\x9b\\x9f\\x0d\\xe2\\x06\\x2d\\xbd\\x13\\xf7\\x07\\x3a\\x2c\\x3b\\x2f\\x15\\x4a\\x68\\xec\\x33\\xc9\\x74\\x69\\xba\\xc5\\x7e\\x45\\x60\\xdf\\x73\\x3c\\x65\\xfd\\xb8\\x8a\\xaa\\x69\\x19\\x32\\xb4\\x3f\\x4d\\x60\\xde\\xc7\\xca\\xa2\\x6c\\x8f\\xbe\\x8d\\x2f\\x58\\x02\\xd3\\xb0\\xa4\\xb6\\xc6\\xa1\\x9b\\xfe\\xa2\\xf1\\x8b\\x97\\x3c\\x45\\x9a\\xd4\\x56\\xd9\\x71\\xbe\\x1c\\x70\\xff\\xc5\\xca\\x0e\\x25\\x8c\\x67\\x49\\xb5\\x0f\\xf1\\x59\\x08\\xed\\x3f\\xd3\\xd1\\x53\\x3d\\x9d\\xc4\\x38\\x17\\xe1\\xfa\\xe0\\x4f\\x78\\x06\\x4c\\xc6\\x17\\xfa\\xcb\\xdb\\xdb\\x3e\\x5c\\x6e\\x03\\x47\\x0f\\xc9\\xa0\\xe1\\x5e\\x65\\x9b\\x61\\x63\\x11\\xd5\\xf7\\xe0\\xb1\\x24\\xd1\\xd7\\x16\\xbf\\xc6\\xaf\\x2d\\x7d\\xc9\\x6c\\x69\\x4a\\xe7\\x69\\x2d\\x7a\\x85\\xcb\\x37\\xde\\x6c\\xf9\\x2f\\xd8\\x3d\\x91\\x92\\x9e\\x1b\\xd4\\xfb\\xaf\\xb9\\xe0\\xe2\\xcd\\x34\\xea\\xb5\\x6e\\x6d\\x13\\xad\\xaf\\xa7\\x14\\xb9\\x58\\xe8\\xf2\\xad\\x74\\xd1\\x6d\\x5b\\xfe\\x73\\x14\\x9b\\x5d\\x55\\x94\\x2c\\x56\\xdd\\xb2\\x1e\\x71\\x5f\\x04\\x2b\\xca\\x1b\\xd3\\x7e\\x22\\x2c\\x92\\xfb\\x64\\x41\\xe1\\x20\\x19\\xff\\xab\\x9c\\xf2\\x78\\x61\\xd0\\xfe\\x68\\x43\\x72\\x14\\xb3\\xb5\\x8d\\x8c\\x7f\\x96\\x17\\x1c\\xe1\\x46\\xd8\\x57\\xaf\\xf7\\xf4\\x4c\\x68\\x68\\x1b\\x59\\x0b\\x64\\x36\\x70\\x56\\xd5\\x74\\xd7\\x69\\x37\\xcd\\xe8\\xf0\\x93\\xb3\\x40\\x22\\x6f\\x9a\\x71\\x5f\\xdc\\xf7\\x19\\x70\\x52\\x09\\xf5\\xbe\\x4e\\xd9\\xa0\\x07\\x2c\\xd2\\x94\\x56\\xd9\\x8f\\xc5\\x38\\x13\\xe2\\x40\\x51\\x5d\\x10\\xf2\\x11\\xe3\\x6c\\x05\\xe5\\x51\\x72\\xac\\x5c\\xdf\\x1e\\xd2\\x6b\\xd5\\xc9\\x70\\xd0\\x71\\xe5\\x7c\\x99\\x06\\x59\\x34\\xfb\\x71\\x52\\x2f\\x2b\\x5f\\x0e\\x98\\xdd\\x45\\x23\\xfb\\xee\\xe8\\x5a\\x90\\x6b\\x96\\x68\\xde\\x83\\x48\\x1e\\x16\\xe9\\x00\\x2e\\xa9\\x70\\x21\\x2d\\xa7\\xec\\xbf\\xf0\\x97\\xef\\x0e\\x97\\xf6\\x8f\\xbb\\xfe\\xa1\\xe0\\x6f\\xec\\xcb\\x52\\x89\\x8e\\xd7\\x85\\x7d\\x2f\\xd1\\x66\\x83\\x27\\x89\\x3b\\xdd\\xe6\\x0e\\xe8\\x9c\\x6c\\xef\\xd4\\x36\\xb6\\xf3\\xb4\\x11\\x69\\x0b\\xcc\\x13\\x2a\\x77\\x0b\\xe0\\x36\\x6d\\x83\\xef\\xc5\\x43\\xd3\\x25\\xa8\\xe3\\x44\\x18\\x3b\\x58\\x4f\\xaf\\x4c\\xca\\x44\\x21\\x29\\x57\\x8b\\xd1\\x8f\\x35\\x16\\xbd\\x99\\x1a\\x06\\x77\\x89\\x78\\x9b\\x02\\x46\\xd5\\xa0\\x69\\x6e\\x5e\\xc4\\x3e\\x1d\\xcf\\x74\\xd0\\x25\\x2f\\x3c\\x47\\x38\\x16\\x1a\\x72\\x06\\x1c\\xf7\\x20\\x02\\x6d\\xd9\\xff\\x6c\\xa2\\xc3\\x1a\\x7b\\xe7\\x26\\x09\\x40\\xe9\\xdc\\xbf\\xd8\\x2b\\xf0\\xdc\\xb5\\x64\\xd2\\xb6\\x40\\x9e\\x86\\x6d\\x71\\xf3\\x73\\x69\\xca\\x36\\xc3\\xfa\\xbe\\xc4\\x78\\x5d\\x39\\x28\\x16\\xbe\\x6e\\xcd\\x5d\\xe5\\x7a\\xbe\\xf6\\xa1\\x63\\x43\\xf8\\x19\\x2d\\xcf\\x1a\\x4a\\x8b\\xa9\\xd6\\x28\\x70\\xf7\\x4f\\xe3\\x7c\\x7a\\xeb\\x69\\xda\\x8d\\x89\\x93\\x31\\xe8\\x25\\x10\\xe3\\x06\\x91\\x06\\x79\\x72\\xcf\\x0d\\x6e\\x13\\x89\\xdc\\x14\\x38\\xd9\\x7f\\x3d\\xb1\\x17\\xbe\\xe4\\x50\\xa9\\x28\\xaa\\x0b\\xf1\\x76\\x81\\xfa\\x2d\\xce\\xda\\x52\\x1b\\x0d\\x4c\\x0c\\x5b\\xe8\\x5c\\x2a\\xfb\\xd6\\xdc\\x82\\xfa\\xa2\\x5a\\x6c\\xf9\\xaf\\x07\\x12\\x1c\\x0e\\x43\\x8e\\x6e\\xe1\\x6a\\x29\\xb9\\x5f\\x4e\\x43\\x8d\\xfa\\x54\\x96\\x98\\x1a\\xc4\\xe3\\xed\\x96\\xb2\\x29\\xca\\xfe\\x89\\xd5\\xf4\\x4f\\x2b\\x2f\\x25\\x14\\x62\\x94\\x6f\\x4a\\x7f\\xfd\\x8c\\xb0\\x12\\x13\\xcc\\xb8\\x91\\x3e\\xa8\\x1a\\xde\\x4d\\x6d\\x8b\\x71\\xb2\\x18\\x69\\xb0\\x96\\x3a\\xa1\\xf6\\xcb\\xa8\\xc4\\xcb\\x3d\\x27\\xb7\\xca\\x95\\x14\\x6e\\x8e\\xe9\\xfe\\x3d\\x3a\\xdc\\x2e\\x86\\x89\\x79\\xac\\xe9\\xa8\\x35\\xe5\\x16\\x3d\\x31\\x36\\xff\\x38\\xb8\\x58\\x99\\x2b\\xd5\\x48\\x3c\\x01\\x7f\\xdd\\x61\\xaf\\xce\\x17\\x95\\xa5\\x87\\xf6\\x68\\x66\\xb9\\xb7\\xa7\\xaf\\xfb\\x70\\x89\\xb1\\x85\\x6c\\x19\\x54\\xc3\\xc5\\x17\\x1d\\x51\\x9f\\x3b\\x47\\x21\\x7c\\xcb\\x19\\x3e\\x5b\\xb7\\xba\\x64\\x92\\xd5\\x9f\\x0e\\x9e\\x6d\\xf3\\x47\\x56\\xf9\\x88\\x2d\\xc6\\xfc\\x19\\x19\\xf5\\x5c\\xa6\\x0f\\x91\\x30\\xd8\\xdb\\x1c\\x96\\x3d\\x03\\xa5\\x29\\xdd\\xac\\xb7\\x37\\xc7\\x6d\\x25\\x14\\x5c\\x07\\xd3\\xca\\xdc\\x2f\\x23\\xb1\\x75\\x6b\\xdc\\x59\\x09\\xa8\\xa8\\x0e\\x53\\x6a\\x60\\xa6\\x0f\\x5d\\x82\\x03\\x95\\x35\\x2a\\x41\\x11\\xed\\xe4\\x3a\\xec\\xd3\\x66\\x90\\xab\\xd6\\x96\\xbb\\x42\\xee\\xf7\\x3f\\xe2\\xb5\\x5e\\x9e\\xea\\x8b\\x9d\\xa0\\x93\\x6f\\x4f\\x47\\x8a\\x62\\x37\\x70\\xf7\\x4d\\x12\\x92\\x50\\x6c\\x71\\xcc\\x2c\\x91\\x5b\\x6b\\x50\\x70\\x5f\\xf6\\xec\\x5b\\xdf\\xdd\\xc2\\x4a\\x47\\x17\\xd6\\x11\\x13\\x67\\x5e\\xee\\xc1\\x03\\xaf\\x2d\\xe4\\x36\\x22\\x89\\xce\\x82\\xf6\\xc7\\xab\\xb6\\x50\\x4f\\xae\\x55\\x89\\x44\\x7a\\xfe\\xa3\\x5f\\x8b\\x30\\xa8\\x90\\xd2\\xeb\\xfa\\xf6\\x26\\xa5\\x1d\\xba\\x72\\x14\\x46\\x0f\\xd2\\x4d\\xbf\\xd5\\xbe\\xf7\\x90\\x84\\x54\\x04\\xd7\\x24\\x6b\\x21\\xdf\\x6d\\x62\\xa4\\x86\\x42\\x5d\\xdb\\xda\\xa8\\xad\\xee\\x8c\\x8a\\xfb\\x86\\x8b\\x75\\xb8\\xbf\\xf2\\x63\\xff\\x34\\xdb\\x2c\\xb5\\x81\\xd5\\x5d\\xb2\\x3f\\xf2\\x74\\xda\\x62\\x14\\xfd\\x8c\\x2e\\xd4\\xdb\\x26\\xd9\\xb4\\x98\\xa0\\x41\\x00\\x9d\\xe1\\xa6\\x32\\x62\\xa8\\xf8\\xec\\xa6\\x31\\x31\\xd3\\x17\\xe6\\x35\\x5b\\x04\\xe7\\x41\\xb6\\xe0\\x8d\\x5a\\x31\\xd1\\xbe\\xf5\\xc7\\x85\\x77\\x03\\x54\\x0d\\xa2\\x2a\\xdb\\xe0\\xb1\\x78\\x81\\x24\\x0d\\x0e\\xa6\\xd3\\x68\\x03\\xf5\\x31\\x0d\\xaf\\xd2\\xaa\\x85\\x78\\x5b\\xfe\\xbc\\x3d\\x8b\\xf7\\xef\\x18\\x40\\xd1\\xcf\\x43\\x03\\xfb\\xba\\x08\\xa1\\x95\\xac\\x8c\\xec\\x68\\xc0\\xba\\xf4\\xb6\\xd0\\x62\\x8b\\x64\\xd2\\x28\\x20\\xae\\x0e\\x27\\x06\\x24\\x83\\x05\\xb4\\x0c\\xa3\\x41\\xbf\\xb4\\x87\\xc4\\x43\\x13\\x46\\xfc\\x91\\x44\\x86\\x85\\x86\\xeb\\x86\\xf3\\x9f\\x75\\xec\\x90\\xee\\x81\\x6e\\x6c\\xd9\\xfb\\xf4\\xb2\\x4d\\xb6\\x69\\x90\\xc5\\x54\\x33\\x11\\x17\\x55\\x61\\xeb\\x43\\xd5\\x13\\x62\\xa2\\x89\\x72\\xf2\\x51\\x36\\x86\\xde\\x3b\\x43\\x2c\\xaa\\x85\\x62\\x43\\x3a\\x2a\\xb6\\xc5\\x3e\\xd5\\xc0\\xcd\\x90\\xfd\\x2d\\x39\\xbb\\xd8\\xec\\xb1\\x82\\x41\\x76\\xd4\\x50\\x3f\\x63\\xcf\\xc3\\x67\\xd3\\x36\\x24\\x01\\x7a\\x65\\x27\\xfd\\x95\\xde\\x66\\xd7\\x36\\x37\\xcf\\x7b\\xcc\\xb6\\x60\\x85\\x97\\xd9\\x2c\\x42\\xab\\xf0\\x59\\xf8\\xea\\x47\\xc7\\x62\\xab\\xa0\\xbd\\x42\\x7e\\xe3\\xd7\\x7e\\x45\\x2e\\xf2\\xa7\\x7a\\xfe\\x88\\x89\\x17\\xd9\\x0d\\x4d\\x2b\\x7a\\xef\\xe7\\x5c\\xc9\\xee\\xdc\\xd7\\xb4\\x00\\x40\\xf0\\xf1\\x0d\\x9f\\xde\\x63\\xb3\\x18\\x21\\x47\\xde\\xe6\\xc1\\xa9\\x9c\\xaf\\xca\\xf0\\x62\\xb2\\x74\\xd6\\xa7\\xd7\\xf4\\x98\\xa2\\x5f\\x17\\x61\\x56\\x64\\xff\\x42\\xd3\\xed\\x75\\xc6\\x7f\\x99\\xec\\x8d\\x5e\\x4e\\xd6\\xe7\\xab\\x43\\x11\\x7b\\x98\\xf7\\xd1\\x88\\x2e\\x62\\x7e\\x5a\\xba\\x7b\\x6f\\x04\\x1b\\x6b\\xa2\\xaa\\x0f\\xcb\\x38\\x8b\\x92\\xd7\\x19\\x51\\xb3\\x27\\xf1\\x6d\\x3b\\x68\\x1c\\xd3\\xbd\\xf3\\xaa\\xcc\\x36\\x9e\\xb5\\x9f\\xff\\xbb\\x1e\\x0b\\x12\\xb8\\x54\\xaa\\x31\\x21\\x37\\xe5\\x60\\x53\\xa5\\x75\\x09\\xab\\x18\\x1a\\xab\\x09\\x0f\\xd8\\x62\\x72\\xdd\\xe0\\x23\\xa6\\x19\\xde\\x99\\x8f\\xd7\\xc0\\x42\\xab\\xf3\\xe2\\x45\\xa6\\xff\\xb3\\xf4\\x94\\xad\\x0a\\xd7\\x74\\x00\\x78\\xdd\\xee\\x08\\x47\\x3b\\x1d\\x31\\x1d\\x73\\x54\\x49\\x6c\\xa2\\x7c\\x92\\x66\\x11\\x47\\x95\\x1d\\x86\\x8a\\x12\\xb9\\xd1\\x46\\x2d\\x50\\x26\\xd8\\x42\\xcc\\xba\\x68\\xc3\\xae\\x89\\x94\\x01\\x7d\\x4f\\x32\\xe9\\x9a\\xf8\\x74\\x3a\\xb5\\x15\\x58\\x40\\x2b\\x1a\\xd2\\x3f\\x42\\xca\\xf3\\xc7\\x52\\xa4\\x45\\x64\\x72\\x2f\\xd5\\xe5\\xd5\\xf1\\x62\\x50\\xc5\\x1e\\x79\\xa7\\xcf\\x61\\x5c\\x05\\x6b\\x4d\\xe8\\x02\\x3c\\x08\\x5c\\x5c\\xbe\\x4f\\x40\\x13\\xbd\\xde\\xa5\\x83\\x74\\xc2\\x9a\\xc5\\x19\\x54\\xb7\\x5c\\xa0\\x5d\\x92\\xd4\\xc5\\xe0\\x48\\x8d\\xaa\\x9c\\xc7\\xfc\\xa6\\x8d\\x61\\x86\\x30\\x63\\x6d\\x63\\x9f\\xd4\\x8b\\x96\\xa4\\xe6\\x82\\xc6\\xbc\\xbd\\x17\\x77\\x2d\\xc2\\xa6\\xab\\x84\\xb9\\x1d\\xf7\\xb0\\x11\\xe3\\x00\\x02\\x8b\\x66\\xba\\xc2\\xcf\\x84\\x0a\\x32\\x6f\\x4d\\x91\\xda\\xb2\\xc4\\x82\\xf4\\x16\\xa9\\x96\\x12\\x52\\x73\\xc3\\xad\\xf6\\x2f\\xdb\\xd5\\x92\\x8d\\x0c\\x7d\\xcc\\x97\\xf4\\x16\\x25\\x13\\x55\\x53\\xd4\\xf5\\x23\\x84\\x3a\\xb0\\xda\\xfc\\x5e\\x01\\x58\\xbe\\x2d\\x5e\\xb0\\xbf\\x3b\\xd7\\x10\\x73\\x82\\xc6\\x8b\\xe6\\xba\\x89\\xe3\\x44\\x05\\xcd\\x6b\\x89\\x78\\x6b\\xef\\xd2\\xdd\\x3f\\x4e\\xbd\\x47\\x3b\\x2e\\xe3\\xe3\\x2d\\xfb\\xa7\\xae\\x6f\\x21\\x8d\\x6b\\xff\\xd4\\xd0\\x91\\xf5\\x54\\x82\\x5c\\xff\\x40\\xba\\xac\\x3a\\x85\\x24\\x91\\x4f\\x05\\x3f\\x3e\\x08\\x98\\xb6\\x54\\xa7\\xe2\\xff\\x81\\xe5\\xef\\xb8\\xa7\\x08\\x8e\\x6d\\xc9\\x43\\xe5\\x2d\\xed\\x7d\\x32\\x96\\x52\\x64\\x51\\xfb\\x54\\xd4\\x42\\xfd\\x9e\\xec\\x3b\\xb6\\xd1\\xd8\\x82\\xb7\\xa5\\xf8\\x77\\x27\\xa6\\xd4\\xec\\x84\\x6d\\x70\\x41\\xfe\\x17\\x20\\xaf\\xa4\\xd2\\xb3\\x3d\\xab\\xf4\\x87\\x83\\x2e\\xad\\x25\\x03\\x97\\x05\\x5c\\xf6\\x36\\xe9\\x41\\x31\\xe7\\xcb\\xbb\\x86\\xea\\x30\\xe7\\xcb\\xd2\\x64\\x9c\\x0a\\xfe\\x9b\\x73\\x05\\x13\\xa9\\x0b\\xed\\xf7\\x04\\xdd\\xa6\\x53\\x5d\\x95\\xe5\\xfc\\xf7\\xc1\\xf9\\x94\\xfc\\xac\\x1b\\x52\\x77\\x59\\x84\\x59\\x6c\\x1e\\xaf\\x52\\x86\\xb8\\x23\\x75\\xbc\\x27\\xf3\\xc3\\x6e\\x4a\\x11\\xf1\\xa4\\x86\\x82\\x28\\xde\\x66\\xc1\\xf1\\xa3\\x7b\\x08\\x44\\x99\\x32\\xa6\\x72\\x0f\\xc3\\x5c\\x42\\x8e\\xba\\x2f\\x61\\xb3\\xb3\\x7b\\x96\\xdf\\xba\\x44\\xfb\\x9b\\x96\\x42\\xb6\\x2a\\x13\\x97\\x02\\xd8\\x30\\x9a\\xf6\\x2d\\x51\\x2f\\xc7\\xfd\\xad\\xec\\xff\\x8b\\x47\\x62\\x22\\x16\\x0e\\x2e\\xd7\\xe2\\x23\\x97\\x9b\\xae\\x3e\\xbe\\xa1\\xab\\xba\\xfb\\xf5\\x39\\x26\\x17\\xd0\\x03\\x99\\xf0\\xee\\xe3\\xb1\\x11\\xab\\x46\\x8f\\xe6\\x6c\\x34\\xbb\\x76\\x58\\xb2\\xb6\\x0a\\x95\\x1b\\x2f\\x24\\xad\\x0d\\x9e\\xe6\\xa7\\xb5\\x47\\xe8\\x02\\x91\\x6c\\xc4\\x0b\\xd5\\x73\\xc4\\x2b\\xc2\\x1e\\x1b\\x0d\\x26\\xdc\\x62\\x0f\\xe2\\x08\\x34\\x3e\\xca\\x05\\x1b\\xaa\\x05\\x6d\\x26\\xbd\\x37\\xfb\\x6d\\x1b\\x83\\x98\\x4b\\x38\\x2a\\xb4\\xa5\\x8f\\xdb\\x16\\x89\\xdf\\x43\\xb8\\x8a\\xaa\\x0a\\x2e\\x96\\x2a\\x39\\xc3\\xb7\\x62\\xa4\\x7d\\xa0\\x97\\x51\\x8a\\x4e\\x20\\x90\\x17\\x0f\\xbd\\xb2\\x0b\\xe0\\x9c\\xc7\\x55\\x32\\xfd\\xbf\\xd8\\x41\\x16\\xc4\\x4c\\x2d\\x7e\\x71\\xf3\\x7f\\x54\\xd9\\x42\\x04\\xae\\x04\\x1d\\x0b\\x45\\xdf\\x9e\\x76\\x13\\xa8\\x34\\x55\\x14\\x49\\x43\\x77\\x2a\\x43\\x7d\\x7b\\xe4\\x39\\x89\\xbc\\x57\\x55\\x7a\\x21\\xe0\\xfb\\x2a\\x65\\x0a\\xbc\\x68\\x6c\\x19\\x40\\x06\\x65\\xbc\\xc6\\xc5\\x9b\\x65\\xbd\\xc2\\xc7\\xa6\\x9f\\x2e\\x70\\xe8\\x1f\\x13\\xea\\xf7\\xa1\\x1d\\xf0\\xc8\\x1f\\xfd\\x4f\\x99\\xd4\\x56\\x53\\x74\\x44\\xf9\\xeb\\xdb\\x71\\xa4\\x5a\\x8f\\x66\\x74\\x7b\\x6c\\xd0\\xdc\\xf8\\xae\\x5b\\x8b\\x78\\x03\\x7b\\x44\\x36\\x0d\\xb5\\x54\\xde\\x1b\\x46\\x5f\\xa9\\x35\\x96\\xb4\\x61\\x37\\xae\\x31\\x6f\\xe5\\xdf\\x4a\\x93\\xc1\\x92\\xf3\\xe5\\x82\\x29\\xad\\x7a\\x4c\\xa9\\xb5\\x5e\\xd0\\x3d\\x8a\\x0d\\x66\\xf2\\xcf\\x80\\x93\\x16\\xbf\\xa5\\xb9\\x3f\\xe1\\x6d\\xfa\\x28\\xda\\x8e\\x21\\x34\\x44\\x66\\x16\\xb0\\xa8\\xd3\\x1e\\xa9\\xdb\\xbb\\x43\\xe3\\xd4\\x54\\xe9\\x54\\xe4\\xd9\\xd2\\x45\\x74\\xee\\x42\\xd3\\x88\\x96\\x88\\xd8\\xef\\xe2\\x3a\\xe5\\x7a\\xaa\\x68\\x5a\\x52\\x4f\\x65\\x72\\x4c\\x62\\x24\\xfe\\x7f\\xbc\\xbd\\x6d\\x72\\x24\\x5b\\x8e\\x23\\xba\\x95\\xb3\\x81\\x90\\x91\\xe0\\xf7\\xfe\\x37\\xf6\\x8c\\x70\\x49\\x91\\x15\\x9a\\xb1\\xe9\\xe7\\xe5\\xd6\\xdd\\xf5\\x23\\xab\\x6e\\x5e\\x29\\xc2\\xfd\\x1c\\x12\\x24\\x41\\x20\\x37\\x5a\\x6d\\x09\\x53\\x6f\\x1f\\x03\\x1b\\xed\\x0e\\x71\\xe8\\x6f\\x01\\xf8\\xa0\\x0c\\x39\\x65\\xd7\\xa6\\x7a\\x41\\x19\\x27\\x51\\x6a\\x17\\x39\\x3f\\x16\\x0e\\x6e\\x2d\\x43\\x25\\xba\\x8a\\x1e\\xf9\\x94\\x74\\x44\\x2d\\x5c\\xaf\\xbd\\x25\\x3d\\x16\\xa3\\x9c\\x17\\xfb\\x16\\x7c\\xdf\\x9a\\xca\\x51\\x31\\x1e\\xf7\\xfb\\x45\\x5b\\x5d\\x96\\x87\\xa0\\xc2\\xf1\\xeb\\x1a\\x5e\\x5f\\xb0\\xd6\\xa2\\x01\\xa8\\xb6\\x7d\\x2f\\xdf\\x3e\\x58\\xda\\x24\\x9d\\x18\\x50\\x2d\\x1b\\x48\\x16\\xf6\\xb8\\x69\\x71\\x93\\x23\\x33\\x35\\x27\\x33\\x2f\\xcf\\xa5\\x5c\\x7c\\xf8\\x49\\x4b\\x4d\\xf7\\x8b\\x9c\\x27\\x9a\\xe3\\xa8\\xbd\\x3d\\x5b\\x4c\\x4f\\xa2\\x36\\x9f\\xbb\\x2c\\xe4\\xbc\\xdb\\x76\\xf6\\xf4\\x5a\\x64\\x3c\\xb2\\x3f\\xff\\x47\\x45\\x78\\xbe\\xc6\\x74\\xeb\\x49\\x0d\\xc1\\xfe\\x8d\\x87\\xe9\\x55\\x45\\x7d\\x1c\\x8c\\x58\\x5e\\xad\\xf8\\x3d\\x1b\\x8a\\x3a\\x23\\x41\\x78\\xd8\\x74\\x07\\xea\\x0d\\x6e\\x9f\\x42\\x06\\x55\\x0b\\x38\\xaa\\xce\\xeb\\x52\\x9e\\x60\\xbb\\x65\\x4c\\xc0\\x36\\xeb\\x44\\x64\\xf6\\xcd\\xe5\\xf4\\xf9\\xa2\\xb7\\xdd\\x98\\x87\\x0e\\x69\\x54\\x17\\xb1\\x08\\x5f\\xb5\\x00\\x28\\xbd\\x01\\x9d\\x7c\\x7c\\x99\\x74\\xdf\\xaf\\x66\\x57\\x07\\xb7\\xfc\\x60\\x21\\x74\\x33\\x3a\\xd5\\xe9\\x9b\\x76\\xe7\\x54\\xeb\\xfe\\xef\\xfd\\xd7\\x14\\x25\\xa1\\x53\\xac\\x0b\\x93\\x38\\xea\\xc2\\x24\\x8a\\x82\\xa9\\x84\\x5f\\xfb\\x3d\\x88\\xbc\\x3d\\x02\\x37\\xe9\\xe9\\xb6\\x2d\\xec\\xda\\xf5\\x3d\\xf0\\x1d\\x91\\x36\\xd1\\xc5\\x83\\x8d\\x78\\x5c\\x68\\x5a\\x72\\x0f\\xba\\x04\\xb2\\xf4\\x54\\x4f\\xe0\\xd2\\x11\\xde\\x23\\x59\\x62\\x75\\x5c\\xac\\x45\\x5b\\x8e\\x4e\\x76\\x58\\xc4\\x47\\x19\\x1c\\x22\\x5a\\xcd\\x6d\\x31\\x6d\\xec\\xad\\xe7\\x6e\\x83\\x2b\\x77\\x18\\x6e\\x8b\\xd4\\x0d\\x3a\\xa3\\x45\\x7a\\x6b\\x4e\\xfb\\xc7\\x31\\x3c\\x25\\xc2\\x6b\\x9f\\x16\\xb4\\x9f\\xb6\\xb4\\x25\\x75\\x06\\x8b\\xc0\\xe5\\xda\\x01\\x93\\xaa\\x08\\x8e\\xaf\\x6b\\xa1\\x2c\\xd1\\x4a\\xd8\\x70\\xdd\\xc9\\xff\\x0e\\x7b\\x73\\x36\\x2c\\x9f\\x17\\xa5\\x65\\x1b\\xca\\x46\\xab\\xa1\\xaa\\x8a\\xc2\\x90\\x59\\x14\\xcc\\xba\\x7b\\x44\\x32\\x2f\\x49\\xc1\\xb6\\x18\\xe0\\xad\\x79\\x89\\x5c\\x24\\x92\\x94\\x26\\x8b\\xa7\\x27\\xe0\\xae\\x43\\x73\\x5e\\x4d\\x0a\\x42\\xa5\\xa6\\x99\\x5c\\xfb\\xd8\\x12\\x93\\x92\\x97\\x65\\x69\\x71\\x3f\\xfd\\xb3\\xda\\x53\\x69\\x6e\\x9a\\xc6\\xc6\\xde\\x36\\x19\\x14\\x77\\x58\\x6c\\x93\\x8f\\xd0\\x19\\x71\\x4b\\x81\\x8e\\xff\\xc2\\x1f\\x45\\x0a\\xe5\\x7c\\x4d\\x9b\\xff\\xf4\\x2d\\xd1\\x3e\\x1d\\x7b\\x30\\x67\\xca\\xf7\\xc1\\x3f\\xad\\xc1\\xdd\\xe7\\x6a\\xa7\\x66\\x85\\x1d\\x0b\\xea\\xe0\\xb2\\xf1\\x31\\x8b\\x8b\\xc6\\x42\\x8f\\xa3\\x5b\\xad\\x3f\\xba\\x24\\xe4\\xf2\\x2d\\x04\\xcb\\xb3\\xb5\\x46\\x9a\\xb4\\xed\\xd3\\x1c\\xab\\x98\\xa6\\x6b\\x17\\x0b\\xb2\\xbe\\x8b\\x4b\\x2c\\xf6\\x2b\\xe7\\x50\\xf4\\x4d\\xe7\\x1f\\x7f\\xa5\\x4d\\x32\\x2a\\x2a\\xb3\\x25\\xd8\\xd3\\x1a\\xfe\\xec\\x35\\xa7\\xe7\\x65\\x07\\xbf\\x01\\x53\\xa4\\x9a\\x8d\\xf8\\x99\\x3d\\x07\\xa4\\x4a\\xb0\\x2b\\x24\\xf6\\xb9\\x6d\\xdc\\xc8\\x01\\x65\\x76\\x8c\\x24\\x6f\\xfa\\xd5\\xb9\\x2b\\x54\\x81\\xcb\\x47\\x3d\\x64\\x4c\\x6e\\xa6\\x1c\\xb7\\x32\\xa7\\x82\\x6d\\x49\\xf4\\xb7\\x68\\xd0\\xc1\\x57\\xa4\\x58\\x08\\xa6\\x29\\x9e\\x23\\x0f\\x4f\\x6c\\x38\\x97\\x8b\\x71\\x21\\xf3\\x5f\\x7b\\x06\\x95\\xa4\\xf4\\x7a\\xee\\xa7\\x68\\xeb\\xa3\\x03\\xa8\\xc8\\xa7\\xe8\\xf4\\x26\\xee\\x6c\\x2b\\xc5\\x06\\xe9\\x99\\x4c\\x93\\xb3\\x45\\x5e\\xb8\\xe9\\xf7\\xd8\\xa6\\xf0\\x5f\\xd8\\x4e\\x6d\\x1e\\x8b\\x6c\\x1d\\x95\\x50\\x7f\\x6b\\x70\\x79\\x85\\x57\\x0a\\x72\\x5f\\x83\\xf9\\xe3\\x42\\x64\\x7a\\x38\\x05\\x29\\xa9\\x39\\xde\\x13\\x2e\\x23\\x38\\xc3\\xce\\x88\\x99\\xef\\xc5\\x72\\x4c\\x38\\xed\\x87\\x06\\x52\\x83\\xff\\x0c\\x2a\\xa1\\xdc\\xcc\\x0d\\x4e\\xc2\\x29\\x3c\\xd5\\xd4\\x12\\x19\\x4a\\xb7\\xd9\\x6d\\x11\\xee\\xb2\\x59\\xdc\\x2e\\x56\\xae\\xef\\xbe\\xa2\\x46\\xef\\x8f\\x8d\\x9e\\x31\\xb3\\xa7\\xb5\\x0b\\x22\\x2f\\x15\\xa5\\x30\\xf9\\xb1\\xb2\\x4c\\xb4\\x4e\\xc3\\x8f\\xe6\\xc0\\x1a\\x79\\xd5\\xb1\\x8b\\xd8\\x7a\\x3e\\x76\\x6c\\x75\\x66\\x8f\\x4e\\x70\\xb6\\x73\\x35\\x64\\x39\\x38\\xd5\\xc0\\xcc\\x96\\xce\\xb4\\xfe\\xd5\\x54\\xaf\\xbb\\xa4\\xe7\\xea\\xe8\\x94\\xe1\\x52\\xa2\\xd6\\x3f\\xfc\\xde\\x48\\xd9\\x13\\xa2\\x96\\x15\\xf9\\xb4\\x83\\x9d\\x71\\x27\\xdd\\xdc\\x2b\\x2d\\x17\\xc6\\x4e\\xd6\\x45\\x82\\xe0\\xa9\\xdf\\x67\\xa2\\x1b\\x36\\x75\\xe1\\xc9\\x79\\x79\\x6d\\xf1\\xff\\x99\\x8f\\x73\\xf3\\xa4\\x25\\x45\\x34\\x89\\x25\\x0c\\x79\\x8a\\x5e\\xb7\\x11\\x77\\x77\\xac\\x36\\x80\\xa4\\x98\\x4a\\xbb\\xa4\\xfc\\x14\\x7d\\xfd\\x15\\x54\\xf2\\xad\\x1a\\x8d\\x28\\xd3\\x87\\xd5\\xc9\\xe9\\xc6\\xa6\\x32\\x7b\\x61\\x13\\x87\\x0e\\x68\\x22\\xa3\\x1b\\x38\\xc7\\xbe\\xc7\\xc1\\x9a\\x22\\x56\\xf3\\x69\\x2e\\x2f\\xee\\x56\\x21\\x46\\x63\\xc8\\xc6\\xa4\\xc4\\x79\\x59\\x5a\\xa5\\x8a\\xe9\\x51\\xdf\\x4f\\x5e\\xd6\\xf7\\x19\\xe0\\xdc\\x85\\xae\\x0d\\x25\\x15\\xf5\\xee\\x41\\x4f\\xce\\x74\\x6c\\xc4\\xcb\\x45\\xf5\\x4f\\x77\\xd3\\xae\\xfd\\x60\\x5f\\x84\\xf8\\xb3\\x27\\x90\\x6e\\xec\\xcf\\xab\\xc3\\x3b\\x7a\\x23\\xae\\x49\\x0c\\xfe\\x0c\\xc2\\x07\\x24\\x84\\x51\\xa6\\x6d\\xca\\x2f\\xfb\\x4b\\x4b\\xf1\\x16\\xbb\\xa4\\xde\\x20\\x13\\x36\\xb8\\x3d\\xa6\\x70\\xd1\\x88\\x14\\x2e\\xd5\\xe4\\x5b\\x95\\xac\\xa3\\x75\\x36\\x1b\\xb6\\x05\\xf0\\xb8\\xd4\\xc5\\x45\\x2a\\x12\\x4b\\xdf\\x97\\x5c\\x55\\x63\\xde\\xd8\\xe2\\x4f\\x4d\\x04\\x88\\xdc\\x67\\x52\\x3c\\x3b\\x1f\\xf7\\xc5\\xac\\x9d\\x1e\\xab\\x2f\\xa5\\x2e\\xa6\\x40\\xae\\x9d\\x33\\x19\\x43\\xb2\\x4d\\x29\\xb1\\xb7\\x70\\x6e\\xf7\\x5d\\x75\\xbc\\x6a\\x2b\\xed\\x44\\xe1\\xd7\\x4f\\x1d\\x5f\\x62\\xec\\x44\\x67\\x8d\\x87\\xcc\\xf3\\x32\\x87\\x73\\xad\\x1f\\x7e\\x5b\\x9c\\xc4\\x88\\x6c\\x68\\x48\\x6e\\x15\\x43\\x26\\x53\\xce\\x16\\xc1\\xa1\\x62\\x7f\\x90\\x5a\\xb2\\xa5\\xc0\\x06\\x6b\\x8a\\xe5\\xa6\\x1e\\x8a\\x18\\x50\\x32\\x92\\x3f\\x17\\xd3\\x22\\xb8\\xaf\\x76\\x61\\x54\\x2c\\x2e\\x97\\xdc\\x8f\\xf0\\xae\\xfb\\x34\\x6a\\x2e\\x03\\x57\\xcf\\xe7\\xb7\\xb1\\xf3\\xbc\\xc6\\xa3\\x2b\\xe3\\x32\\xcf\\xf1\\xe1\\xd7\\x61\\x0b\\xfc\\x32\\xb5\\x53\\xb8\\x59\\xf8\\x7c\\x00\\x93\\x86\\xeb\\xd6\\xc9\\x49\\xf1\\xba\\xe8\\xd0\\x11\\x27\\xf5\\x80\\x03\\x97\\xfd\\xb9\\xe5\\x19\\x51\\x7d\\xf7\\xee\\x68\\x64\\x48\\x08\\xf5\\xf4\\x66\\xec\\xad\\x5d\\x57\\xe6\\x4e\\x4e\\x82\\xa4\\xd6\\xd3\\x2a\\xba\\x16\\x7e\\xda\\x37\\xa3\\x62\\xf2\\x70\\xaf\\x5a\\xf5\\xda\\x54\\xd7\\xa9\\x85\\xa6\\x4c\\x49\\x6d\\x45\\x1b\\xbb\\xff\\x3c\\x27\\x39\\xe5\\x83\\x5e\\x34\\x27\\x13\\x92\\x82\\x4d\\x50\\x60\\x1b\\x8c\\x03\\xa1\\x44\\x84\\xce\\x6d\\x67\\xdd\\x74\\x4e\\xd7\\x37\\x62\\x97\\xfb\\x3f\\xc2\\x75\\x59\\x99\\xa6\\x83\\x8b\\xfa\\xfa\\xf0\\x21\\x21\\x51\\x82\\x10\\x2d\\xe5\\x5b\\x8c\\x7f\\x33\\x6d\\x1d\\xcb\\xf2\\xcd\\x34\\x94\\x18\\x66\\x61\\xec\\xf9\\xd9\\x67\\x8c\\x45\\x6f\\x97\\x97\\x86\\x47\\x88\\xd6\\x3e\\x90\\xc9\\x16\\x3a\\x58\\xe7\\xe8\\x5d\\x7f\\x90\\xf0\\x4e\\x34\\x1b\\x39\\xef\\x75\\xab\\x93\\x5f\\x99\\x9d\\xe1\\x4d\\x3d\\x94\\xec\\x7a\\x58\\x53\\x89\\x8b\\xb9\\x29\\xe1\\x1b\\x3e\\x39\\xe8\\x74\\xbb\\xec\\x2c\\x36\\x74\\xe6\\x18\\x85\\x4e\\xd8\\x5f\\x9c\\x4f\\xbe\\xf3\\xab\\x94\\xa5\\x4c\\x5c\\x81\\x48\\x9a\\xf2\\x5b\\x5c\\x88\\xb5\\x5a\\x0c\\x1b\\xa7\\x34\\xa9\\xcc\\x78\\x7b\\x5d\\x20\\x45\\xca\\xf7\\x0a\\xc6\\xf4\\x5b\\x8b\\xcc\\x51\\x0a\\x58\\x7c\\x0f\\xcb\\x1f\\x17\\x28\\x2f\\xc2\\xb0\\xdc\\xc2\\x46\\x4f\\x2c\\x70\\x97\\xa3\\x99\\x16\\xd0\\xba\\x6c\\x74\\x17\\xce\\x5e\\x6c\\x2c\\xa9\\xa2\\xd2\\xe0\\x07\\x17\\x7c\\x03\\x47\\x4c\\x73\\x1f\\x0b\\x31\\x3d\\x95\\x5c\\x28\\x97\\x16\\x6b\\xc4\\x6d\\xe0\\x6a\\x19\\x14\\x74\\xd8\\x3c\\x6f\\x1e\\xf9\\x0f\\x0d\\x2b\\x26\\x37\\x03\\xda\\x8c\\x3f\\x5d\\x05\\xd3\\xa6\\x0d\\x62\\x74\\x6b\\xdd\\x28\\x22\\xed\\x97\\xe9\\x98\\x72\\x3f\\xcd\\xae\\x0d\\xb3\\x32\\xed\\xcf\\x8a\\x4f\\xa5\\xa3\\x16\\x6b\\x1b\\xed\\x63\\x89\\xae\\xeb\\x7b\\x22\\xae\\xd6\\x9a\\x74\\x1a\\x6a\\xc5\\x7d\\xdd\\x65\\x84\\xa8\\x64\\x1a\\x6a\\xa3\\xd4\\xdb\\x35\\x45\\xa0\\x23\\x0d\\x58\\xa2\\x67\\xea\\x69\\xe7\\x65\\x1a\\x58\\x38\\x90\\x2a\\x21\\x71\\x3a\\xe0\\x31\\xfc\\x6e\\x23\\x8e\\x8e\\x8b\\x8d\\x34\\xa0\\x94\\xcf\\x87\\x90\\x3d\\xcf\\xb3\\x7a\\xda\\x75\\x3c\\x20\\x5d\\x72\\xb5\\x5e\\x25\\x93\\x69\\x6a\\xd2\\x2e\\x72\\xc9\\x7d\\xad\\x47\\xd7\\x05\\x39\\xb2\\xa8\\x29\\x7f\\x2b\\x9c\\xd8\\xc3\\x38\\x31\\xcd\\xce\\xda\\xe3\\xd3\\xe0\\x6b\\x1f\\x6f\\xb1\\x48\\x1c\\x2a\\x05\\x7b\\x35\\xae\\x21\\xce\\xb8\\x3b\\x5d\\x61\\xcd\\xa1\\x55\\xf6\\x29\\x4a\\xe6\\x61\\x35\\x6c\\xc1\\xb9\\x2d\\xb8\\x24\\x1f\\x43\\xb7\\x74\\x45\\x91\\x78\\x54\\x5c\\xf1\\xbf\\xad\\x35\\xa5\\xa2\\x7b\\xa7\\x0b\\xda\\x40\\xfd\\x93\\x80\\x9b\\x4e\\x02\\x8a\\xd6\\xf0\\x7a\\x7c\\xb0\\x25\\xdf\\xc6\\x38\\x24\\x75\\x9e\\x2d\\xeb\\xe7\\x52\\x0f\\x1a\\x0d\\xdf\\x24\\x27\\xa7\\xc6\\x33\\xbc\\x72\\x4e\\x4a\\x6b\\xa1\\x46\\x3f\\xa3\\x49\\xd6\\x96\\x02\\x5b\\x3e\\x5b\\x21\\x53\\x3b\\x0e\\x78\\xac\\xef\\x9a\\x0d\\xf9\\x17\\x92\\x84\\x00\\x2b\\x60\\x16\\x9c\\x5c\\xcf\\x23\\xbe\\xbc\\x3b\\x64\\xb2\\xbd\\x45\\x55\\xb4\\x9e\\x76\\xa4\\x62\\xc6\\xa1\\xb2\\x31\\xbb\\x82\\x4e\\x05\\x59\\x9b\\x93\\xe5\\x61\\x42\\xbb\\x61\\x66\\xd7\\xfe\\x64\\xd9\\x28\\x3f\\x59\\xd1\\x87\\x4a\\xcd\\xf6\\x74\\x0d\\x15\\x98\\x27\\x44\\x94\\x79\\x5b\\x1b\\x95\\x53\\xf7\\x77\\xf6\\x68\\x8a\\x9d\\xb9\\xd9\\x05\\x29\\xf2\\xde\\x50\\x2b\\xed\\x6e\\x18\\x60\\x5b\\x3c\\xfc\\x77\\x7a\\x39\\xf9\\xa4\\x5e\\x8e\\x85\\x7b\\xed\\xb3\\x42\\x6e\\xca\\x99\\xff\\x25\\xbd\\x1c\\x4e\\x55\\xdd\\x4b\\xb2\\xf2\\x62\\x5d\\x4e\\xa5\\x0f\\x07\\x0c\\x58\\xb4\\xdd\\x79\\x31\\x9f\\xca\\x2a\\x3a\\xe4\\xa3\\x85\\x3e\\x76\\xd1\\x2e\\xd9\\x65\\x1f\\x95\\x2d\\x48\\x38\\xa8\\x44\\x7c\\xff\\x4b\\x1e\\x73\\xbb\\xfc\\xf0\\x2d\\x95\\x33\\x82\\xc2\\x33\\xf9\\xe6\\x37\\xa4\\x24\\x81\\x4c\\x45\\x67\\x03\\xf1\\xf4\\xfa\\x76\\x5d\\xdf\\x20\\xa0\\x13\\xc6\\xd5\\xfe\\x85\\x07\\xfb\\x47\\xef\\x81\\x75\\x35\\x15\\xb2\\xd4\\x61\\x85\\x3f\\x1b\\xdc\\xe9\\x13\\x94\\xcf\\x56\\x0d\\x17\\x26\\x04\\x94\\x6c\\x4c\\xa4\\x5e\\xdd\\x3e\\xec\\x85\\x20\\x77\\xb3\\x64\\x23\\x37\\x06\\x5b\\x97\\xdb\\x8f\\xcd\\x0d\\xf9\\x52\\x6e\\x1a\\x28\\x44\\x4e\\xc6\\xd3\\xb4\\x4b\\x53\\xb9\\xfc\\x09\\x7f\\xba\\x18\\x43\\xe7\\x7d\\xda\\x38\\xa2\\xea\\x1a\\x70\\x6f\\x9a\\xd0\\xa1\\xb9\\xd4\\xf8\\x54\\xcb\\x47\\x6a\\xf0\\x54\\x83\\xd4\\x77\\xc1\\x3b\\xa4\\x8c\\xd0\\x86\\xab\\x34\\x24\\xef\\x3e\\x10\\x9f\\x18\\x9d\\xd4\\x10\\x13\\x74\\xd7\\x7b\\xc7\\x5f\\x7c\\x18\\x9c\\x31\\x98\\x79\\x9a\\x40\\x26\\x75\\x36\\x6c\\x89\\x82\\x3a\\xfa\\x2a\\x3d\\xe5\\x2a\\x9d\\x5b\\x6d\\xaa\\xd9\\xe4\\xa2\\xa9\\x4b\\x96\\x53\\xfe\\x88\\xac\\x6b\\x78\\x90\\xdc\\xc6\\x11\\x53\\xd2\\xc1\\xbf\\xe9\\xe4\\x10\\x6a\\xfa\\xed\\x69\\xe9\\xd5\\x11\\x73\\x17\\x4e\\x51\\x8c\\x46\\xb5\\xf7\\xa1\\xbb\\xbd\\xf9\\xb9\\x2e\\x52\\x25\\x0b\\xba\\x85\\x46\\xb9\\x4f\\x1f\\x14\\x3a\\xf9\\x42\\xaf\\x8a\\xa3\\xb0\\x47\\x52\\xec\\xbc\\xb6\\x34\\xcb\\xd9\\xea\\xca\\x85\\x6d\\x6b\\x1e\\x83\\xfe\\x3b\\x92\\x73\\x8b\\xae\\x4b\\x46\\x1c\\x66\\xbd\\x28\\x9e\\x6d\\x3a\\xbb\\x3f\\x84\\xb3\\x71\\x6a\\x3d\\x65\\x39\\x0f\\xde\\xaf\\x36\\x46\\x19\\x97\\xdc\\xbb\\x2b\\xf3\\x71\\x57\\xb1\\xe0\\x94\\x08\\x34\\x74\\xc9\\x52\\xbd\\xe4\\xe4\\x28\\xad\\x6b\\xd4\\x87\\x23\\xfd\\x01\\x6c\\xfb\\x38\\xa7\\xc6\\x9f\\x8d\\xc0\\x46\\x92\\xd5\\xc6\\xd2\\xbe\\x52\\x23\\xfa\\x7b\\x33\\x17\\x7d\\x5b\\x4a\\x6e\\xcb\\x3b\\x21\\x5b\\x69\\x6c\\x7e\\xcc\\xa1\\xa9\\xd5\\x09\\xf5\\xae\\xae\\xa9\\x30\\x7d\\x7c\\x96\\xdf\\x97\\x6c\\x56\\xc3\\x3d\\xb9\\x50\\x98\\x56\\xe2\\xd7\\xd4\\x16\\xed\\xd6\\x97\\xb2\\x8e\\xb9\\xed\\xc7\\xfb\\xd8\\xa8\\x23\\x63\\xa6\\x72\\xb6\\x4e\\x17\\x2c\\x18\\xee\\xc9\\xf3\\x32\\x58\\x64\\xc7\\xc4\\x49\\x1d\\xf2\\xcd\\xe3\\x6e\\x54\\xf5\\x0e\\x05\\xa4\\x37\\x1a\\xa5\\xc6\\x7b\\x90\\xe0\\x5a\\x89\\x05\\x34\\x62\\xd9\\x4f\\x0f\\x12\\x7a\\xef\\x48\\x6b\\x46\\xd1\\xb2\\xa1\\x34\\xd2\\x67\\xcb\\x30\\xa5\\x09\\x74\\x5a\\x5c\\xa1\\x25\\xd3\\x52\\x3f\\x84\\x6e\\x5f\\x96\\xe9\\xee\\x91\\xc4\\x59\\x2d\\x56\\x8b\\xca\\x8d\\xb2\\xec\\x14\\xba\\x75\\xf5\\xd9\\x7f\\x72\\x5b\\x18\\x63\\xeb\\xba\\x12\\x38\\x4c\\x26\\x4a\\xfe\\xd1\\xfe\\x8d\\x44\\x76\\x42\\x7c\\xf4\\xe9\\x2e\\xf1\\x62\\x09\\x1d\\xd2\\x7e\\xba\\xa8\\x4a\\x35\\x56\\x1a\\x15\\x67\\x8b\\x52\\xd9\\x5a\\x28\\xce\\xab\\xb2\\xc3\\xf3\\xc3\\x09\\x48\\x9d\\xec\\x77\\xba\\xd5\\xab\\x8d\\x02\\xc3\\x3e\\xbc\\x53\\x47\\xa3\\x36\\x6d\\x65\\x23\\x70\\x3f\\x90\\x6c\\xaa\\x31\\xb1\\x0d\\x6e\\xa8\\x7f\\x5c\\xc5\\x3c\\x8b\\x7e\\x70\\x6d\\x66\\x99\\x4f\\xeb\\xa7\\x24\\x67\\xcc\\xc2\\x85\\xfa\\xef\\xba\\xab\\xfb\\xd2\\x2c\\x93\\x98\\xe0\\x46\\x04\\xf5\\xba\\xf5\\x72\\xb8\\xf0\\xce\\xbf\\xce\\xda\\x66\\xd3\\x97\\x03\\x86\\x51\\x3e\\xe2\\x72\\xd5\\x69\\x93\\xdb\\xe3\\x26\\xfd\\xa2\\x16\\x88\\x67\\x36\\x54\\xc7\\xea\\xad\\x39\\xb4\\xe1\\xb6\\x09\\x9b\\xda\\xeb\\x69\\xaa\\x14\\x3b\\xe6\\x16\\x35\\x92\\xe4\\x39\\x89\\xd6\\xc2\\xd6\\x3e\\x5a\\xb3\\x31\\x16\\xf5\\x2d\\x8d\\x41\\x8d\\x15\\xcd\\xda\\xbf\\x39\\xf6\\x99\\x68\\x06\\xc4\\x4f\\xf9\\xad\\x84\\xd0\\xc3\\x69\\x67\\xa9\\x93\\xa8\\x77\\x73\\x92\\x6f\\x99\\xc2\\x48\\xed\\xac\\xce\\xeb\\x67\\x92\\x3f\\xb4\\x09\\x80\\x79\\xed\\xa3\\x7f\\x3a\\xd3\\x98\\xf9\\xa1\\xce\\x31\\xea\\xb2\\x51\\x33\\x1f\\xd2\\xe9\\xce\\x0b\\x6d\\xbd\\x40\\x9e\\x02\\x96\\x30\\xfd\\x70\\x14\\x7b\\x69\\xba\\x65\\x08\\x65\\x41\\xb6\\xfc\\x18\\xca\\x25\\x86\\xce\\xd0\\xee\\x02\\x6a\\x92\\xb3\\xa5\\xf5\\xdd\\x1b\\xa3\\x9b\\xef\\x36\\xa3\\x9b\\x2c\\x3c\\xfa\\xc7\\x3e\\x1a\\x74\\x5f\\x11\\xdf\\x24\\xf4\\xb4\\x5b\\x23\\xc5\\xcf\\xbb\\xcb\\x5b\\x36\\x67\\xa6\\x78\\x23\\x64\\xea\\x00\\x8d\\x76\\xfa\\x69\\xab\\xc4\\x50\\xa8\\xac\\xdc\\x03\\x21\\x65\\x7f\\x38\\x53\\x21\\xa0\\xd4\\x6f\\x5d\\xad\\x77\\xbd\\x2c\\xfd\\x70\\x7b\\x1b\\xb5\\x04\\x61\\x63\\xd8\\x4b\\xe1\\xf6\\x0e\\xa9\\xd1\\xa9\\x02\\x72\\x3b\\x31\\x13\\x4f\\x73\\x0b\\x65\\x8f\\x87\\xbb\\xe5\\x54\\x6c\\x48\\x2d\\x55\\x94\\x32\\x0d\\xe7\\x16\\x34\\x2c\\xfd\\x36\\x48\\xb6\\xf6\\xa7\\x0a\\x26\\x15\\x7f\\x62\\xa3\\xe7\\x4b\\xd5\\x92\\xee\\xea\\xc3\\x9d\\xd5\\x45\\x55\\x6c\\x04\\x5d\\x8a\\xf9\\x77\\x4d\\x92\\xf4\\xab\\x74\\x98\\xb6\\x52\\xc3\\xcc\\xfe\\x69\\x86\\xaa\\x52\\xa8\\xa2\\xaa\\xc4\\x3a\\x1e\\x1e\\xa9\\x40\\x71\\xa2\\xaa\\x7c\\x8f\\xfb\\x79\\xe5\\x20\\xa7\\x3b\\x4e\\x76\\x59\\xee\\xb9\\x3f\\x5b\\xdc\\x92\\x43\\x7f\\x59\\x9c\\xd8\\x02\\xaf\\x4f\\x5d\\x99\\x74\\x4d\\xe9\\x38\\x63\\xac\\x7d\\xd9\\x1e\\x55\\x91\\xfb\\x47\\x64\\x0f\\xdd\\x82\\xb0\\x54\\xdf\\xe0\\xfc\\xdb\\x05\\x1d\\x2a\\xb8\\x86\\xe8\\x88\\x85\\x3d\\x9d\\x62\\xe8\\x8f\\x56\\x34\\x79\\xe3\\xd2\\xe0\\x66\\x9b\\xec\\xd0\\x05\\xee\\x09\\x6c\\x3c\\x61\\x97\\x18\\x29\\xf8\\xb4\\x49\\x6e\\x93\\x0d\\x3b\\xfb\\x37\\x18\\x95\\x45\\x19\\x96\\xb7\\x08\\xa8\\xa6\\x9f\\x43\\xb6\\x03\\x75\\x93\\xa0\\x6c\\x5f\\x0d\\x5f\\x28\\x3c\\x31\\x8b\\x8a\\xfa\\x77\\xa6\\xd2\\xde\\x96\\xd1\\x1b\\xed\\xac\\x70\\x49\\x20\\x3e\\x48\\xda\\x2e\\xfa\\x86\\x75\\x94\\x78\\x1d\\x94\\x52\\x66\\x48\\xa8\\x26\\xdb\\xbd\\xa8\\xe4\\x54\\x9b\\x74\\x2c\\xda\\x82\\x23\\x37\\x02\\xeb\\x9f\\x2c\\x23\\x01\\xe3\\x12\\x2b\\xba\\x5a\\x16\\x01\\xb3\\xfc\\xeb\\x82\\x8e\\xd7\\x7d\\x9b\\xe4\\x8a\\xa8\\x32\\xc9\\xf2\\xf2\\x37\\xef\\xc5\\x7b\\xa0\\x21\\x15\\x93\\xfb\\xff\\x0f\\xdf\\x18\\xae\\x90\\xca\\xb8\\xf9\\x5c\\x16\\x85\\x45\\x3b\\xad\\x7d\\xd9\\x15\\x85\\x24\\x50\\xa9\\x30\\x17\\xf7\\x8f\\xab\\x42\\x7d\\x55\\x58\\xd1\\x0a\\xa9\\x27\\xac\\x02\\x4d\\xa7\\x53\\x1b\\x19\\x59\\x0c\\x53\\x0b\\xab\\xb4\\x91\\xb7\\x27\\xb3\\x96\\x92\\x2a\\x74\\xa3\\xb6\\xfc\\xd5\\xd9\\x81\\x69\\x99\\x87\\xbb\\x6c\\x35\\x89\\xc7\\x35\\x65\\xec\\xbc\\x66\\xe3\\xe2\\xe6\\x95\\xe3\\xe9\\x1e\\x1a\\xea\\x47\\x65\\x6f\\x4b\\x78\\x13\\x93\\xb5\\xec\\x0b\\xfb\\x50\\xdc\\x87\\xec\\x87\\xdd\\x6c\\x7b\\x16\\xbc\\x75\\x38\\xf7\\xd2\\x2a\\x46\\x16\\xad\\xaa\\x6f\\x9d\\x7c\\xd7\\xcd\\x73\\xb3\\x4d\\x2a\\x83\\x45\\x48\\xda\\xbc\\xb5\\x0f\\x9c\\x0b\\xf7\\x5c\\xb6\\x08\\xe0\\x69\\xcb\\xf5\\xa0\\xf3\\x86\\x2e\\x68\\xcf\\xd4\\x43\\xf3\\x89\\x71\\xe7\\x77\\x6c\\x01\\x42\\xf5\\x2a\\x6a\\x68\\x18\\x36\\x9f\\xfe\\xe2\\x5b\\x6f\\xb4\\x15\\xf4\\xf8\\x56\\x19\\x4a\\xcf\\xe8\\x59\\x9c\\xb9\\x80\\x9f\\x43\\x4c\\xae\\xa6\\xdd\\x76\\x34\\x09\\x78\\x1b\\x57\\x97\\x4a\\xa5\\xde\\x02\\x08\\xa6\\x69\\xe9\\x45\\x3f\\xed\\x98\\x87\\x99\\x85\\xb2\\xf9\\x75\\xdc\\xb4\\xce\\xcb\\xad\\xa2\\xfd\\x62\\x93\\xba\\x7b\\x92\\x1e\\xa8\\xda\\x3f\\xd8\\xbd\\xfe\\x74\\x14\\x91\\x59\\x22\\xbe\\xe7\\x65\\x62\\x40\\xd1\\x33\\x5d\\xcc\\x12\\x7a\\xdb\\x20\\x4a\\xdd\\x17\\x10\\x25\\xf6\\xc7\\x44\\xff\\xd2\\x5d\\x54\\x53\\xb7\\xe6\\x4d\\x93\\xa9\\x9f\\x55\\xf7\\xe7\\x80\\x59\\x6e\\x8d\\x1a\\x2e\\x93\\xbe\\x77\\xc4\\x5c\\x25\\x9a\\x02\\xa0\\xd0\\x3d\\x96\\xd0\\xd3\\x12\\x58\\x90\\xfc\\x41\\x15\\x2b\\x50\\xf7\\x2e\\xeb\\xfb\\x62\\x08\\xf9\\x44\\x13\\x3e\\xc9\\x7a\\xb9\\x67\\xea\\xae\\x4e\\x08\\xbe\\x7c\\x30\\xd0\\x0c\\x71\\xca\\x1b\\xc4\\xcf\\x12\\x4c\\x58\\xd6\\x4c\\x75\\x7b\\x85\\x58\\x3e\\x9c\\x63\\x68\\x9c\\x4d\\x13\\xc1\\x4e\\x27\\x1f\\xbf\\x86\\x1c\\xc9\\x81\\x65\\xfb\\xc0\\x4e\\x98\\xa6\\x94\\xed\\x19\\xbd\\xc4\\x22\\xca\\xf5\\x73\\x1f\\x55\\x2d\\x6d\\x8e\\xa6\\xd6\\x1e\\x8f\\x2d\\x06\\xf6\\x3c\\xcd\\xcc\\x6d\\x15\\x48\\x49\\x49\\xa9\\x00\\x18\\xc3\\x46\\xfe\\xd1\\xe7\\xe2\\x54\\x4f\\x5c\\x2a\\xf2\\x71\\x4e\\xc7\\xc5\\x3b\\x50\\x33\\x9d\\x8e\\x53\\x1d\\xb6\\x50\\x68\\xf6\\x0e\\xa8\\x4b\\x28\\xae\\x6d\\xa8\\xb2\\xd6\\xcf\\x9d\\x20\\x2d\\x77\\x89\\xc4\\xf1\\x5c\\xa8\\x7e\\x2d\\xae\\x5a\\x66\\x14\\x28\\x08\\xb0\\x25\\x4d\\xd5\\x7d\\xc3\\xca\\x4e\\x13\\x2d\\x83\\xa4\\xe1\\x2d\\xdf\\x3f\\x98\\x05\\x81\\x63\\x55\\x3d\\x4f\\x07\\x0d\\xa3\\x83\\x9a\\xc8\\xa2\\x76\\x49\\x2a\\x97\\x55\\x54\\x90\\x3c\\x17\\x8d\\x71\\xb0\\xf3\\x1c\\x13\\xb6\\x37\\xe2\\xe3\\x54\\x8c\\x2b\\x17\\x21\\xaf\\x59\\x86\\x4f\\xf2\\x23\\x3b\\xc0\\x6e\\x68\\x9c\\x85\\xb8\\xd2\\x96\\x7a\\xd7\\x3e\\x4c\\xa7\\xe8\\xa0\\x29\\x43\\x8b\\x80\\xf8\\xd9\\xa5\\x33\\x6d\\x5a\\x0a\\xd8\\x3f\\x0c\\xa9\\x07\\xaf\\x4c\\x27\\xdb\\x1d\\x3a\\x45\\x61\\x3b\\x00\\x59\\xd7\\xc6\\x53\\x8e\\x92\\xf0\\x33\\x87\\x36\\x0b\\x08\\xc3\\xc7\\xae\\xd4\\x02\\x8c\\x62\\x5d\\x2b\\xb2\\x05\\xd7\\x86\\x1d\\x93\\x1e\\x37\\x39\\xbd\\xb1\\xb5\\xe2\\x36\\xfc\\x88\\xa8\\x6e\\x76\\xc4\\xb4\\x31\\xf1\\x96\\x5d\\xf2\\xd2\\xe8\\x89\\xad\\xce\\x17\\x2f\\x3d\\xcd\\x72\\xc1\\x09\\x90\\xe1\\x1a\\x5b\\xdd\\xee\\x97\\x8a\\xc1\\x49\\xf5\\xc2\\xb7\\x79\\x0d\\x54\\xc7\\x43\\x3e\\x57\\x82\\x28\\xb5\\x42\\xaa\\xfa\\xcb\\x10\\x22\\x12\\x1a\\x07\\xe1\\xe8\\x4d\\x33\\x9c\\x6c\\xdb\\xb8\\x54\\xdd\\x17\\xa2\\xb2\\x1e\\x63\\xf8\\xd4\\x9a\\x79\\x93\\xf8\\xa1\\x6e\\xf0\\x09\\x6a\\x00\\xd6\\xe3\\x8e\\x0f\\x46\\xce\\x35\\x4a\\xfd\\x12\\x4f\\x42\\x8d\\xec\\xa9\\xd9\\xc0\\x5e\\x86\\x6f\\x65\\xe9\\xf2\\xb0\\x4f\\x3d\\x6a\\x84\\x66\\x59\\x37\\xb5\\x34\\x6b\\xcc\\xb5\\xb1\\x59\\xd7\\xcd\\xa3\\x49\\x2a\\xdc\\x72\\xd0\\xec\\x76\\x20\\x51\\x88\\x85\\x5b\\xb3\\xd8\\xee\\xb7\\x2c\\xa6\\xb4\\x52\\xde\\xad\\xc5\\x2c\\x1e\\x1f\\x56\\x01\\x8b\\xa1\\xc8\\xd4\\x0c\\x1c\\x33\\x71\\x0d\\xa1\\x0d\\x50\\x61\\xc3\\x84\\xf6\\x99\\x09\\x6f\\xc4\\xa2\\x11\\xb7\\x6e\\xf7\\x99\\x4f\\xaf\\xd7\\x44\\x8a\\x04\\xb1\\x07\\xb9\\xbb\\x7b\\x65\\x8c\\xa4\\xb6\\xbb\\xca\\x4b\\x5c\\xb3\\x52\\x81\\x4d\\x8a\\xaa\\xfd\\x46\\x90\\xe1\\x4a\\x49\\x98\\xd4\\x4c\\x67\\x3c\\x4c\\x5d\\x50\\x1f\\x56\\xaa\\x3d\\x19\\xd7\\xf2\\xdc\\xa8\\x77\\x0c\\x39\\xa3\\xa6\\x24\\x4b\\x2e\\x0a\\x97\\xf0\\xa8\\xbf\\x65\\x4c\\x8e\\x6a\\x89\\xcc\\xa1\\xe3\\xc5\\x46\\x5e\\xda\\x3a\\xaa\\xb8\\x80\\x8d\\x5a\\x92\\xaa\\xf3\\xb6\\x71\\x98\\x73\\x91\\xd1\\xbc\\x6c\\x7c\\xfc\\x4d\\x83\\x0a\\x48\\xb9\\x46\\xeb\\x28\\xcd\\xec\\x9e\\x56\\x2c\\xe3\\x5e\\xb6\\xc7\\xc8\\x64\\x2c\\x5c\\xed\\x48\\xd5\\xbc\\x54\\xba\\x03\\x96\\xc6\\xbd\\xff\\x58\\xc4\\xea\\x56\\x9f\\x8f\\x85\\xd6\\x1f\\xce\\x1d\\x45\\x89\\x4d\\x93\\x60\\x4b\\x69\\x41\\xdd\\x20\\xe8\\xca\\xd7\\xb6\\x19\\xeb\\xee\\x30\\xc2\\xca\\x5b\\x4b\\x6a\\x7f\\x8b\\xb6\\xbf\\x8d\\xb4\\xa5\\x82\\xcb\\xe6\\x1a\\xcf\\xfb\\xee\\xb1\\x78\\x83\\x4c\\x08\\x24\\xdc\\x4f\\x46\\x55\\x19\\x8d\\x29\\x75\\x11\\xc7\\x9e\\xdb\\x4b\\xbc\\x4f\\xc4\\xff\\xa8\\xdb\\x53\\x77\\x66\\xb4\\xaf\\x92\\x5f\\x27\\x22\\x0a\\x7d\\xaa\\x64\\xa1\\x6e\\xc9\\x49\\xed\\xd9\\x0a\\xef\\xfe\\xd4\\x8a\\x22\\x3a\\x61\\xd8\\x23\\xf3\\x4e\\x39\\x22\\x3e\\xd3\\x9a\\xb0\\xee\\x96\\xe7\\xa5\\x42\\x28\\x9f\\xe3\\x32\\xd6\\x65\\xe7\\x95\\x2d\\xed\\x62\\x17\\xe1\\x7c\\xcc\\xf6\\xe3\\xc8\\x51\\x8b\\x74\\x4a\\x41\\x7d\\xb6\\x44\\xa4\\x25\\x5a\\x2f\\x69\\xef\\x16\\x87\\x71\\x84\\x15\\x91\\x91\\x26\\x7d\\x49\\xfe\\xc1\\xda\\xee\\x4e\\x25\\xc2\\x79\\x8b\\xbb\\x42\\x80\\xee\\xb7\\x85\\xd8\\x22\\x40\\xf5\\x9e\\x91\\x34\\xd5\\xa7\\x13\\xf1\\xde\\xfd\\xc5\\xc6\\x1b\\x10\\xd9\\xe4\\x08\\x8c\\x26\\x0d\\xc3\\x13\\x56\\xaa\\x92\\x7a\\x5e\\x36\\x42\\x4e\\xfe\\xe7\\x43\\x09\\x99\\x30\\xba\\x29\\x58\\xe4\\x0c\\x6a\\x8b\\x9b\\x0e\\x4b\\x31\\x2a\\x77\\x8d\\x8c\\xe2\\xbf\\x98\\x5c\\x85\\x76\\xa2\\x63\\x0a\\x31\\x81\\xf7\\x80\\x33\\x24\\xa9\\x38\\x3f\\x81\\x6a\\xcd\\xa7\\xc9\\x95\\xac\\xd8\\xbd\\x42\\xc1\\x8e\\x11\\x51\\x89\\x07\\x6d\\x65\\xd0\\xec\\xa8\\x6b\\xca\\xf8\\x74\\xe1\\xd3\\x8c\\x6b\\x6c\\x6a\\x94\\x76\\xb0\\xc2\\x34\\x51\\x5c\\x4c\\x34\\xe1\\xcf\\x8c\\x12\\xcc\\xdd\\x7d\\x4b\\xdb\\xca\\xd6\\xaa\\x06\\x5d\\x66\\x17\\x05\\x82\\xfb\\x96\\x22\\xc5\\x8d\\xb5\\x08\\x74\\xd7\\xe3\\x6d\\x78\\x1c\\x87\\x6e\\x51\\x9d\\x7a\\x42\\x91\\x5e\\x71\\x99\\x4a\\x8d\\x67\\x62\\xfa\\xa4\\x7b\\xa6\\x24\\x05\\x54\\x36\\xa7\\xc4\\xfc\\x21\\x48\\x00\\x0d\\x2e\\xf5\\x92\\xb4\\x1a\\x35\\x13\\x38\\x5b\\xcc\\x03\\x95\\x77\\xf7\\xc6\\xb0\\xf5\\x44\\x0a\\xb7\\x60\\xa5\\xfd\\x4d\\xbd\\xf5\\x4a\\xda\\xdf\\xc8\\x7e\\xae\\xa7\\xc7\\xdf\\xce\\x71\\x24\\xed\\x9e\\xa4\\xf6\\x78\\x68\\x26\\x45\\x43\\x8d\\x14\\xf6\\xcd\\x19\\x75\\xfd\\x79\\xb4\\xcd\\xea\\xcf\\xa6\\xd4\\x42\\xfc\\xdc\\x0b\\xbd\\x0f\\x43\\x36\\xc5\\x78\\x92\\x48\\x98\\x15\\x6a\\xde\\xd4\\x52\\x0d\\xed\\xfb\\x8a\\xcc\\x8d\\x34\\xef\\xdc\\x0b\\xbc\\x45\\xef\\x6f\\x19\\xbc\\xd1\\x6d\\x03\\x77\\x2b\\xcc\\xe6\\xe9\\x5b\\x03\\xd2\\x02\\xa6\\xcd\\x24\\x6b\\x23\\x69\\x6f\\x20\\x63\\xdb\\x6c\\x1f\\x17\\x16\\x77\\x1c\\xc5\\x44\\x74\\x88\\xd5\\xa7\\x12\\x62\\x6c\\xae\\x4a\\x39\\xaf\\xac\\x4a\\x4e\\xd2\\xcf\\xcb\\xcc\\x46\\x7b\\x8f\\xe0\\xab\\xf5\\xe2\\xa2\\xdc\\x16\\xec\\xaa\\xc8\\x0e\\xef\\x59\\x18\\xf8\\x7e\\x26\\xbe\\x25\\xb2\\xb9\\x6d\\x50\\xb7\\xe9\\xa7\\x93\\x8e\\x1a\\x5d\\x21\\xb6\\xf6\\x4f\\xce\\xff\\x8d\\x42\\xa6\\x87\\x15\\xdd\\x45\\xc1\\x2e\\xcf\\x2d\\x78\\x31\\x87\\xad\\x45\\x8b\\xa9\\x3f\\xb2\\xe6\\xaa\\x18\\x71\\x3d\\xc8\\x85\\x79\\x62\\x7a\\xa6\\x72\\xa2\\x55\\xee\\xaa\\xdc\\xe9\\x7e\\xd9\\xb2\\x09\\x4d\\x44\\xc3\\xdf\\x1b\\x86\\xd3\\xde\\xe5\\x85\\xd8\\x3a\\x42\\x9e\\x56\\xed\\xae\\xe3\\xd1\\xd9\\x75\\xca\\x13\\x1b\\xc5\\xb8\\xf2\\x24\\x5b\\x59\\x58\\x9f\\xa0\\x7e\\xae\\x6c\\xf6\\xd9\\x87\\xe3\\xe5\\xf5\\x29\\x52\\x2d\\x7b\\xbb\\xd3\\x87\\x2e\\x66\\xa1\\xe1\\xec\\x31\\xf8\\x46\\xdd\\xb9\\xad\\x2f\\x3b\\x92\\xb1\\xb5\\x5d\\x42\\x6d\\xd4\\x7e\\x1b\\x47\\x90\\x3d\\x1d\\x5b\\xfc\\x80\\xad\\xe1\\xa7\\x6f\\x0c\\x0d\\x87\\x06\\xee\\x79\\x11\\x50\\xdb\\xe0\\x05\\x26\\x8d\\xa6\\xf7\\x83\\xfa\\xe5\\xa9\\x93\\x82\\x89\\x4f\\x89\\x59\\xa8\\x37\\x86\\x69\\xc9\\xd3\\x42\\xc6\\xce\\x82\\x7f\\x6d\\x74\\x1e\\x9d\\x80\\x2f\\x4c\\x89\\xdb\\x5e\\xfc\\xe8\\x68\\x13\\xab\\xde\\x67\\xf3\\x4b\\xd9\\x44\\x62\\x18\\x5c\\xc4\\x91\\x5a\\x8f\\x0b\\x32\\x13\\x99\\xd2\\x6a\\x90\\xb6\\x3b\\xb2\\xaf\\xc5\\xd1\\x38\\x2f\\x73\\x21\\x05\\x71\\x81\\x17\\xa2\\xa4\\x3c\\xff\\x00\\x7a\\x77\\x8b\\x1e\\x3f\\xea\\xd2\\x39\\x14\\x3d\\xe3\\xda\\xd4\\xd0\\x5a\\x3b\\xb6\\x64\\xda\\xd7\\x7c\\x97\\x3a\\xb2\\x05\\x9e\\xd7\\x42\\xb1\\xe9\\x7a\\xbb\\x41\\x56\\xab\\x0b\\xc5\\x6d\\xab\\x17\\x1a\\x3f\\x7c\\x6b\\x8c\\x96\\x28\\xc0\\x6c\\xc2\\x3c\\xa8\\xc1\\x90\\x88\\x5e\\xb6\\x9f\\xe7\\x72\\xbe\\x53\\x45\\xf8\\x96\\xe7\\x1f\\x12\\x99\\xd1\\x6e\\x76\\xb5\\xe1\\x9b\\xb3\\x89\\x00\\xb9\\x12\\xf0\\xc5\\xff\\x54\\xcb\\x68\\x84\\xce\\x6d\\x19\\x62\\x6e\\x61\\x75\\x75\\xab\\xf4\\x5b\\xf2\\x80\\xda\\xb3\\x19\\x33\\x52\\xad\\xf5\\xb4\\xbc\\xbb\\x73\\xaf\\x3f\\x20\\x6e\\x61\\x54\\x32\\xef\\x28\\x65\\xc6\\x28\\x41\\x42\\x37\\xee\\x06\\x45\\x39\\x3e\\x91\\x7c\\xab\\x75\\x9a\\x5f\\x5a\\x43\\xad\\x26\\x13\\x71\\x14\\x0d\\xef\\xa0\\x36\\xbe\\x4a\\x8e\\xbb\\xd9\\xed\\x60\\xa2\\x3d\\x43\\xd1\\x00\\x2f\\xda\\x72\\xff\\x33\\x0b\\xc7\\x50\\xf3\\xc8\\xb1\\x00\\xee\\x69\\x06\\xda\\x96\\xae\\xd1\\xfc\\xf0\\x42\\x1e\\x49\\x46\\xb2\\x88\\x8b\\x94\\x8b\\x45\\x43\\xdc\\xb2\\x15\\xd6\\x27\\x23\\x60\\x5c\\x8a\\xd8\\xe0\\x40\\x66\\xc3\\xdd\\x5e\\x43\\xdd\\x93\\x33\\xc3\\xbc\\x9e\\xba\\x09\\xa7\\xfd\\x3e\\x27\\x7e\\x93\\x3a\\x86\\x72\\xd1\\x78\\xa7\\xdf\\xa8\\xd6\\xf6\\x56\\x43\\xaa\\x18\\x9e\\x56\\xb8\\x63\\x77\\xa4\\x35\\x22\\x4d\\xeb\\x28\\x52\\x11\\x20\\x3f\\x40\\xdb\\x69\\x89\\x7d\\xb1\\xae\\x66\\x26\\xf7\\x66\\xff\\xe7\\x53\\x31\\x47\\x57\\x84\\xc5\\xd1\\x11\\xaf\\xe9\\x3c\\x10\\xef\\x76\\x0f\\xab\\xf3\\x9a\\x6c\\xdb\\x92\\xac\\x6e\\xaf\\x29\\x17\\xd4\\x09\\x0f\\x62\\xf2\\xed\\x85\\x58\\xd9\\xa9\\x42\\xe6\\xd1\\xe6\\xfb\\xa7\\xd9\\x9b\\xce\\x1e\\x10\\x3d\\x8e\\x6b\\xff\\x6b\\x8e\\x38\\x5d\\xb0\\xe9\\xbf\\x4e\\xb9\\x3f\\xf6\\x8b\\xa2\\xd1\\x1f\\xd0\\xb5\\xa5\\x51\\x75\\xb9\\x64\\x84\\x7b\\xc5\\xd8\\x06\\x96\\x6a\\x0d\\xab\\xcc\\xe3\\xde\\x26\\x7d\\x57\\x63\\x47\\xa5\\x67\\x11\\x9a\\xa5\\xa7\\xcd\\x5b\\x53\\x55\\xa2\\x6d\\x20\\x62\\x5a\\x1d\\x93\\x4f\\xef\\x4d\\x50\\xeb\\x5f\\x95\\x6e\\xc1\\x3e\\x02\\xfd\\x0e\\x0e\\x5b\\x75\\xb6\\x73\\xd1\\x0e\\x34\\xb0\\x18\\xfb\\x3c\\x1f\\x03\\xe7\\xa6\\xd2\\x71\\xb1\\x3d\\x44\\xbe\\x35\\x4d\\x9a\\xe6\\x50\\xf5\\xde\\x3c\\xf7\\x7c\\xdc\\xb6\\x9b\\x69\\x77\\x99\\x0e\\xe9\\x05\\xa7\\xdf\\xbb\\x50\\x7a\\xea\\xab\\xad\\xad\\x4b\\x1c\\xfb\\x82\\x54\\x1f\\x57\\x34\\x67\\x17\\x5d\\x16\\x8c\\xe4\\x26\\xd2\\x11\\xc3\\x08\\x3d\\x24\\xbd\\x28\\x8d\\x48\\x83\\xe6\\x45\\x25\\x99\\x01\\xfb\\x08\\x25\\x41\\xca\\x8f\\x5e\\xf7\\x2a\\x5d\\xab\\xd9\\xc5\\xb6\\xa0\\x7a\\xf2\\xd5\\xc1\\xb7\\x9c\\xca\\xdb\\xaa\\xaa\\x65\\xb0\\xcb\\x63\\x6c\\x42\\xdf\\x2e\\x3c\\xee\\x96\\xa5\\xd8\\xcb\\x93\\x5b\\x2a\\x3c\\xbc\\x85\\x5a\\xe7\\x05\\xdb\\x17\\x32\\xce\\xed\\xf3\\xae\\x7d\\x2b\\x4c\\x23\\x15\\x5e\\xb2\\xd9\\xc7\\xe1\\x61\\x63\\x47\\xad\\xf7\\xfe\\xd6\\x27\\xf9\\x59\\xd5\\x2a\\xd9\\x89\\xff\\xc6\\x2a\\x2e\\x97\\x52\\x3c\\x38\\xf8\\xba\\x3b\\xc4\\x11\\x0f\\x41\\x9a\\xd1\\xec\\x36\\xfb\\x77\\xb9\\x50\\xdd\\x42\\xdc\\xa0\\x51\\xa1\\xf9\\xbc\\x77\\x46\\x9d\\x57\\xa9\\x71\\x81\\x9b\\xf3\\x3a\\x76\\xbe\\x2f\\xfe\\x65\\xc0\\x14\\xcc\\xd2\\x6d\\x7b\\x22\\x2c\\x3e\\xa1\\xda\\xc6\\xbd\\xd6\\xc1\\xd1\\x49\\x33\\xfb\\x16\\x4b\\xf0\\x8e\\x0c\\x88\\x71\\x33\\xb7\\x52\\xa1\\xb7\\x0d\\x89\\x33\\x5c\\xf6\\x06\\x69\\x89\\x6e\\xa9\\xfe\\x0f\\xdd\\x28\\x47\\xc2\\x26\\xa6\\x3d\\x9f\\xa6\\x2d\\x72\\x32\\x95\\x6e\\x9d\\x53\\xdc\\xc1\\xe5\\xb2\\x8d\\xd0\\xbb\\xbb\\xdb\\xca\\xe9\\x3a\\xeb\\xf0\\xf9\\x1c\\x89\\xbf\\x52\\x03\\x9a\\x42\\x76\\x62\\x6d\\x51\\x40\\x55\\xf8\\x4d\\x38\\x33\\x7e\\xed\\xc7\\xa7\\x6f\\xe2\\x9a\\xbb\\xee\\xb3\\x59\\x13\\x32\\x2e\\xf4\\xa6\\xf8\\x47\\xb1\\x0b\\x9a\\xdd\\xe6\\x34\\xa0\\xc5\\xd3\\xfb\\xdb\\xb8\\xfa\\xeb\\xda\\xa2\\xe9\\x94\\xa7\\xb3\\xb0\\x8c\\x24\\xcf\\x19\\x90\\x70\\x4a\\x46\\xbe\\xb4\\x2e\\x8b\\xa0\\x3f\\x5b\\x47\\x4e\\x77\\x48\\x4e\\xc5\\x64\\x33\\xce\\x84\\xec\\xc1\\x63\\x2e\\x1a\\xbf\\x28\\x58\\xe3\\xd3\\x7d\\x1b\\xb0\\xb5\\xea\\x58\\x68\\xa7\\x75\\xaa\\xbe\\x45\\x00\\xa9\\x73\\x2c\\x9b\\xe8\\xa6\\xe6\\x71\\x99\\x66\\x3d\\xaf\\x2d\\xfd\\x35\\x83\\x4e\\xdd\\x23\\x52\\xc3\\xd0\\x9a\\x06\\xd9\\x2c\\x14\\x5c\\x6c\\x9f\\x60\\x11\\xf6\\x29\\xaf\\x5a\\x03\\x83\\xf4\\x81\\x06\\xcc\\x12\\x5c\\xa3\\x70\\x73\\xbd\\x8c\\x8a\\xc7\\x25\\x44\\x6f\\xf7\\x4b\\x0c\\x55\\xad\\x56\\x03\\xa0\\x73\\xde\\x5e\\xef\\xd9\\x39\\xdc\\x43\\xad\\x46\\x3f\\x3d\\xb9\\xb8\\x5a\\xf0\\xb3\\xd0\\x82\\xc6\\xbc\\x25\\x7b\\x0f\\xc4\\xe7\\x84\\x9b\\x98\\x34\\xcf\\x49\\x57\\x6e\\x4d\\xf7\\xa1\\x8f\\xe1\\xda\\x54\\xb1\\xba\\xa8\\xf1\\x6e\\xba\\xc1\\xf0\\xd0\\x11\\x5d\\x24\\x8c\\x2d\\x5d\\x92\\x65\\x6e\\x7b\\xae\\xd6\\x66\\x3e\\x91\\xde\\xda\\x4b\\xfb\\x9f\\x8a\\x78\\x20\\xc0\\xa8\\xe5\\xb8\\xb5\\xd6\\xd3\\x7a\\x66\\x76\\x54\\x32\\x2c\\x94\\x39\\x46\\x29\\xef\\xce\\xad\\x0a\\x75\\x97\\xf0\\x14\\xee\\xc0\\xaa\\x89\\x65\\xe2\\x83\\x62\\xa2\\x19\\x91\\x89\\xa0\\xbe\\x86\\xb7\\xba\\x86\\x92\\x15\\x0d\\x93\\x80\\x04\\xbd\\xf2\\x98\\xd5\\xa2\\x6e\\xb3\\xb2\\xa0\\x93\\xe0\\xfc\\x42\\xe9\\x84\\xfa\\x7b\\x81\\x5c\\x52\\x2f\\x45\\xa0\\xf6\\x78\\x5c\\x99\\x89\\xdb\\xaa\\xde\\x53\\x4d\\xf7\\xd4\\xd7\\x96\\x5c\\x8d\\x31\\x1c\\xd5\\xdc\\x8c\\x07\\x8a\\x64\\xc0\\x4d\\x62\\xbc\\xfe\\xf3\\xb8\\x0c\\x7c\\x1f\\xe4\\xc4\\x29\\xd3\\x44\\x6a\\xf7\\xf1\\xf1\\xd1\\x02\\xdb\\xd4\\xfb\\x9e\\xcd\\x0a\\x73\\xdf\\x0e\\x5f\\xa6\\xca\\x4b\\xba\\xbc\\xde\\xe8\\x3e\\xcc\\x47\\x72\\x60\\x55\\x32\\xe2\\x4f\\xd3\\x08\\xf6\\x9c\\x3b\\xdd\\xdd\\x2f\\x1c\\x17\\x2e\\xbd\\xd9\\x75\\x83\\x43\\x4e\\x5e\\x17\\x41\\x05\\xbd\\x5f\\xf5\\x0f\\xb7\\x62\\x7c\\x5c\\xd9\\xd4\\xde\\x98\\x82\\x32\\x12\\xdf\\x5c\\xad\\x41\\x53\\xce\\x19\\xcb\\xde\\xba\\xe8\\x36\\x91\\x80\\xd2\\x65\\x5e\\x22\\xa4\\xad\\xbf\\x4b\\x63\\x13\\xed\\x1c\\x1b\\xd8\\x84\\x3c\\x4d\\xdf\\xeb\\x39\\x9e\\x1a\\xa5\\xf0\\x3c\\x3d\\xbd\\x49\\x98\\x36\\xb3\\xec\\x96\\xd5\\xa2\\x5c\\xc9\\xaa\\x28\\x29\\xca\\x56\\xed\\xc7\\xfb\\xf0\\xb8\\xde\\xe7\\x41\\xd3\\x87\\x53\\x81\\x45\\xfa\\xa5\\xa7\\x3c\\xb3\\x3d\\x6f\\x6e\\x99\\xd8\\x97\\x52\\x56\\x6d\\x6c\\xd8\\x1f\\xff\\x31\\x2d\\xce\\xaf\\xe9\\xd6\\x2a\\xf7\\x0e\\x55\\x85\\x3d\\x4c\\x24\\x30\\x9d\\x63\\xde\\xce\\x65\\xd6\\xaa\\x8e\\xc6\\xc4\\xd1\\xba\\x92\\x2c\\x45\\x41\\x72\\xa1\\x1b\\x72\\xe6\\xa0\\x46\\xdb\\xf4\\x4f\\x4b\\x5a\\x46\\x5d\\xe1\\x6d\\xa7\\x3c\\xf4\\x62\\xa7\\xc4\\xd6\\x25\\x72\\xd7\\xf6\\x5c\\xbf\\xb4\\x4a\\x7b\\x0a\\xd8\\x10\\xfd\\xaf\\xcd\\xb7\\x9b\\xcd\\x7e\\x9a\\x89\\xec\\xb1\\xc7\\xb5\\x78\\xc9\\x7e\\xa0\\x76\\x0c\\xeb\\xbe\\x02\\xdc\\x7b\\xe8\\xfd\\xb5\\x30\\xde\\x17\\x63\\x28\\x35\\x82\\x17\\x0e\\xfc\\x71\\xd7\\xdc\\x42\\xda\\x09\\x5f\\x7a\\xd3\\x0b\\xf7\\xda\\x46\\x72\\xeb\\x55\\x39\\x49\\x02\\xb0\\xdc\\xc6\\xb0\\x21\\x15\\x2a\\x36\\x46\\x77\\xbc\\x98\\x37\\x19\\x1a\\x13\\x42\\x3f\\x2d\\x2f\\x7f\\xda\\x85\\x95\\xfd\\x63\\x54\\xc2\\x6a\\xbf\\x84\\xba\\x97\\x47\\x3b\\x35\\xb9\\xcd\\x7d\\x5a\\xdb\\x39\\x1f\\xf6\\xc0\\x5f\\xbc\\x86\\x16\\x68\\x51\\x0c\\xce\\xb6\\xf0\\x40\\x0c\\xce\\x3e\\x25\\xd9\\x03\\xc6\\x19\\x6a\\x2b\\x5c\\xf3\\xe6\\xb5\\xb9\\xa2\\x14\\xc6\\x75\\x0c\\xdf\\x86\\x5e\\x7b\\x6d\\x4c\\x17\\xad\\x78\\x61\\xc2\\x6a\\xf2\\x61\\xf7\\x44\\xf7\\xa1\\x0c\\xd3\\xe5\\x41\\x7d\\x5c\\x53\\x72\\x2e\\xdc\\x1a\\xbd\\x81\\x23\\xc8\\x3e\\xc3\\x3e\\x96\\xb4\\x0f\\xf1\\x10\\x1b\\xcf\\x5c\\x3c\\x75\\x72\\x11\\x76\\x0f\\x09\\x5a\\x66\\xa9\\x7d\\xa9\\x03\\xd6\\x46\\xa1\\x8c\\xbb\\xec\\x9b\\x96\\xe9\\xaa\\x14\\xa7\\x5a\\xc1\\xbc\\xc5\\xcc\\xd4\\xd8\\x35\\xae\\x14\\x03\\x9e\\xee\\x4b\\xc7\\x1e\\x88\\xd8\\x03\\x7e\\xe9\\xfc\\x3b\\xca\\xeb\\x92\\x8b\\x58\\x20\\xf2\\xad\\x3d\\xac\\x5a\\x66\\x70\\xfb\\xf4\\xa5\\x65\\xcf\\x18\\x22\\x87\\xfe\\xa4\\x7b\\x94\\xb8\\x03\\x58\\x28\\xab\\xa6\\x2b\\x76\\xca\\xd6\\x68\\xb8\\xfd\\x54\\xb4\\x8b\\x09\\x07\\x10\\x83\\x66\\xbe\\x05\\x23\\xad\\x43\\xbc\\xad\\xc7\\xcd\\x1f\\x57\\x3c\\xbf\\x64\\x86\\xd2\\x34\\xac\\xed\\xa8\\x95\\xb9\\xb5\\x79\\xed\\x1b\\x17\\x71\\x0c\\x5d\\xbc\\x2d\\xcc\\x14\\xf8\\x23\\x8b\\x4f\\x53\\x65\\x52\\x2a\\xb4\\x33\\xa3\\xd2\\xae\\x75\\x51\\x0f\\xaf\\xfa\\x76\\x1f\\xb5\\x48\\x9d\\xe8\\xdb\\xfb\\xaf\\x83\\x4e\\xb7\\x4a\\x5b\\x58\\xf9\\xdb\\x8b\\xad\\x18\\xc5\\x68\\x66\\x2e\\xd2\\x7e\\xba\\x65\\x6f\\x75\\x54\\x6b\\x4a\\x75\\xf1\\xd5\\x18\\x8c\\x2a\\x17\\x57\\xa3\\x4d\\x69\\xd4\\xa3\\x23\\x85\\xad\\x08\\x3f\\xdd\\x9c\\xc2\\x6c\\x21\\x5c\\x1d\\x8d\\xee\\x88\\x54\\x9d\\x45\\x3a\\xa4\\xf1\\x6d\\x15\\x19\\x33\\x56\\x72\\x5b\\x43\\x73\\x31\\x49\\x78\\xa2\\x42\\x6d\\x7f\\xfe\\xef\\x03\\x11\\x6a\\x67\\xc6\\xe6\\xe6\\xd2\\xff\\x5b\\x59\\xfc\\x3f\\x94\\xdd\\xa9\\xff\\xa7\\xec\\x4e\\xe9\\xff\\x0f\\xd9\\x1d\\xd3\\x58\\x78\\x3b\\x03\\x11\\xf7\\xff\\x25\\xd9\\x1d\\x9b\\x13\\x5b\\x8a\\x9a\\x76\\x1c\\xef\\x4e\\x85\\x72\\x6d\\x3d\\xb9\\xac\\x2e\\xfb\\x25\\x13\\xa3\\x3e\\x7b\\xab\\xdb\\xd0\\x0d\\xfb\\xdc\\x0b\\xa1\\x01\\x75\\x96\\x7a\\x05\\x65\\x6a\\xc4\\xb3\\x46\\xee\\x92\\x31\\x2d\\xb7\\x3c\\x6f\\x69\\xeb\\xad\\x99\\xdf\\x6c\\xdd\\x84\\x67\\xc6\\xa2\\xba\\x4d\\x5e\\x4f\\xc3\\x6c\\xc4\\xe5\\x10\\xdb\\x42\\x2f\\xa5\\x01\\x85\\x72\\xea\\x44\\xe7\\x94\\x29\\x83\\x3a\\x24\\x33\\x04\\x7f\\x9c\\x2f\\x44\\xb9\\x31\\xa2\\xa4\\x13\\xb9\\xef\\xc7\\x9d\\x31\\x76\\x3e\\x2e\\xfc\\xe1\\x83\\xd1\\xba\\xbd\\x03\\xb1\\xa5\\x8c\\xd1\\x44\\xc7\\xea\\xcd\\x23\\xcb\\xee\\x1a\\xf2\\x0e\\x15\\xf9\\x78\\x2f\\x90\\xae\\xb7\\x99\\x13\\x5a\\x63\\xf4\\x04\\xb1\\xa1\\x70\\x69\\xb4\\xa7\\x99\\xb8\\x1c\\xc8\\xb4\\x66\\x41\\xed\\xd0\\xfc\\x03\\x1f\\x1b\\x43\\x2e\\x6e\\xae\\x6a\\x49\\xe1\\x46\\x15\\x59\\x78\\xda\\x13\\x3e\\x7e\\xdb\\x80\\x6b\\xf6\\x59\\x6f\\x4c\\xb1\\xe1\\xa6\\xcd\\x7b\\x47\\x77\\xf6\\x18\\xa3\\x0d\\x66\\xe9\\x0f\\x17\\xa6\\x43\\x82\\x3e\\x5a\\x2e\\x0f\\x7e\\xc8\\x94\\x91\\xea\\x6f\\xce\\xd0\\xaa\\xe7\\xe5\\x48\\xa1\\xcd\\xee\\xcb\\x22\\x83\\x06\\xec\\x9f\\x5d\\xaf\\xa6\\xcb\\xfc\\xfe\\x8d\\xae\\xa9\\x6b\\x81\\x82\\xc3\\x09\\x48\\xdf\\x26\\xa4\\x86\\x2b\\x52\\x03\\x36\\x09\\x81\\xfc\\xe2\\xc9\\x31\\xf3\\x9c\\x81\\x5a\\x88\\xd7\\xd3\\x34\\x5d\\xcf\\x3c\\x81\\x76\\x9a\\xf4\\x72\\x98\\xa6\\x13\\x6c\\x6f\\x45\\xa8\\xce\\xa5\\x55\\x28\\x51\\x97\\x00\\xd5\\xec\\x07\\xe8\\x8e\\x8f\\x27\\x82\\x6e\\x8b\\xbe\\xae\\x8b\\x7b\\xd8\\x54\\xfe\\xb0\\x31\\x4d\\xed\\xf6\\x75\\xf1\\x24\\xed\\x14\\x26\\x63\\x3f\\xd2\\x95\\x64\\xfb\\xc7\\x46\\xa6\\x76\\xf7\\x86\\xe3\\x69\\xc9\\xfe\\xba\\x36\\x86\\x70\\x09\\xca\\x2b\\xe9\\x09\\xb9\\x80\\xb9\\x9d\\xaf\\x3d\\xcf\\xab\\x6c\\x4c\\x4b\\x88\\x8a\\xb0\\x10\\xb3\\x3f\\x55\\x3e\\x6b\\x14\\x5b\\xca\\x9f\\x17\\x7c\\x4b\\xc8\\x6f\\x78\\xd0\\x98\\x0c\\xb9\\xbd\\x10\\x22\\xe1\\x61\\x75\\xc9\\xf3\\xf7\\x3f\\xcd\\xd0\\x58\\xd8\\xed\\x0b\\x42\\x5a\\x31\\x8f\\x6b\\x41\\xcc\\xa5\\x29\\x63\\x10\\xa7\\xf4\\x41\\xa2\\x6a\\x83\\xc1\\xcb\\x72\\xeb\\x89\\x4b\\x1b\\xa1\\xd2\\xda\\xea\\x93\\x87\\x3a\\x91\\x6e\\x86\\xe9\\x6b\\xaa\\x90\\x25\\x98\\xc3\\xbd\\xbc\\x66\\x5b\\xe7\\xb5\\x60\\x0c\\x2a\\x77\\xeb\\x74\\xa9\\xd2\\x99\\x8a\\x92\\x99\\x8d\\xdd\\x3f\\x5b\\x76\\xea\\x31\\xd6\\x29\\x21\\x25\\xaa\\xfe\\xb0\\x3a\\x2e\\xf8\\x25\\x26\\x2c\\xe1\\x13\\x27\\x0c\\xe1\\x4a\\xd7\\x75\\xa5\\x4d\\xa8\\x06\\xa8\\x34\\xef\\x55\\x59\\x9f\\xe2\\xc9\\x6a\\xad\\x5d\\xe5\\x6c\\x1d\\xa6\\xcc\\x96\\xa9\\xdc\\x42\\xb5\\xc6\\x38\\xdb\\xa2\\x96\\xd5\\x73\\x9f\\xf7\\x51\\x92\\x64\\x5f\\x6e\\xd5\\x5f\\xef\\xe1\\x4a\\x20\\xdd\\x8d\\x75\\x87\\xfb\\xe3\\x74\\x65\\xca\\xbe\\x76\\xba\\xda\\x25\\x37\\x96\\x03\\xed\\x51\\xb2\\x30\\x65\\x46\\x24\\x4d\\xe6\\x50\\xb3\\x03\\x36\\x1f\\xf7\\x85\\xba\\x42\\xb8\\xe4\\xb4\\x2d\\xcd\\xcb\\x72\\x51\\x8a\\x8c\\xba\\x15\\x4d\\x43\\x26\\xdc\\x6c\\xee\\x4a\\xba\\x85\\x75\\xfb\\x9e\\x44\\x4d\\x64\\xcf\\x3f\\x4a\\xb0\\xa5\\x1e\\xb0\\x64\\x16\\x88\\xa7\\x37\\xb9\\xb9\\x43\\xe6\\x24\\x28\\x14\\x59\\xc7\\xb9\\x27\\x72\\x8e\\x7a\\xb6\\xa6\\xcf\\x02\\xb4\\xa0\\x6a\\x06\\x15\\x09\\xf3\\xc3\\xef\\x11\\x2a\\xb5\\xf1\\xc2\\x29\\x21\\xb8\\x29\\x9a\\x76\\xd4\\xda\\xd6\\xa1\\xb7\\xbb\\x9f\\x26\\x2a\\x28\\x58\\x5b\\xf6\\x74\\xff\\x12\\xea\\xa6\\x4b\\x5d\\x04\\x93\\xd9\\xfd\\x38\\x35\\x37\\x54\\xcf\\x0b\\x10\\xa8\\xe4\\xa2\\xcc\\xb0\\x45\\x3d\\x4e\\xa3\\xb5\\xa8\\x98\\x9a\\x60\\x6a\\x0e\\x97\\xcc\\x4f\\x79\\xed\\x2c\\x12\\x10\\x64\\x0f\\x58\\xd9\\x9e\\xac\\x0d\\x3e\\x3a\\xe6\\xa0\\xc9\\x72\\x28\\x11\\xca\\x6d\\x33\\xee\\x18\\x49\\x78\\xcb\\x96\\xc5\\xfa\\xde\\xa1\\xda\\x12\\x57\\xd1\\x11\\xbd\\x95\\xde\\xd3\\x66\\xdc\\x94\\x71\\x2b\\x17\\xcc\\x5c\\xc3\\xfc\\xcb\\xfb\\xba\\x16\\x77\\x5b\\xc0\\x28\\x6b\\x38\\x8a\\xdc\\x8a\\xf0\\x63\\x43\\x57\\xc2\\xaa\\xaa\\x15\\x67\\x44\\x0b\\xd8\\x52\\xab\\x4a\\x61\\x8b\\x5a\\x4f\\x78\\x9a\\xd8\\xcc\\x7d\\xa7\\x47\\x69\\xcf\\xde\\x57\\x45\\x32\\xec\\x2f\\x49\\x19\\x5c\\x33\\x97\\xd0\\x0c\\x15\\x79\\x9a\\x11\\x14\\x71\\x2e\\xb6\\x2f\\x4c\\x37\\x4c\\xba\\x89\\x72\\x1f\\xd5\\xd2\\x75\\xaa\\xc6\\xae\\xd8\\x38\\x29\\x9f\\xab\\x64\\xa1\\x1b\\x80\\xaf\\xb1\\xa5\\xc4\\x7c\\xcb\\x5a\\x49\\x08\\xdd\\xbb\\x55\\xaa\\xc1\\x42\\xf4\\xb6\\x93\\x43\\x2c\\x06\\xe9\\xc8\\x28\\xfb\\xa5\\x35\\xe0\\x6b\\x2b\\x88\\x0d\\xb1\\x5c\\x54\\xf2\\x7a\\x5a\\xf9\\xb0\\xec\\x28\\x7c\\x41\\xa8\\x67\\x1d\\x6d\\x2b\\xa9\\x89\\x39\\xd1\\x20\\x95\\xb1\\x8f\\x91\\x31\\x2d\\x75\\x34\\x29\\xe4\\xff\\x29\\x4c\\x0f\\xab\\x82\\xc3\\x8b\\x62\\xda\\xb3\\x65\\x58\\x7d\\x2b\\x67\\xe4\\xf8\\xdd\\x2d\\xa1\\x05\\xcd\\x2a\\x05\\xed\\x72\\x58\\xe9\\x3f\\xe6\\x41\\xbe\\x78\\x3e\\x47\\xaa\\xe5\\x71\\xc5\\xd0\\xb8\\x44\\x81\\xcd\\x2e\\x6b\\xb6\\xc5\\x3b\\xaa\\x49\\xd5\\xcc\\x1e\\x44\\x50\\x20\\x43\\x44\\xa9\\x5d\\x1f\\x54\\x74\\x15\\xfb\\xd4\\x4f\\x19\\xcc\\x88\\x5b\\xc7\\x89\\x41\\x69\\xcb\\xd5\\x55\\x9f\\x50\\xb5\\xdb\\xe7\\x03\\xa3\\x24\\x04\\x4d\\xa5\\x48\\xbc\\xbb\\x14\\x5d\\x85\\x6e\\x29\\x33\\xa1\\x08\\xe7\\xc3\\x24\\x0f\\xa1\\xd2\\x43\\xd3\\x8e\\xf0\\x95\\x5a\\x75\\x14\\x52\\x8e\\x21\\xad\\x47\\x4b\\x06\\xca\\x3d\\x6f\\xf3\\xce\\xc6\\x1f\\x35\\x48\\x03\\x1a\\x5c\\x6c\\x87\\x54\\x0f\\xb8\\x08\\x9d\\x36\\xb5\\x90\\xf7\\xae\\xf3\\xd8\\x56\\x74\\x15\\xd1\\xba\\x68\\x63\\x7e\\xcd\\x2e\\xf7\\xcc\\x4e\\xb5\\xeb\\x98\\x58\\xcf\\xd3\\x26\\xfe\\x35\\xd4\\x71\\xec\\xca\\x6b\\xc3\\x2e\\xb2\\x81\\xb9\\x2c\\x5d\\xaa\\x73\\xbf\\xd4\\xe6\\x9f\\x4d\\x3a\\xd9\\xfd\\x29\\x11\\x62\\x54\\x16\\x4a\\x56\\xfd\\x01\\x2e\\xad\\xb6\\x99\\x58\\xc2\\x8a\\x8f\\x38\\xd4\\xef\\x96\\x75\\x93\\x43\\x0f\\x1a\\x34\\xfb\\x2a\\xbf\\xd0\\x43\\x5b\\xdb\\xc2\\xa4\\xb3\\x78\\x70\\x9e\\xee\\x82\\x2c\\x1a\\x8b\\x99\\x16\\x23\\xe7\\xc9\\x24\\x83\\xa2\\xba\\xdd\\x1b\\x16\\xab\\xfd\\xb0\\xd7\\x61\\x51\\x1f\\x34\\x31\\x08\\xfb\\xaf\\x90\\x26\\x4d\\xce\\x45\\x6b\\x70\\xd4\\x25\\x83\\x7d\\xce\\x1f\\x7a\\x14\\x6e\\x4f\\x4e\\x0a\\x81\\x14\\xcf\\x34\\x0e\\x49\\x7e\\x11\\x88\\x6d\\x95\\x67\\x85\\x16\\xad\\x96\\xe7\\xb7\\xa5\\xfa\\x7b\\x0e\\xbd\\x55\\xd4\\x45\\xd9\\xd1\\x98\\xcb\\x06\\x38\\xdb\\x8d\\xba\\x32\\xac\\x7b\\xf7\\x3f\\xff\\x87\\xed\\xf6\\xde\\xf4\\x63\\xdf\\xbe\\x7f\\xc8\\x94\\x5c\\x68\\x5a\\x12\\xe5\\x76\\x99\\x9d\\xf7\\xe2\\xb5\\xbb\\xbc\\x0e\\xcd\\x4a\\x21\\xfb\\x86\\x7a\\xcf\\xef\\x09\\xec\\x5e\\xdf\\x4a\\x5a\\x94\\x7a\\xe2\\x71\\xc9\\xd0\\x3e\\xda\\x59\\x9e\\x99\\x85\\xf3\\xca\\x70\\x35\\xcc\\x55\\xaf\\x56\\x0f\\xdb\\x52\\x3f\\xd2\\xdb\\xed\\xfd\\x49\\x9b\\x6b\\xa5\\xbc\\x4e\\xfb\\x99\\x86\\x92\\x3d\\x74\\x28\\x7c\\x13\\x4e\\x47\\x15\\x97\\xc1\\x00\\xf7\\xe1\\x2a\\xcb\\x46\\xa8\\x16\\xc7\\xde\\x6f\\x2a\\xae\\x53\\x6c\\xd2\\x52\\xba\\xc7\\xed\\x69\\xea\\xa9\\xeb\\xd9\\xf2\\x63\\x4b\\xea\\x3e\\x88\\x40\\x75\\x13\\x87\\x07\\xd0\\x22\\x4d\\x87\\x61\\xf7\\x94\\xb4\\x4f\\x15\\xd5\\x28\\x43\\x06\\x45\\xce\\xf7\\xc6\\xbb\\xc4\\xe6\\x5f\\x80\\x66\\xfb\\x7a\\xf9\\xf8\\x15\\x46\\x6f\\xee\\xa3\\xda\\x57\\x77\\x0b\\x2b\\x16\\xe9\\x96\\xdf\\x85\\xee\\xf8\\x6a\\x4c\\x45\\x9a\\xb9\\xc3\\x45\\xfb\\x61\\x9d\\x0c\\x4f\\x3b\\x50\\xa5\\xaf\\x24\\xbf\\x85\\x4e\\xd4\\x26\\xe3\\x6b\\xb4\\xe6\\xb9\\xe5\\xc3\\xc9\\x4e\\x49\\x34\\x3e\\x77\\x1d\\x66\\xe8\\x69\\xc0\\xae\\x1a\\x42\\xf6\\x39\\xbc\\xac\\xe6\\x52\\x2f\\x3c\\xaf\\xe8\\xad\\x06\\xe6\\x36\\xff\\x27\\x0c\\xa3\\x14\\xda\\x1b\\xf3\\xcc\\xf7\\x8e\\x7b\\x91\\x80\\x15\\xd4\\xe1\\x89\\x7e\\xda\\xf0\\x92\\x07\\x1c\\x5d\\xe8\\xeb\\x75\\xc3\\x82\\xcb\\x42\\x34\\xee\\xf5\\xcb\\x79\\x20\\xbb\\xa1\\x35\\x3f\\x51\\xa6\\x3e\\xd5\\x98\\xb2\\xe1\\xf5\\x6d\\x6a\\xe1\\x3d\\xd2\\x17\\x79\\xa6\\x68\\x2b\\x3f\\x77\\xdb\\xab\\xfb\\xfe\\xc5\\x03\\x90\\x5c\\xe8\\x27\\xff\\x68\\x97\\xed\\x83\\x80\\x3b\\xd0\\xf6\\xb8\\x45\\xce\\xe8\\xc9\\x4c\\x0b\\x12\\xb5\\xb7\\xd2\\xcc\\xa1\\x3d\\x2a\\x65\\x98\\x1d\\xf4\\x34\\xec\\x10\\x2e\\x4d\\x7f\\x2e\\xa2\\xa6\\xe5\\x62\\x5c\\x2a\\x0d\\x93\\x4f\\x26\\x7b\\x48\\x50\\x28\\x48\\xc1\\x4f\\x79\\xb9\\x2d\\xc2\\xba\\xdd\\x60\\x8d\\xbd\\xbd\\x26\\xc6\\x2d\\xcb\\x7e\\x0f\\xec\\x35\\x24\\x6a\\x9f\\x54\\xd8\\xe3\\x4b\\xba\\x20\\x03\\x2c\\x20\\x1e\\xd9\\x9c\\xc2\\x14\\x52\\xa7\\xe9\\xc1\\x97\\x21\\xfb\\x64\\x02\\xec\\x29\\xc2\\xc7\\xfd\\x63\\x64\\xef\\xba\\x61\\xe6\\xec\\x43\\x4b\\x19\\xdf\\x1c\\x46\\xcb\\x09\\x93\\x92\\x1f\\x8f\\xe5\\xb8\\x6f\\x7d\\x52\\x96\\x09\\xdf\\xbc\\xc5\\x35\\xfa\\xb7\\x1d\\x5b\\xf7\\xec\\x59\\x86\\xd0\\xea\\xf0\\x69\\xa7\\x2d\\xb9\\xda\\x81\\x36\\x69\\x75\\xb8\\x81\\x0a\\x77\\xf6\\x36\\x24\\x41\\x45\\x54\\x3f\\xe0\\x3c\\x64\\xa4\\xfe\\xac\\xb6\\x4b\\xb6\\x40\\xe6\\x68\\xe9\\x38\\x3d\\x53\\x42\\xcc\\x74\\xc8\\xb0\\x2a\\x89\\x9c\\x05\\x2d\\xf7\\x19\\xa7\\x01\\xf5\\x18\\xca\\xbb\\xbf\\x8b\\x9b\\xee\\x9a\\x21\\x15\\x5c\\xbc\\x3b\\x9e\\x6e\\xb2\\xd2\\xd4\\xd1\\xa2\\x73\\xff\\x73\\x5e\\x55\\x4d\\xc3\\xda\\x7d\\xc7\\x65\\xcd\\x2b\\x7c\\x5e\\x53\\xb5\\x2f\\xe4\\xd3\\x76\\x7a\\x0f\\x84\\x4c\\x5e\\x6a\\xb2\\x56\\xe2\\x30\\xb6\\xed\\xad\\x36\\x17\\x45\\xc9\\x31\\x1b\\xc1\\xdd\\x8e\\xa2\\x7e\\xe5\\x96\\x5a\\x81\\x92\\xd8\\x10\\xfe\\x9e\\xd6\\x5b\\x18\\x32\\x29\\xdc\\x4d\\xb7\\xce\\xa7\\xa9\\x2e\\xd4\\xdd\\xed\\x10\\x5b\\xe4\\xea\\x93\\x91\\xda\\x8b\\xe3\\x5d\\xf7\\x55\\x8c\\x9d\\x97\\x7b\\x9b\\x5a\\x73\\x9d\\xb7\\xc6\\xe3\\x53\\x5d\\x25\\x31\\x79\\xb1\\x6e\\x35\\xdc\\x43\\x2e\\x56\\x44\\x4c\\xaa\\xdf\\xa5\\x2e\\x58\\x8d\\x46\\x89\\x64\\xb9\\x44\\xfd\\xe3\\x04\\xa3\\x88\\xda\\x44\\x03\\xdd\\x72\\xe1\\x69\\xed\\xff\\xa1\\x54\\x61\\xce\\xc8\\x5c\\xb2\\x29\\xb4\\x02\\x46\\x6e\\xcd\\x92\\xa3\\x54\\x9c\\xd2\\x41\\x55\\x49\\x0c\\xfe\\xf0\\xb4\\xc7\\xc3\\x40\\xa8\\x0b\\x8d\\xa2\\x95\\x54\\xd1\\x5f\\x95\\x4a\\x99\\x5b\\xf5\\x4d\\xf8\\xed\\x1d\\x32\\xb4\\x6b\\xb7\\x36\\x55\\x59\\xfa\\xbd\\xf7\\xd1\\xba\\x4f\\x3a\\x75\\x44\\x33\\x1f\\x6f\\x90\\x40\\xc8\\x7b\\xec\\xe8\\xc5\\x1e\\x97\\xc6\\x1d\\xe6\\x1a\\xb5\\x44\\x16\\x4d\\xea\\xae\\xad\\xc1\\x6c\\xe4\\x87\\x63\\xae\\xc2\\x53\\x6c\\xbc\\xf3\\xa8\\xcd\\xfe\\xbb\\x5a\\x38\\x50\\xb4\\xef\\xa3\\x65\\x3a\\x4f\\x72\\xe0\\x6f\\xcb\\x55\\x45\\x0a\\x7c\\x0c\\x74\\xcc\\x68\\x7d\\x0f\\xc0\\x05\\x49\\x8a\\x8b\\x91\\x4f\\xfd\\x74\\x9d\\xb3\\xa8\\x64\\x04\\xed\\x55\\x4e\\x7f\\x36\\x64\\x71\\x4e\\xa1\\xe5\\xe2\\x1b\\xdd\\x2e\\xc1\\xb3\\x0d\\xad\\xfa\\x9f\\x27\\xa5\\x34\\xf7\\x74\\xa8\\x1e\\x17\\x81\\x5c\\x3e\\xa8\\x16\\x5e\\x69\\x26\\xfa\\x13\\x5c\\xe3\\x36\\x75\\x1d\\x12\\x3d\\x33\\xd6\\xe3\\x2a\\xf2\\xf6\\x6a\\x6f\\x8f\\x05\\x08\\xb9\\x90\\x52\\xf3\\xe9\\x55\\x7f\\xdf\\xef\\x63\\x3a\\xfb\\xcb\\x0f\\xac\\x68\\x63\\x42\\xb8\\x55\\xd3\\x5b\\xa8\\xc4\\x81\\x6e\\x71\\x57\\x22\\x94\\x85\\x34\\x9f\\xfe\\x34\\x35\\x6c\\x1f\\x14\\xbd\\x04\\xb2\\x69\\x54\\x4e\\xe7\\x7a\\xbe\\xd7\\xbb\\x62\\x10\\xe5\\xb1\\xe1\\xba\\xba\\xa3\\x1c\\x3f\\x4f\\xa3\\xbf\\x84\\x9a\\xef\\x93\\xaa\\x93\\x3d\\xf3\\x30\\x5b\\x2e\\xc4\\xa8\\x34\\x65\\xb3\\xe8\\xe3\\xbc\\x62\\xd2\\x24\\xa9\\x25\\xb3\\xb8\\x02\\x21\\x6d\\x64\\x47\\x0e\\xdd\\xe8\\x3f\\x2f\\x8d\\x07\\x68\\x7f\\xa8\\x22\\x86\\xa8\\x52\\x56\\x42\\x99\\xa6\\x7e\\xe9\\x3c\\x2b\\x58\\x3d\\xdf\\x56\\x0e\\xe9\\x9e\\x0d\\xd1\\x31\\xdd\\xf6\\xbd\\x41\\xa7\\x67\\xbe\\xd2\\xc5\\x64\\x98\\x99\\x17\\x3d\\xc9\\xc3\\xcc\\x5b\\xab\\x3d\\xdd\\x9e\\xd1\\x14\\x43\\xdd\\x72\\x58\\x8b\\x74\\x30\\x2b\\x4b\\xf5\\x12\\x8a\\xb5\\xc5\\xa2\\xe9\\x0f\\x27\\xc3\\x57\\x45\\x50\\x99\\xe9\\x28\\xd4\\x24\\x46\\xb9\\x04\\xc3\\xab\\x52\\xd1\\xe7\\x55\\x6d\\xe1\\xb7\\x7b\\x6a\\xfa\\x25\\x32\\x52\\xea\\x39\\xb6\\x37\\x32\\x7e\\x75\\x88\\x75\\xcb\\xaf\\xc8\\x40\\xa4\\x6a\\xd7\\xe3\\xab\\xed\\x6c\\x86\\x84\\x93\\x8b\\xc1\\x95\\x41\\xcc\\xd4\\x64\\x53\\xb1\\x1a\\x08\\xba\\xef\\x2c\\x66\\xf1\\xfe\\x58\\x21\\x2b\\xee\\x46\\xea\\xa5\\x53\\x25\\x2d\\x95\\x1c\\x1d\\x5b\\x86\\xfa\\x42\\x14\\xde\\xbd\\x08\\x07\\x6e\\xaf\\x1a\\xd2\\x5c\\x95\\x94\\xb8\\x9c\\xfe\\xd7\\xf0\\xd2\\x2b\\xc6\\x15\\x2e\\x14\\x6c\\x7a\\x1c\\x93\\xf4\\x79\\x2d\\xa8\\x5a\\xa8\\x4e\\x30\\x9f\\x1d\\xe6\\x97\\x00\\xf1\\x56\\x5b\\x9a\\x12\\x47\\x75\\x9f\\x4f\\x7f\\xe0\\x34\\x16\\xcf\\x2a\\xa0\\xd1\\x8c\\xe5\\x44\\x25\\x35\\x55\\xb4\\xd3\\x00\\x32\\x26\\xdc\\x91\\x1e\\xaa\\x77\\xf7\\x74\\x63\\x16\\x88\\x11\\x01\\xf8\\xf4\\x0f\\xff\\xb6\\xbf\\x54\\x7b\\x54\\xf7\\x72\\xd7\\x7e\\x80\\xa7\\x69\\xeb\\xd9\\x67\\x6f\\xa5\\xe1\\xd2\\x19\\xd2\\xaa\\x28\\x2e\\xff\\x57\\xe6\\x66\\x64\\x27\\x64\\x8b\\xa0\\xab\\x84\\x45\\x42\\x2d\\x3e\\x1b\\xf3\\x25\\x9b\\x1c\\xc8\\xc5\\x81\\x68\\x41\\x80\\xcc\\xc3\\xb9\\x4f\\x21\\x66\\x6e\\x7b\\xce\\x20\\x3b\\x0a\\x2d\\x65\\x8a\\x37\\x5a\\xd3\\x06\\xbc\\xdd\\xf7\\x06\\xed\\x13\\x7b\\xba\\x0e\\x9e\\xf3\\x9a\\xa6\\x61\\x62\\xf7\\x51\\xc2\\x1f\\x35\\x0f\\xaa\\x53\\xa9\\xc7\\x22\\x17\\x2f\\x97\\xde\\x8a\\xff\\xa3\\x55\\xe2\\xb0\\x94\\xcb\\x30\\xb3\\x7a\\x7a\\x4f\\xf7\\x51\\xae\\xc4\\x27\\xe0\\x47\\xc5\\x65\\x6b\\x65\\xbb\\xbd\\xdb\\x10\\x3e\\x53\\x81\\x8a\\x19\\x33\\xaf\\xb7\\xa3\\x70\\x39\\xbd\\x41\\xf7\\x56\\x7d\\xd7\\xc1\\x4f\\x1e\\x12\\x3f\\x6e\\x3e\\xd3\\x7e\\xd2\\x26\\x37\\x6f\\xf6\\x51\\x0c\\xa5\\x62\\xf4\\x64\\x76\\xa8\\x14\\xc0\\x15\\x78\\x9d\\xd0\\x0f\\x2c\\x0f\\x59\\x30\\x6f\\x13\\x79\\xb6\\x4e\\xef\\x20\\x49\\x60\\x4b\\x93\\x9a\\xbe\\xad\\x4b\\x8c\\x0a\\xca\\x92\\xa6\\xd7\\x42\\x32\\xfb\\x49\\x37\\x98\\xae\\xfd\\xd1\\x35\\xd6\\xed\\x78\\x78\\x91\\x9b\\x2a\\x88\\xa8\\x6c\\xb4\\x46\\x1f\\x55\\x93\\x2e\\xa1\\x67\\x82\\x86\\xd1\\x63\\xcd\\x71\\xb4\\xc7\\xf7\\x0b\\xf7\\x27\\xe9\\x36\\xaf\\x3c\\x48\\xb8\\x2a\\xe1\\x14\\x42\\x5b\\x04\\x63\\x54\\x52\\xa9\\x81\\x73\\x3f\\xe0\\xb6\\x5e\\x24\\xeb\\x88\\x06\\xa6\\x36\\xdb\\xbd\\x61\\xab\\xa7\\xfb\\xe2\\x03\\xda\\x7e\\x3c\\xbe\\x9c\\xbb\\xb0\\xa4\\xe3\\x1a\\xef\\x6d\\xad\\x99\\x25\\xee\\x57\\x05\\x08\\x8b\\xab\\x88\\x53\\x93\\x42\\x4e\\x7f\\x78\\xb4\\x57\\x49\\x67\\xce\\xde\\xae\\x28\\xcc\\xe5\\x81\\x2f\\xa3\\xf0\\xbe\\x18\\x28\\xea\\xea\\x96\\x72\\xbb\\x9d\\xb6\\x20\\xda\\x2b\\x0b\\xa4\\xb4\\x64\\xbf\\xbb\\x02\\x13\\x5a\\x29\\x61\\xe2\\xf5\\xb8\\x26\\x93\\x6d\\xc1\\xb6\\x31\\xc4\\xab\\xec\\xd0\\x4c\\x2d\\x24\\xd3\\x4e\\x41\\x85\\xda\\x2e\\x0b\\x4f\\x3c\\xa3\\x62\\x3e\\xce\\x48\\xb4\\xee\\x9b\\xf2\\x7d\\xa8\\x0a\\xfa\\xda\\xb2\\x25\\x00\\x37\\x37\\x3a\\x6b\\x24\\xc2\\x43\\xef\\xdb\\xd6\\xef\\x47\\x01\\xc0\\x0d\\x71\\x7b\\x17\\x37\\x35\\x42\\x03\\xd6\\xc5\\xb5\\x25\\x4f\\x93\\x59\\x89\\x31\\x55\\xdc\\xa3\\xaa\\xda\\xce\\xcb\\xb4\\xc4\\x4c\\xbf\\x05\\x43\\x25\\xb8\\xed\\x44\\x0f\\x51\\xff\\x54\\xcf\\x54\\x57\\x31\\xd6\\xb9\\x14\\x51\\x28\\xb7\\xa0\\x65\\xec\\xa6\\x9b\\x1e\\xc8\\x25\\xd7\\x9a\\xa1\\x96\\xb7\\xb7\\xfd\\x11\\x85\\xcb\\xae\\x51\\x2a\\x7e\\x9a\\x47\\xf8\\x12\\xea\\x32\\xed\\x75\\x96\\xda\\xe2\\xf2\\x69\\x95\\x73\\xba\\x20\\xa7\\x96\\x5d\\x0c\\x6e\\xda\\xf0\\x35\\xa8\\x67\\xe7\\xd2\\xe3\\x27\\x7c\\x23\\xdc\\x34\\x69\\x99\\xd6\\x91\\x9f\\xbe\\x33\\x95\\xdd\\x4d\\xf9\\x90\\xea\\x94\\x2b\\x0e\\xcb\\x26\\xcf\\x54\\xbb\\x2d\\xb1\\xda\\xae\\x11\\xdc\\x83\\x82\\x59\\xf4\\x9b\\x47\\x32\\x91\\xf4\\xd9\\xbb\\xd4\\xcc\\x9e\\x5e\\xde\\x96\\xab\\x25\\x36\\x42\\xb1\\x47\\x6d\\x85\\x15\\x9b\\x26\\x1a\\xde\\x34\\x7b\\xd8\\x9a\\x45\\x42\\x4b\\xfd\\xc3\\xa3\\xc9\\x74\\x2a\\xa6\\x16\\xac\\x86\\x9a\\xc8\\xf7\\xad\\xc9\\x0c\\xc0\\xdc\\x59\\x20\\xb7\\xc4\\x6d\\x15\\xfc\\x81\\x46\\x93\\xdf\\xd6\\xf8\\x47\\xfe\\x4f\\xa0\\x9a\\xe3\\x60\\x47\\x49\\x9e\\x16\\xcd\\x24\\x0c\\xcf\\xfd\\x1d\\x4e\\x89\\x29\\x55\\x11\\x37\\x53\\xca\\xc9\\xa8\\x06\\x65\\x0f\\x54\\xdb\\x83\\xb3\\xdf\\x4f\\xc6\\x44\\x3b\\xcb\\x53\\x3b\\xaf\\x4d\\x08\\x39\\x33\\x9b\\xcd\\xb3\\x42\\xb4\\xe2\\x34\\x0d\\xc3\\xe5\\xb6\\x9d\\x17\\x02\\x4d\\x6b\\xbe\\xc9\\x99\\x77\\xbb\\x55\\xf6\\xc7\\xbb\\x01\\x33\\xef\\xb5\\xa9\\x07\\xad\\x9a\\xf2\\x30\\xb1\\xd2\\x5b\\xd5\\xa5\\x86\\x1c\\x70\\x3a\\x8a\\x3a\\xce\\x8b\\x4b\\x13\\x7e\\xad\\xf7\\xc4\\x75\\x71\\x3f\\xfd\\x01\\xc8\\xdb\\x74\\x6a\\xc3\\x45\\x4b\\xb3\\xeb\\x52\\xed\\x66\\x71\\x97\\x58\\x63\\x5f\\x1d\\x1c\\xed\\x4d\\x67\\x73\\x95\\xfd\\xd7\\x79\\x9b\\x52\\x40\\xfb\\xce\\x4c\\x74\\xf0\\xb0\\x67\\x84\\xcf\\xc5\\x16\\xe1\\xa8\\xc6\\xfd\\x78\\xe8\\x78\\xb9\\x53\\xed\\xad\\xf6\\x37\\xf2\\x00\\x8d\\xe5\\x20\\xbd\\x3f\\x6d\\xfc\\x4d\\x65\\x6c\\x2e\\x3b\\x2f\\xdf\\x62\\xef\\xdb\\x8e\\x45\\xe8\\x79\\x1f\\xa9\\x73\\x5f\\x64\\x76\\xe3\\x47\\x04\\x9b\\x2c\\x1b\\x92\\xde\\xf6\\x66\\xda\\x88\\xea\\x48\\xcb\\x11\\x7d\\xba\\x5f\\x64\\x1d\\x47\\x2d\\x16\\x18\\x92\\x41\\x52\\xa2\\x42\\x8b\\x8a\\xc5\\xec\\x99\\x5b\\xe4\\xcd\\x09\\x83\\xb5\\xd5\\x9f\\xf5\\xdb\\xfd\\xe2\\x3d\\x24\\xef\\x95\\x86\\x78\\xe6\\xa9\\x1e\\x5a\\xd5\\x12\\x88\\xec\\x19\\x13\\xbf\\xe9\\xd6\\x3c\\x5f\\x94\\x20\\xac\\xa9\\xce\\x05\\xea\\xd7\\x76\\x29\\x0e\\xbe\\x20\\x43\\xdf\\x95\\xb0\\x02\\x9e\\x77\\x59\\xd1\\x39\\xaf\\x6c\\x4d\\x9b\\x4b\\x94\\xa9\\x95\\x32\\x75\\xe7\\xe5\\x51\\xdd\\x2c\\xf1\\x74\\xdc\\x36\\x7e\\x7c\\xb8\\x79\\xd1\\x5e\\x2c\\x24\\x9c\\xc0\\xde\\xa1\\xde\\xe9\\xa7\\x07\\x06\\xab\\x4b\\x5b\\xa4\\x41\\x87\\xf0\\xbb\\x67\\xa4\\xd2\\x3a\\xcd\\x7a\\xb3\\x4c\\xe6\\xbb\\xcb\\xea\\x21\\x4a\\x83\\x7d\\x03\\xea\\x69\\x67\\x11\\x4d\\x3b\\xaf\\x1e\\x0f\\x89\\xb1\\x3e\\x34\\x32\\x73\\x91\\xab\\x8a\\x37\\x9f\\x98\\xda\\x67\\x62\\x8d\\x94\\x8c\\xfa\\xcf\\x4b\\xd3\\x55\\x89\\xcb\\xe5\\x6d\\x81\\xe5\\x9e\\x88\\xc3\\x5d\\xb6\\x96\\x0d\\xc5\\xf4\\xd2\\x75\\x9f\\xbb\\xd0\\x6c\\xc6\\x1b\\xee\\x32\\xde\\xbe\\x4f\\xe6\\x2d\\x32\\x2b\\x5d\\x61\\xbd\\x57\\xda\\x1f\\xef\\xc6\\xd3\\x2b\\xd4\\x46\\xcb\\x7b\\xf6\\x8f\\x5d\\x3e\\x21\\x25\\x74\\xd1\\x2c\\x32\\x42\\xce\\xcb\\x7c\\xe1\\xea\\x9f\\xbd\\xab\\x1e\\xa7\\x5b\\x12\\x73\\xb4\\x56\\xc5\\xe2\\x3c\\xc5\\x8c\\x69\\x96\\x71\\xd1\\x86\\xc4\\xf1\\xdb\\xdc\\x1a\\x6b\\xe9\\x14\\x8b\\xde\\x0b\\x6c\\xff\\x48\\x78\\xbb\\xf7\\x78\\x97\\xcb\\xc4\\x68\\x3e\\xbd\\x85\\x4b\\x53\\x66\\xc0\\xb6\\x64\\xa0\\xca\\x07\\xb2\\xfd\\x9b\\x13\\xaf\\xfb\\x12\\xf2\\xe2\\x2f\\x7b\\x2f\\x1a\\xf9\\x1c\\x88\\x57\\x67\\x56\\xa5\\x53\\xcf\\x4e\\x07\\xb4\\xab\\x41\\x96\\x4e\\x55\\x5c\\xab\\xf1\\x5e\\x63\\x9e\\xb7\\xbb\\xf1\\xe6\\x1a\\x9e\\x6d\\x7b\\xe0\\xf4\\x77\\x05\\xab\\x36\\xe7\\x9b\\x7b\\x41\\xda\\x1f\\xd7\\xc1\\xb0\\x5a\\xf4\\xc5\\xa1\\x88\\xdb\\xd9\\x13\\x52\\xe9\\x1a\\x5b\\xd3\\x54\\xb4\\xa8\\x1d\\x2a\\x44\\x97\\x72\\xed\\xb4\\x66\\xc6\\x44\\x3f\\x38\\x36\\xfb\\x8f\\x8b\\x81\\x44\\xd5\\x41\\xb6\\x58\\x5e\\xf6\\x09\\xe2\\x2e\\x72\\x5b\\x78\\x97\\x8e\\x6f\\x92\\x83\\xf2\\xf9\\x71\\x4a\\x9c\\xaf\\x0a\\x74\\x62\\x13\\xf0\\x2c\\x56\\xc2\\xc3\\xfd\\xf8\\xcb\\x09\\xbf\\x05\\x5c\\x13\\xf0\\x30\\x21\\x15\\x5e\\x7b\\xef\\x31\\x6d\\x12\\x3b\\x00\\x21\\x9d\\x0a\\x8a\\xe4\\x26\\xc0\\x7f\\x4e\\x27\\xa2\\x38\\x43\\xdf\\x5c\\xb3\\x89\\xcb\\xe7\\x4a\\xc1\\x23\\x81\\xb2\\xfb\\xa3\\x70\\xf5\\x1c\\x4f\\x3a\\xb7\\x8a\\xbf\\x85\\x88\\xaf\\xa5\\x37\\xab\\x50\\x54\\xcd\\xd3\\x0a\\x07\\xa9\\x5c\\xc2\\xbb\\x7c\\x86\\x36\\xc7\\x05\\xa8\\x84\\x13\\x89\\x2c\\x4f\\x16\\x80\\x1a\\xca\\x21\\x1a\\x3e\\x89\\x9c\\xde\\x1d\\x3e\\x72\\x5e\\x31\\xe2\\xdd\\xcd\\x99\\x78\\x4e\\x53\\x2e\\xff\\xbc\\xaa\\x3c\\x2d\\xef\\xfb\\x13\\x8b\\x70\\xc9\\xb6\\x6c\\xda\\xac\\x7f\\x98\\x57\\xf8\\x12\\x77\\x53\\x2f\\x87\\x50\\xef\\xe6\\x69\\x1d\\x0c\\x9a\\x19\\x4e\\xa5\\x6d\\x65\\x79\\xec\\xb2\\xdd\\x65\\x17\\xdd\\xf8\\x4b\\x71\\x51\\x27\\x6a\\x9c\\xcb\\x50\\x1f\\x23\\x9b\\x96\\x11\\x23\\xf5\\x4a\\x91\\x7b\\xb2\\xc1\\x5e\\x8a\\x15\\xf9\\x7c\\xb0\\xcb\\xbc\\xa8\\x26\\x7b\\xee\\x9e\\x14\\xd9\\x22\\x60\\xa1\\xa2\\x6a\\x2c\\xfa\\xf9\\xe5\\x91\\x50\\x9f\\xcb\\xf6\\x6d\\xa5\\x4c\\x3d\\x2e\\x35\\x8b\\xf3\\x32\\x4d\\xcd\\xc9\\x6f\\xaf\\x77\\x57\\xc9\\x70\\x3d\\xe3\\xc8\\x51\\xba\\x05\\x40\\x60\\x2d\\xf1\\x61\\x67\\xb5\\x41\\x25\\x8d\\x26\\xf2\\xfb\\xd9\\x5a\\x33\\xcf\\x05\\x4f\\xb4\\x17\\xbc\\x79\\x89\\xd9\\x66\\x85\\xbb\\x1c\\x57\\x6b\\xf9\\xb3\\xa4\\xc8\\xbe\\x73\\xb7\\x58\\xd8\\x42\\x7c\\xa9\\x7c\\x7a\\x3c\\x41\\xe9\\xfe\\x5e\\x1c\\xcf\\xe9\\xcd\\x74\\xb8\\x17\\xa9\\x32\\x58\\x5c\\x1a\\xb0\\x63\\x02\\x89\\x70\\xfd\\x63\\xef\\xb5\\xe9\\x91\\x12\\x79\\x61\\x55\\xb4\\x5a\\x3d\\x5b\\x30\\x1a\\x59\\xca\\x5c\\x01\\x6c\\xe9\\xd6\\xdb\\xdd\\x80\\x71\\x1a\\xcc\\x9b\\x46\\xe9\\xe4\\x2f\\x96\\x97\\xce\\x8a\\xd9\\x92\\xc3\\xb4\\xf4\\x69\\x9c\\x06\\xba\\xb5\\xa1\\x50\\x89\\x8e\\xe3\\x5a\\x65\\x26\\xb1\\x5f\\x4d\\xbb\\x9a\\xd2\\x49\\x3a\\x26\\x5b\\x4a\\x7c\\xac\\xb5\\xba\\x5b\\x88\\xc4\\x55\\x31\\x6f\\x22\\x92\\xcb\\xff\\x5b\\x46\\x53\\xb4\\x7f\\xc9\\x7f\\x82\\xba\\x6f\\x1e\\x49\\xb2\\x0e\\x44\\xb1\\xbf\\xed\\xed\\x93\\x40\\x15\\x8c\\xf0\\xe9\\x94\\x09\\xc7\\xe3\\x2e\\x1a\\xb1\\xc5\\x7c\\xb8\\x5b\\x23\\xce\\x25\\xb2\\x87\\xc5\\xf3\\xb9\\x89\\x39\\x2f\\x19\\xb2\\x3d\\x0d\\xb4\\xbf\\xff\\x98\\x62\\x95\\x59\\x70\\x03\\xb2\\x5b\\xa2\\xb7\\x4c\\x3a\\xc5\\xa9\\xfd\\xd6\\xc0\\xe5\\xec\\xe1\\xde\\xe6\\xe8\\xe5\\x94\\x27\\x6d\\xa1\\xc3\\xfc\\x9f\\xe7\\xa1\\x29\\xd1\\x63\\x56\\x7b\\x67\\x9f\\x16\\x68\\xc6\\x45\\x48\\x4b\\x99\\x2e\\xcd\\x33\\x99\\xe3\\x10\\xd6\\x7e\\x2e\\x85\\xd1\\x44\\x5e\\x7a\\x7f\\x36\\xa9\\xd6\\x9f\\x0a\\xcd\\x55\\x5b\\x7a\\xd5\\x59\\xe8\\x0a\\x11\\x9a\\x36\\x29\\xed\\x40\\x22\\xf5\\xd2\\xf1\\x36\\xbf\\x4d\\x23\\xf1\\x81\\x77\\xc6\\xa4\\x4a\\x79\\xbf\\xbd\\x02\\x5d\\xc6\\xb4\\x31\\xad\\xa2\\x8e\\x78\\x7a\\x3d\\x2d\\x6b\\x11\\x55\\x5d\\xd7\\xf2\\x28\\x6a\\x0c\\x39\\x53\\xe7\\xd5\\x50\\x8c\\xe9\\x6c\\x58\\x89\\xfe\\x63\\x3e\\xa3\\x1c\\x92\\x8f\\xba\\x1e\\x15\\x8b\\x8a\\x1c\\xe5\\x86\\x92\\x15\\x6c\\x9f\\xaf\\x9a\\xb7\\xda\\x7d\\x73\\x91\\xec\\xa4\\xcf\\xa0\\x37\\x12\\xf2\\x83\\x4b\\xea\\x6b\\xd4\\x4b\\x45\\xdc\\xf9\\xcf\\xe7\\xe1\\x99\\x0d\\x19\\x78\\xe5\\xe1\\x6a\\x76\\xf9\\x89\\x74\\x2b\\xf5\\xa7\\x72\\x73\\xf3\\xf0\\x0c\\xb9\\x4b\\x54\\xff\\xe5\\x5f\\x55\\xdb\\x22\\x6a\\xfe\\x5b\\x70\\x7c\\x5b\\x38\\xc1\\x1d\\x9d\\x3c\\x2f\\x59\\x21\\xde\\x75\\x53\\x39\\x66\\xbe\\xb2\\x6a\\xd3\\xdc\\x7f\\x18\\x4a\\xb2\\x2f\\x60\\x11\\x16\\x30\\x87\\xa2\\x2b\\x1e\\x57\\x8e\\xe1\\x42\\x38\\x5a\\x43\\x9c\\x9c\\xf0\\x4a\\x04\\xf5\\xce\\x35\\x1a\\x5b\\xf5\\x90\\xaf\\xe7\\x86\\xb2\\xfe\\x48\\x39\\xaf\\x56\\x81\\x85\\x5f\\xdb\\x5c\\x8a\\x18\\xa3\\x14\\xeb\\x48\\x7a\\xd4\\x84\\x9d\\xd7\\x22\\x8a\\x4e\\xb9\\xcd\\xd5\\x83\\x4f\\xa6\\xb6\\xb6\\x7a\\x96\\xfc\\x43\\x12\\xd8\\xdf\\xaa\\xd4\\xf8\\x9e\\xc6\\xd3\\x43\\x0a\\xc0\\x4e\\xf5\\x62\\x89\\xb0\\x6f\\x6d\\xc7\\x2d\\xd9\\x2e\\x29\\xc8\\x2d\\xc0\\xb7\\x52\\xb9\\x44\\x99\\x36\\xdc\\xcd\\xa7\\xa7\\x48\\xba\\xab\\x27\\xb5\\x8a\\x62\\xe3\\x7f\\x89\\xe4\\xd1\\x99\\x89\\x36\\xdd\\x9f\\xcd\\xfc\\x2d\\x71\\x77\\x7f\\x4f\\xd1\\x08\\x4c\\x9b\\xec\\x95\\x7e\\xd7\\x7d\\x82\\xee\\x72\\xcb\\xf2\\x8a\\x78\\x5c\\xa5\\x39\\x2e\\x13\\x2b\\x98\\x7b\\x14\\x8e\\xfb\\xbe\\x04\\x63\\x2d\\xec\\x6e\\x29\\x46\\xd9\\x15\\x85\\x82\\x5a\\x02\\x9f\\xa2\\xaa\\xe1\\x36\\x85\\xab\\x13\\x99\\x36\\x22\\x83\\x39\\xaf\\xf6\\x2d\\x7c\\xa8\\x25\\x69\\xe9\\xd0\\x34\\xb9\\x3d\\xd0\\x12\\x9d\\x59\\x68\\x54\\x65\\x65\\xf1\\x8b\\x4f\\x7a\\x82\\xe2\\xaf\\xf4\\x90\\xc0\\xd3\\x12\\xa2\\x97\\x1a\\xb7\\x89\\x59\\x07\\xdd\\x35\\x9b\\x34\\x57\\x3a\\xe6\\xc5\\xde\\xe8\\x45\\xaf\\xec\\x8a\\x64\\x40\\xe5\\x53\\xe3\\xce\\xdb\\x4d\\xa7\\xe7\\xe8\\xb5\\xc2\\x04\\xff\\x66\\x43\\x43\\x2e\\x4a\\xb1\\xa4\\xa7\\x8f\\xe8\\xdd\\x84\\x6c\\x76\\x09\\x75\\xb5\\xa6\\x65\\xeb\\xbb\\x03\\x5b\\x99\\x9d\\x5c\\x06\\xf6\\x14\\x3c\\xcd\\x3d\\x62\\x06\\x6d\\x95\\x60\\x18\\xc8\\x1a\\xd6\\xa2\\x94\\xee\\xa1\\x9f\\xa6\\x91\\x57\\x65\\x32\\x13\\x9f\\xfd\\xc6\\x72\\xeb\\x2c\\xd4\\x1c\\xca\\xa8\\x40\\x69\\xf0\\x9a\\x6e\\x30\\xb2\\x41\\x6b\\xb6\\x58\\xb9\\xd9\\x34\\x99\\x2f\\xcd\\x1c\\x45\\x99\\x87\\x74\\xa8\\xbf\\x1b\\xb0\\xad\\x1b\\x6d\\x14\\x91\\xb3\\x15\\xd7\\xd3\\x22\\x1c\\x60\\x1f\\xcd\\x55\\xc8\\xac\\xd1\\x05\\x28\\xb1\\x10\\xbd\\x14\\xa3\\x56\\x44\\xb4\\x15\\x70\\xcc\\x5f\\x99\\xd9\\x99\\xd4\\x14\\x39\\x96\\x22\\x6a\\x59\\x73\\x74\\x72\\xb3\\x16\\xe8\\x9a\\x27\\x81\\xc1\\xed\\x29\\x9f\\x8d\\xb5\\xfd\\xb3\\x16\\xfe\\x0b\\x4f\\x9a\\x2b\\xc2\\xa6\\x7b\\x69\\xf4\\xf1\\x4d\\x13\\x12\\xb1\\x52\\x32\\x86\\x32\\x2c\\x29\\x0b\\x06\\xf6\\x29\\x75\\xa6\\x6c\\x59\\xbc\\xe9\\x18\\x8d\\xb4\\x3f\\x7b\\x26\\x0a\\xf8\\xf8\\x55\\xf8\\x5a\\x01\\x55\\x0c\\x2b\\x16\\x52\\x9d\\xcd\\xba\\x5a\\x46\\xc5\\x17\\x93\\xdf\\x96\\xdd\\x6d\\x09\\xd3\\x5f\\xfe\\xef\\x5b\\xea\\x89\\x42\\xb6\\xb2\\x05\\x77\\xf8\\xff\\x6d\\xeb\\xf3\\x7f\\xa8\\x5b\\xd6\\xff\\x6f\\xdd\\xb2\\xfe\\x9f\\xeb\\x96\\xe5\\x26\\x9a\\x8d\\xc8\\xd3\\x24\\x4a\\xfd\\xaf\\xe8\\x96\\xe9\\xbe\\xbc\\x1e\\xba\\xb6\\x53\\xdb\\xd6\\xb2\\x07\\x54\\x88\\xb0\\x30\\x2b\\x27\\x31\\x13\\x2a\\x56\\xf2\\xc7\\x0c\\xd3\\xbc\\x45\\xd9\\x30\\x57\\x1a\\x12\\x69\\xd6\\xde\\x3c\\x4e\\x33\\xbb\\x15\\xb8\\x9b\\x0a\\x92\\x26\\x42\\x59\\xda\\x19\\xfe\\xdb\\x40\\xc7\\x97\\xa0\\xac\\x36\\xf1\\x94\\x2e\\xd4\\x7a\\x3a\\x41\\x52\\x73\\xca\\x5a\\x33\\x18\\xbc\\xca\\x6c\\x8b\\x77\\xc2\\x80\\x68\\x08\\xf9\\x63\\x2f\\x87\\xb4\\xff\\x1f\\x08\\xfe\\xaa\\x6a\\x57\\x03\\x5d\\x16\\x83\\x4d\\x90\\x77\\x16\\x31\\x02\\x4a\\x5d\\x45\\x45\\xa9\\x8e\\xde\\x55\\x73\\x4b\\x88\\x6f\\x5a\\xbc\\xf4\\x39\\xde\\xfe\\x4a\\x30\\x93\\xbd\\xfd\\x5b\\x10\\x0f\\x9e\\x56\\x1d\\xe7\\xba\\x2d\\xa8\\x09\\xc3\\xfd\\x76\\x17\\xda\\x7e\\xd1\\x62\\xba\\x07\\x30\\xc3\\xa5\\x60\\x4f\\x73\\x83\\xde\\x73\\x34\\xfd\\xe9\\xfc\\x88\\xab\\x0b\\xb2\\xf5\\x48\\xc7\\x5e\\x4c\\xd6\\xff\\x5d\\xb2\\x90\\xa1\\x6f\\x5b\\x80\\x0c\\x6a\\x0f\\x8a\\x3b\\xb6\\x84\\x7f\\x77\\x78\\x20\\x09\\x97\\x09\\x88\\xee\\x13\\x79\\x9a\\x26\\x55\\x94\\xbb\\x50\\x78\\x21\\x8e\\xd1\\xda\\x73\\xe8\\xe6\\x90\\x74\\x7c\\x6e\\xd3\\x33\\xd8\\xba\\x3c\\x3e\\x84\\xcb\\x50\\x48\\xd3\\xa6\\xb4\\xce\\x56\\x6f\\x1e\\x2d\\x8b\\xca\\xe8\\x5f\\x65\\xc7\\x23\\x04\\x8b\\xc8\\xef\\x4e\\x9d\\x34\\xb9\\x63\\x02\\x8e\\x97\\xde\\xfa\\x65\\xde\\xb6\\x59\\x9c\\x0a\\xcf\\x66\\x4f\\xf7\\x46\\x23\\xe5\\xa8\\x50\\xfa\\xdd\\xd0\\xc7\\xa6\\xb9\\x16\\x63\\xa7\\x26\\xe3\\x5a\\x75\\xd0\\x2d\\x45\\x2b\\x45\\xeb\\x8f\\xff\\x96\\x04\\xe0\\x71\\x02\\x22\\x22\\xa4\\x45\\x29\\xb2\\xcd\\x72\\xc1\\x3a\\x14\\x69\\xa8\\xd0\\xdb\\x37\\xc6\\x81\\x6c\\xe9\\xf0\\x9a\\xb2\\x7c\\xc3\\x6c\\x1b\\x94\\x99\\x0c\\x47\\x1f\\x0f\\xd7\\xed\\xc9\\xbc\\x96\\xb8\\xa4\\xdb\\xaa\\x33\\x82\\x81\\xa5\\x47\\x23\\x5c\\xea\\x92\\x48\\x69\\xd1\\x40\\xb0\\xeb\\xe1\\xf8\\x20\\x6f\\xab\\xc9\\x6c\\x39\\xc9\\x85\\xd5\\x48\\x25\\x48\\xa0\\x32\\x4f\\x98\\xc7\\xed\\x01\\x5c\\x68\\xc4\\x28\\x6d\\xfc\\xfa\\x6d\\xdd\\x3e\\xaa\\x8b\\x4a\\x10\\x5c\\xcf\\x7d\\xdc\\x79\\xeb\\xa7\\x01\\x5c\\x51\\x1c\\x05\\xa8\\x2e\\x8e\\x2d\\xc1\\x79\\x15\\xd4\\x44\\xf7\\x53\\xbc\\x34\\xca\\x47\\xed\\x53\\x21\\x23\\x32\\x52\\xae\\x27\\xd6\\x59\\xfb\\x7f\\x47\\xa5\\xab\\xa2\\x1d\\xc9\\x04\\x35\\x6a\\xae\\x77\\xcb\\x30\\x6f\\xaa\\xce\\x8e\\x65\\x4e\\xcf\\x5b\\xdf\\x4e\\xb2\\xa3\\xcb\\x84\\x9d\\x6d\\xe8\\xd3\\x1a\\xb8\\x4c\\xb8\\x97\\xe1\\xf8\\x4b\\xc5\\x3a\\x9c\\x3a\\x99\\x40\\x78\\x88\\x73\\x80\\x1d\\x15\\x5a\\xbe\\xf1\\xf4\\x63\\x59\\x79\\x51\\x96\\x8d\\xd2\\xfc\\x44\\x36\\x0b\\x1a\\x23\\x4f\\xa9\\x7b\\xdc\\xdf\\x0a\\xb2\\xc1\\x70\\xb1\\x37\\x15\\xff\\x9a\\xa2\\x72\\xb6\\x89\\xda\\x3a\\x95\\x3d\\xb4\\xa7\\xc5\\x80\\x17\\x41\\xba\\x69\\x52\\x75\\x29\\xcc\\x74\\x52\\x2f\\xeb\\x57\\xa4\\x94\\xf7\\xe5\\x35\\xec\\xe6\\xa5\\x1f\\xba\\x3a\\xaa\\x26\\x8b\\x6d\\x4b\\x4f\\xe7\\xd4\\xe2\\x4e\\x08\\xb3\\x2d\\xd9\\x85\\xe5\\xdc\\xea\\xbd\\xad\\x8e\\x1c\\xc1\\xf1\\xa8\\x81\\x1d\\x4f\\xfd\\xc7\\xa0\\x60\\x23\\xfb\\x56\\x34\\xa1\\x0a\\x79\\x7a\\x71\\x0c\\x75\\x5e\\xae\\x2a\\xe1\\xca\\x71\\x0a\\x5a\\xbb\\x1d\\xdf\\xcc\\xdb\\xa0\\x59\\x41\\x5f\\x83\\xa6\\x2c\\xb3\\xf9\\x54\\xc8\\x88\\x56\\xb4\\x7f\\x9b\\x99\\x73\\x0a\\xa1\\xd4\\xdc\\x68\\xfa\\x31\\x3b\\xb7\\x83\\x44\\xb8\\x80\\x70\\xdf\\x4e\\x29\\x3b\\x7c\\xd0\\x6a\\xd1\\xa5\\xbf\\x76\\x4a\\x98\\xe9\\xf6\\x8e\\x28\\x2f\\x00\\xf3\\xb4\\xbc\\xcc\\x35\\x6d\\x2f\\x77\\x2d\\x76\\xb9\\xa8\\xc9\\x65\\xe7\\xd5\\xe2\\x01\\x33\\x93\\x13\\x36\\x15\\x06\\xfd\\xac\\x36\\x22\\x37\\xac\\x59\\x52\\xd2\\x8a\\x9a\\xf3\\xa6\\xe7\\xd5\\x84\\xda\\x9c\\x84\\xcb\\x56\\x23\\x71\\x5b\\xac\\xcb\\x7b\\x68\\xfc\\x4c\\x8e\\xa2\\xfd\\x88\\x75\\xd1\\x92\\x5a\\xdd\\x14\\x11\\xe6\\x12\\x95\\x4f\\xb3\\xf9\\xb9\\xed\\x24\\x15\\x2e\\xde\\x87\\x1e\\x73\\x69\\xe2\\x47\\x29\\x37\\x90\\x12\\x27\\x51\\x88\\xa2\\xdb\\x9a\\x46\\x4f\\x44\\x7d\\x72\\x94\\x33\\xbb\\x92\\x64\\x6d\\x88\\xf4\\x04\\x99\\xdf\\xfb\\x90\\xf7\\x7c\\xdd\\xc6\\x65\\x88\\x6e\\x99\\x16\\x1f\\x4d\\x6b\\x7d\\x7b\\xd5\\x59\\xc6\\x42\\x58\\x89\\x85\\x3b\\xf5\\xb8\\x91\\x85\\xd0\\xcf\\x10\\x7d\\xa9\\x28\\x97\\x18\\x8a\\xbe\\x8e\\x45\\xba\\x3e\\xeb\\xd1\\xb2\\x8d\\xeb\\xc8\\x8f\\x8b\\x53\\x19\\x79\\x59\\x1f\\xb6\\x74\\x0d\\xe6\\xf2\\x2c\\xf0\\xe8\\xde\\x64\\xc9\\xde\\x56\\xbb\\xf6\\x4d\\x81\\xbb\\xf9\\x8a\\xd8\\xb4\\x95\\x29\\x41\\x4b\\x5b\\xfc\\xf4\\x2c\\x16\\xb7\\x27\\x3d\\x74\\xb7\\x5c\\xea\\xa7\\xb1\\x3b\\x6d\\xa1\\xf6\\x2c\\x0c\\xed\\xa5\\xf7\\x6d\\xbb\\x5d\\xf0\\xa4\\xa6\\x52\\xb7\\x80\\x9d\\x32\\x96\\x6c\\x1f\\x43\\x26\\x99\\xb2\\x40\\xba\\x1d\\xad\\xf4\\x3d\\x1a\\x75\\xc8\\x8e\\x1a\\xd1\\x0b\\xfc\\x47\\x37\\xee\\x53\\x1b\\xda\\x42\\x44\\xa0\\x14\\x93\\xfb\\x91\\x1a\\xa2\\x83\\xae\\x5f\\xb2\\x2e\\xc3\\x18\\xf3\\x74\\xee\\x65\\xab\\x9b\\x83\\x6a\\x40\\x1b\\x94\\x0d\\x6e\\x37\\x6d\\xcd\\x1f\\x88\\x15\\x75\\x6d\\x98\\x89\\xe7\\x08\\x3e\\xa5\\x65\\x26\\xb2\\x29\\xab\\x53\\x64\\x4e\\x67\\x7e\\x2b\\x85\\xb8\\xf5\\x5d\\xe7\\x31\\x91\\x19\\x6b\\x8d\\xfd\\xde\\x26\\x6f\\x46\\x61\\x4b\\x53\\xb3\\xca\\x4a\\x0a\\xcf\\x4f\\x0e\\x68\\x79\\xea\\x0b\\xc2\\xfb\\xdb\\x9c\\xdd\\xd4\\x2f\\xb3\\x02\\x0b\\x4b\\x19\\xbf\\x08\\x0e\\xd1\\xe9\\xd3\\xf1\\xa7\\xf8\\x47\\x48\\x6e\\xc2\\xaa\\xa0\\x40\\xe2\\x1c\\xa8\\x67\\x6d\\x4d\\x28\\xe7\\x95\\x33\\xe3\\x75\\x5b\\x75\\x5e\\x8c\\xde\\x54\\x7b\\x7f\\xf7\\x42\\xbf\\x17\\x2e\\x3d\\x26\\x2a\\xbd\\x2b\\x5c\\xf5\\x69\\xa1\\x5d\\x17\\x3f\\x1d\\x52\\x2c\\x5f\\x20\\x69\\xa1\\xaa\\x73\\xa6\\xdd\\x75\\x3a\\x29\\x02\\x9a\\x63\\x19\\x47\\xc1\\x45\\x10\\xff\\x90\\x50\\xe1\\x22\\x5b\\x94\\xf2\\x2f\\x24\\x85\\x9b\\x92\\x0a\\xfc\\x1e\\xed\\xb7\\x67\\x28\\x3d\\xed\\x82\\x82\\x64\\x4f\\xfd\\x53\\xc6\\xe8\\xe2\\x9e\\xbd\\x85\\x68\\xe0\\x67\\xd7\\xe1\\xc1\\xdd\\xfe\\x3c\\xaf\\x4d\\x69\\xa5\\x52\\x54\\xc7\\xf4\\xee\\x92\\x21\\x88\\x77\\xca\\xb8\\x78\\x9c\\xb6\\x71\\x8f\\x4f\\xe2\\x5c\\x26\\x97\\x1e\\x74\\x2b\\x43\\x45\\xa3\\x2f\\xd7\\x5d\\xd9\\xc8\\x1a\\xca\\x9d\\x76\\x28\\xc2\\xcb\\x6f\\xbb\\xf8\\x47\\x4e\\x44\\x7a\\x2d\\x1c\\xc9\\xf7\\x00\\xa5\\x45\\xb2\\x51\\x61\\x06\\x0f\\x79\\xfa\\x7c\\x50\\x47\\xa7\\x5d\\xbf\\x19\\x84\\xb1\\x4f\\x7d\\xd8\\x2a\\x37\\xef\\x36\\xb1\\x8b\\x36\\xa6\\x65\\x3a\\x9f\\x3a\\x18\\x53\\xde\\xd7\\x92\\xf3\\x64\\x9b\\x0b\\x95\\x30\\xd4\\x1a\\xf6\\xbd\\xd8\\xec\\xba\\x88\\xf6\\xf6\\xde\\xcb\\x65\\xd1\\xd4\\x2e\\xa3\\xe3\\xbf\\xb0\\x4c\\x2a\\x2b\\x84\\x9d\\xc5\\x70\\xb5\\xc7\\x97\\x81\\xa8\\x1e\\x4b\\x92\\x06\\x8b\\x99\\x9e\\x14\\xc8\\x66\\xda\\xf4\\xf8\\x51\\x2e\\xa3\\xe6\\xef\\xa7\\x62\\xb9\\x96\\x75\\x5c\\xf7\\xeb\\xa5\\x39\\xe8\\x44\\x6b\\x6d\\xe9\\xdb\\xa6\\x7a\\x8d\\xfe\\x67\\xcc\\x72\\x1f\\xcc\\xcd\\xac\\xbb\\xb8\\x8b\\x3b\\xb1\\x2d\\xfb\\xc7\\xfe\\x09\\xac\\xc6\\xc1\\x01\\x92\\x8a\\x43\\xf3\\xb4\\x9e\\x9b\\xc7\\x16\\xfb\\x61\\x96\\xad\\xd7\\x53\\x09\\x6f\\xf5\\x63\\x3d\\xe2\\xcd\\xca\\x57\\x6b\\xef\\xc5\\xb7\\x28\\x8a\\x76\\xda\\x07\\xbd\\x92\\xb6\\xee\\xd3\\xf4\\x38\\x14\\x99\\xc8\\x3d\\x37\\xb9\\xd5\\x99\\x64\\xeb\\x7d\\x91\\x5d\\x83\\x8c\\x6b\\x64\\x39\\xf4\\x57\\x90\\x4a\\xa4\\xa6\\xba\\xa4\\x22\\x74\\x22\\x1f\\x27\\xae\\xb3\\x52\\x75\\x91\\xc2\\x56\\xb9\\xee\\x10\\xae\\x52\\xec\\x17\\x8a\\xe8\\x2d\\xbd\\x69\\xa3\\xe6\\x29\\x7f\\xf5\\x31\\x1b\\x72\\x5d\\x1a\\x9d\\xdc\\x38\\x93\\x55\\x47\\x47\\xe1\\xa9\\x82\\x4b\\xd0\\x7d\\xe1\\xdc\\xed\\xe5\\x17\\x23\\x80\\xf6\\x2d\\x24\\xf7\\x8f\\x6f\\x27\\x47\\x95\\xa6\\xb5\\xb2\\x89\\x68\\x3c\\xad\\xab\\xa3\\x73\\x39\\x23\\x65\\xd5\\x45\\x49\\xe8\\xab\\x77\\xcc\\x46\\x33\\xc5\\xed\\x26\\x87\\xfe\\x59\\x5a\\x69\\x9f\\xa0\\x5d\\xbc\\x41\\x61\\x83\\xfd\\x39\\xed\\x7b\\x38\\xb8\\xcb\\xea\\x03\\xbb\\x64\\x15\\xa7\\xda\\x6b\\xee\\x2b\\xc9\\xf8\\x3e\\xd2\\x5e\\xe8\\x91\\xef\\x69\\x52\\xaa\\xdb\\x0c\\xb5\\x43\\x44\\xf5\\x71\\x23\\x47\\xf7\\xa3\\x31\\x14\\xaf\\xe9\\x38\\xaf\\x59\\x9c\\x4e\\x45\\xaa\\x4d\\x35\\x64\\xd1\\x9f\\x57\\x70\\x53\\xb9\\xcf\\xcb\\xa7\\x84\\xab\\xc8\\x1f\\x52\\x5d\\xad\\x56\\x47\\x63\\x23\\xa1\\xd3\\x1e\\xa2\\x25\\x2d\\xb5\\x6e\\x9f\\x8f\\xf0\\x1a\\x50\\x28\\x85\\x7d\\xab\\xdf\\xa6\\x99\\x65\\x8d\\x95\\x2d\\x3e\\x56\\x94\\x3f\\x4d\\xab\\x5c\\xd4\\xd0\\x62\\x16\\x61\\xa3\\x07\\x39\\x7b\\xf3\\xaf\\x58\\x62\\x93\\xde\\xdf\\xe6\\x21\\x3a\\x12\\xf2\\x59\\xee\\x22\\x4c\\x1c\\xd7\\xe2\\x1d\\xba\\xda\\xf3\\x22\\xca\\x59\\x7a\\x89\\xa7\\xc9\\x29\\x41\\x40\\xbc\\x6e\\x8b\\x87\\x02\\x5c\\x05\\xf7\\xb0\\x8c\\x79\\x3b\\x7d\\x9a\\xa7\\x67\\x77\\xc6\\x9e\\x9c\\xa7\\x3b\\x00\\xde\\xc9\\x85\\x7d\\x32\\x23\\xf3\\x98\\x0d\\xed\\x3a\\xf6\\xd4\\xd4\\x62\\xae\\xa4\\x79\\xee\\x68\\xb6\\x43\\xfb\\xcf\\xfc\\x61\\x8b\\x39\\xf0\\x99\\xe4\\x16\\xbd\\x24\\xf5\\x2f\\x84\\x97\\x88\\x7d\\x54\\x8b\\x78\\x67\\x73\\xf1\\xdd\\x67\\x32\\xe9\\xa5\\xb6\\x28\\xdd\\x10\\xfd\\x8b\\x47\\xf6\\x57\\x58\\xba\\xaa\\xf5\\x66\\xe2\\xc7\\x8d\\x65\\x94\\xc9\\x53\\xe5\\x72\\xcd\\x56\\xeb\\x71\\x77\\xd9\\x30\\x3b\\x99\\xc9\\x3a\\x45\\xb5\\x66\\xc4\\xf1\\x29\\x7a\\x58\\x08\\x75\\x0e\\xf1\\xa3\\x02\\x55\\x43\\x95\\x62\\xb1\\xb8\\x18\\x1e\\x90\\x31\\x31\\xbb\\x1b\\x45\\x62\\x8c\\xdb\\x22\\xfb\\xc6\\x5a\\xfc\\x37\\xb0\\x1a\\x3a\\xb6\\xde\\xac\\x34\\x19\\xc8\\xd3\\x2a\\xc4\\x27\\x6a\\x0f\\xa5\\x79\\x9d\\xd9\\xbb\\xe3\\x97\\xaa\\xa3\\x54\\xc3\\x59\\xee\\xed\\xe5\\xb0\\x16\\x59\\xe4\\x1a\\xa8\\x3f\\xa3\\x69\\x75\\xe9\\xd4\\x24\\x3d\\xd3\\x52\\x8c\\xa2\\xd6\\x92\\x14\\xfe\\xbf\\x8b\\x55\\xf7\\x16\\x5a\\x49\\xf7\\x26\\x95\\xf7\\x7a\\x14\\xdd\\xd8\\x43\\x17\\xb0\\xf9\\xe8\\xd3\\x02\\x18\\x54\\x8b\\x82\\x74\\x95\\xb5\\x5f\\xda\\x76\\x39\\xd5\\x53\\x38\\xca\\xa5\\x29\\xa5\\xa6\\x0c\\xc4\\x7d\\xd1\\xc0\\x47\\x75\\xe7\\xd0\\x7d\\x4b\\x47\\x5b\\x37\\xfc\\x25\\x37\\xb6\\xd3\\x14\\xa0\\xd1\\x21\\xd5\\x60\\x5b\\xef\\x6f\\x69\\xd7\\x44\\x8d\\x3b\\x8a\\xfa\\x5f\\x6f\\x37\\xcb\\x0e\\x23\\xd5\\x32\\x6a\\x52\\xe2\\x69\\xa7\\x9d\\x05\\xda\\x95\\x8b\\x29\\x9b\\xba\\x5c\\xa9\\x31\\x58\\x1c\\xa6\\x8b\\x11\\xdd\\x32\\xe7\\x04\\x67\\xe1\\xf3\\xc7\\x4f\\xc6\\x8b\\x0a\\x59\\x76\\xba\\x5a\\xa5\\xd0\\x76\\x34\\xcb\\x9a\\xe2\\x8d\\x67\\xef\\xbe\\xe4\\x6d\\xf5\\x36\\xaa\\x1e\\x61\\xcf\\xe8\\xde\\x89\\xf7\\x0e\\xae\\x2f\\xdc\\x2b\\x6a\\x42\\x99\\x4c\\xc5\\xd3\\x5b\\x0d\\x7d\\xcc\\x16\\x91\\x1a\\xf4\\xbc\\x26\\x62\\xeb\\x49\\xcb\\x83\\xad\\x46\\x3a\\x29\\x86\\x91\\xda\\xd9\\xf5\\x29\\x68\\xb7\\xb5\\x2d\\xfa\\x6a\\x4c\\xf7\\x66\\xc8\\x6c\\x97\\x83\\x30\\x93\\xa4\\xa2\\x64\\x8a\\x58\\x8f\\xdd\\x9d\\x75\\x07\\x79\\x10\\x1e\\x99\\x2d\\x98\\xfa\\x15\\xe6\\x42\\x6a\\x2e\\x60\\x16\\xe1\\x1c\\xe4\\x69\\x19\\x9d\\x6b\\x22\\xb3\\xa5\\x9a\\x46\\xd8\\x41\\x87\\xd8\\xe6\\x88\\x13\\x3e\\x56\\xf0\\xee\\x4d\\x37\\x96\\x2d\\xf9\\x47\\x33\\x66\\x20\\x59\\x83\\xe3\\x1b\\xe7\\x0b\\xc9\\x89\\x8e\\xa1\\xfd\\x9a\\x0d\\x2f\\x94\\xd2\\xd0\\xbe\\x7b\\x65\\x88\\xce\\x6d\\xb8\\xa8\\xe7\\xf2\\x8f\\x8a\\x79\\xc4\\x56\\x05\\x11\\x3d\\x8e\\x7a\\x7a\\x4d\\x9b\\xed\\x8b\\x98\\x2d\\xe6\\x36\\x55\\x34\\xc4\\xcc\\x99\\x2a\\x34\\xba\\x3b\\xcb\\xcf\\x0c\\x39\\x0e\\x73\\x59\\x09\\x79\\x05\\xe4\\xcf\\x46\\xae\\x1b\\xfa\\xbb\\xdb\\xb6\\x17\\x7b\\xf6\\xce\\x41\\xad\\xc4\\x62\\x70\\xdb\\xc1\\x72\\xaf\\xe9\\xc2\\x5e\\x5d\\xa0\\x38\\x6f\\x45\\x10\\x55\\x8c\\xbb\\x64\\x06\\xfc\\x71\\xfd\\xa9\\xf4\\x4b\\xa6\\x4d\\x58\\x98\\xd5\\xd1\\x02\\xa4\\xca\\x29\\x63\\xe1\\xd8\\xa4\\xcb\\x6d\\xee\\x94\\x99\\xde\\x03\\xf0\\xd1\\xed\\xab\\xca\\x0c\\x9b\\x3e\\xed\\x86\\xf1\\xde\\x70\\x9c\\xf4\\x82\\x95\\x3c\\xaa\\xb1\\x55\\x22\\xfc\\xb6\\x63\\x57\\xcf\\x16\\x46\\x5a\\xb8\\x14\\xe5\\x7e\\x66\\x11\\x5b\\x44\\x59\\x96\\x56\\xed\\xa7\\xbe\\x44\\x76\\xf0\\x60\\x3d\\x73\\xd4\\x06\\x93\\x74\\xc9\\x41\\x8b\\xb3\\x94\\x11\\x0b\\x0f\\x19\\x1f\\x7a\\x11\\x85\\xed\\x43\\xd2\\x08\\x2a\\x93\\xd5\\x1f\\x61\\xae\\xca\\x2c\\x53\\xda\\xe2\\xa6\\xbb\\xee\\xd9\\x93\\xc5\\xfd\\x73\\x13\\x94\\xf9\\x17\\x49\\x79\\x89\\x0d\\x65\\x56\\xf6\\x4d\\x08\\x3c\\xfe\\x35\\xa1\\x40\\xc4\\x58\\x76\\xaa\\x58\\x3f\\x6d\\x21\\x4d\\x2d\\x61\\xcc\\x62\\x4c\\x3b\\x8b\\xac\\xc4\\x70\\xe9\\x7e\\x64\\x43\\x8b\\x83\\x7d\\x8f\\x01\\xda\\x3e\\x7c\\xd7\\x5b\\x4d\\x1d\\x22\\x79\\xda\\xaa\\xb9\\x90\\x7c\\x90\\xc5\\xbb\\x83\\xab\\x38\\x8c\\x0d\\xac\\xb7\\x97\\x3b\\xb8\\x36\\xbe\\x15\\x04\\x50\\xf9\\x76\\x61\\x32\\xb3\\x3d\\x37\\xd8\\xcf\\xf7\\xa3\\x77\\xf8\\xe4\\x12\\x2e\\x3d\\x1c\\x46\\xcb\\x38\\xdc\\xdd\\x93\\x68\\xc6\\x37\\x8c\\x34\\x68\\x5c\\x9e\\x80\\x55\\x9a\\x69\\x9f\\xea\\xcb\\x00\\x42\\xb1\\x60\\x1d\\x6d\\x2e\\x20\\xb7\\x0c\\x06\\xbe\\x41\\x5a\\x21\\xec\\xb3\\xb6\\xb9\\xdb\\x38\\x53\\x2a\\x28\\x2e\\x18\\x32\\x98\\xbc\\xad\\x76\\xf6\\x97\\x51\\x2a\\x4d\\x2d\\x0d\\x8f\\x6b\\xfe\\x6b\\x9e\\xe2\\x12\\x56\\xda\\x5e\\x1e\\x77\\x99\\x8e\\x39\\x88\\xb6\\x34\\x25\\x51\\xdd\\x66\\x4b\\x87\\xf9\\x2b\\xe4\\xde\\xae\\xde\\x52\\x07\\xa2\\xe8\\xf6\\x29\\x3b\\x1a\\xed\\x99\\xae\\xe8\\xb3\\x40\\xd3\\x1a\\x7a\\x7b\\x07\\x37\\x91\\x8b\\x1b\\x81\\x18\\xf5\\x9f\\xfa\\x7f\\xb6\\x14\\x2e\\xf5\\xee\\x11\\x9f\\xb0\\xa7\\xe5\\x1f\\xa3\\x70\\x58\\x99\\x99\\x82\\x01\\x76\\xe8\\xfd\\x08\\x16\\xc2\\xfb\\x12\\x54\\x28\\x48\\x3d\\xd1\\x51\\x1f\\xc9\\xb7\\xca\\xbb\\xac\\x72\\x7f\\x8a\\x2a\\x16\\x34\\x1c\\xe3\\x18\\x6f\\x2e\\x2a\\x29\\x5b\\xd7\\x9d\\x75\\x7b\\x9b\\x5f\\xac\\xd5\\x6c\\xeb\\x99\\x9c\\xb7\\xf7\\xba\\x78\\x58\\xe8\\x96\\x78\\x61\\x33\\x8f\\xef\\x30\\xf4\\xd1\\xdc\\x08\\xba\\x49\\xe1\\x4c\\x54\\x76\\xca\\x3e\\x1b\\x0f\\x45\\x81\\x6f\\x5d\\x0c\\x28\\x73\\xfc\\xf1\\x04\\xee\\x88\\x2c\\x97\\xfd\\x1b\\x39\\x3d\\xe5\\x71\\xb8\\xd4\\x5f\\x2d\\x7d\\x8a\\x2e\\x3e\\x7d\\x5b\\xe3\\xd0\\x64\\x43\\x2a\\x04\\xb0\\x99\\xdf\\x2d\\xed\\xfe\\x9a\\x24\\x8b\\x34\\xf6\\x00\\x5b\\xc5\\xc3\\xe0\\x8c\\xd4\\x71\\xe4\\x82\\x08\\x17\\x0f\\x41\\x04\\xb5\\x1b\\xb9\\xd1\\xa4\\x94\\x95\\x96\\xc5\\x8a\\xc0\\x79\\x75\\x86\\x74\\xfe\\x51\\x9f\\xca\\xad\\x3a\\x6a\\xd3\\xf3\\xe5\\x67\\x46\\x66\\x27\\xa9\\x33\\x35\\x7e\\xb3\\xc7\\xdc\\x5c\\xa8\\x4c\\xf6\\x27\\x35\\xaf\\xa5\\x05\\x70\\x52\\x65\\x21\\x68\\x53\\x8f\\x11\\x7f\\x7a\\x78\\xb7\\x15\\x9d\\x06\\xe5\\x08\\x45\\xeb\\x68\\x88\\x4c\\xdb\\x25\\x21\\xab\\x99\\xe3\\x69\\xba\\x51\\x81\\x3d\\x1f\\xd1\\x3f\\xed\\x90\\x29\\xf2\\xab\\x2f\\x57\\x91\\x4e\\xe3\\xc6\\x76\\xa3\\x85\\x3a\\xc0\\xc7\\xb7\\x54\\xdc\\x1a\\xfd\\x36\\x7d\\x77\\x7c\\xa1\\x57\\xd0\\xf4\\xcb\\xde\\x96\\xeb\\xd9\\x46\\x91\\x0d\\xd7\\x16\\xf5\\xc7\\x2d\\x43\\x62\\x2b\\xb9\\x14\\x88\\x52\\xae\\x5c\\x67\\xc1\\xb8\\x9d\\x97\\xcf\\x78\\xe8\\x25\\xa0\\xac\\xe9\\xe5\\xb5\\x09\\x45\\x22\\xfd\\x53\\x18\\xe4\\x65\\xd5\\x01\\x04\\x7b\\xd2\\xb9\\x51\\xb5\\x28\\xb7\\x22\\x18\\xdc\\x76\\x20\\x0a\\x13\\x54\\x7e\\x87\\x24\\x4d\\x7f\\xa7\\xdd\\x88\\xcd\\x6a\\x36\\x1a\\x63\\x63\\x4f\\xb3\\x89\\xfc\\x14\\xfb\\x2c\\x95\\x27\\x24\\x24\\x6c\\xd8\\x33\\x1f\\x35\\x2b\\x52\\xa6\\x5e\\x6a\\x4d\\x27\\x84\\x8f\\x39\\x77\\xe4\\x62\\x84\\x48\\x3f\\x8b\\x0a\\x22\\xc0\\x45\\x6f\\xaa\\xaa\\x9b\\x90\\x64\\x82\\x2e\\xc9\\xb9\\xab\\xbb\\x3c\\xa5\\x7b\\x3c\\x28\\xfd\\x5c\\xf5\\xb3\\x50\\x99\\x5f\\xb3\\x37\\x74\\x7f\\xaf\\x66\\x09\\xf0\\x70\\x04\\x61\\xc0\\xf0\\xd9\\xe2\\x11\\x71\\x89\\xc7\\x64\\x95\\xa9\\x9c\\xe8\\xb4\\x96\\xcb\\x91\\x5f\\x4a\\x73\\x33\\xac\\xff\\x91\\x15\\xf2\\x05\\x74\\x65\\x5b\\xfc\\xba\\x7a\\x1a\\x8e\\x4a\\xa2\\x54\\xa7\\xe9\\xa7\\x58\\x83\\xca\\xfb\\x72\\x7e\\xb8\\x84\\x15\\x17\\x16\\xc4\\x3f\\x5a\\x6d\\xed\\x6e\\x22\\x5e\\x9d\\x93\\x8d\\xa7\\x09\\x11\\x46\\x6c\\x26\\x81\\x5c\\xe0\\x77\\xda\\x90\\xb4\\xd8\\xde\\xa7\\xb3\\x45\\x4e\\xb3\\x24\\x56\\xa1\\x68\\xcc\\xe7\\x98\\xd7\\x95\\xb1\\x03\\xd7\\x26\\xe5\\x02\\xb2\\xe2\\x00\\xa2\\x3c\\x2a\\x23\\x4f\\xb5\\x01\\x5b\\xdc\\xdc\\x7d\\x24\\x54\\xeb\\x55\\xc8\\x4c\\x04\\xf4\\xed\\x3d\\xdf\\x39\\x31\\x5a\\x8a\\x09\\xcd\\x7c\\x5c\\xbe\\xbd\\x2f\\x8f\\x90\\x7d\\x99\\x54\\x18\\xd6\\x85\\x42\\xf9\\xcd\\x4b\\x74\\x53\\xbd\\x1c\\xce\\xa2\\x7b\\x43\\xed\\xa7\\x46\\xea\\xbe\\x3f\\x14\\x8e\\xee\\x39\\xd9\\xe7\\x43\\x61\\x84\\x21\\x6f\\x9e\\x1b\\xaa\\xc5\\x69\\xfd\\x6d\\x4d\\x90\\xd8\\xd3\\xb7\\xd8\\x70\\xf6\\x0a\\xbd\\xb9\\x9a\\x55\\x5b\\xf1\\xc5\\xf8\\x26\\xe7\\xa7\\xd7\\x00\\x94\\xe4\\xc1\\x28\\xed\\xe4\\xc2\\x47\\xb0\\x7e\\x21\\x59\\x44\\xaa\\xa4\\x5d\\xbf\\x2d\\x01\\x7b\\x54\\x4d\\x3e\\xb9\\x22\\x85\\x24\\x19\\x49\\x75\\x2c\\x21\\x66\\xf4\\x55\\xa9\\x5e\\x5c\\x45\\x81\\x4d\\xb1\\xd0\\xaa\\xfb\\xa2\\x8f\\x8a\\x8e\\x2d\\x1d\\x3d\\x45\\x7e\\xcb\\x9a\\x41\\x76\\xa9\\xf5\\x68\\x48\\xea\\xd3\\xbd\\x91\\x24\\x7c\\x70\\xcb\\x08\\x45\\x50\\x29\\xa7\\xe4\\xb2\\x41\\xa4\\xce\\x24\\xc6\\x99\\x3a\\xdc\\xdb\\x10\\xfd\\x67\\x07\\xca\\x47\\xdb\\x7a\\x6b\\xfe\\xc5\\x8f\\xc6\\x41\\xf8\\x20\\x35\\x82\\x86\\x10\\x56\\xb1\\x00\\xf3\\xbe\\xfd\\x10\\x90\\x61\\xfb\\x62\\x0a\\x16\\xfa\\x16\\x04\\x69\\x0b\\x69\\xcd\\xc9\\x50\\x79\\x3c\\x9c\\x44\\x1e\\xec\\x7b\\x10\\x5c\\x2c\\x29\\xa9\\x81\\x46\\x5d\\x46\\xd3\\xb5\\x99\\x79\\x4e\\x8b\\xf4\\x1e\\x93\\x3f\\x2b\\x34\\xb1\\xb5\\x8c\\x5d\\xec\\x55\\x88\\xc5\\x50\\x6f\\xc9\\x5c\\xa4\\xab\\xaf\\x6d\\xdc\\xf2\\xea\\x91\\xba\\xbd\\xb8\\xae\\x12\\x0b\\xfd\\xd2\\x25\\x4b\\x7e\\xe4\\xb9\\xeb\\x8b\\xf6\\xc7\\x5a\\x1d\\x21\\x05\\x81\\x3e\\xcd\\xd5\\x64\\x19\\x92\\x5c\\x94\\xf5\\x8d\\xad\\xdd\\xbe\\x00\\x95\\x24\\x87\\xc4\\x64\\xa2\\xf3\\x68\\x77\\x2c\\x40\\xc5\\x1f\\x51\\x9d\\x85\\x62\\xd6\\xa7\\x58\\xea\\x2a\\x11\\x6e\\x98\\x91\\x60\\xf3\\xf2\\xd6\\x46\\xc5\\x6d\\x2f\\x40\\x75\\x49\\xd5\\x19\\x45\\x27\\xaa\\xfa\\x6d\\xef\\x06\\x41\\x0d\\x4f\\x75\\xf4\\xd3\\x24\\x78\\x2b\\xbf\\x24\\x1a\\x42\\x87\\xa4\\x55\\x09\\x75\\x6b\\x6e\\x12\\x06\\x8d\\x78\\xfd\\xf2\\xbf\\x4b\\x3d\\x5a\\x16\\x09\\x89\\x8f\\x3d\\x6d\\xb6\\xdc\\x65\\x13\\xc0\\x79\\x85\\xf8\\x00\\xd9\\x43\\xf5\\xf3\\x8c\\x6a\\xdc\\x0d\\x26\\xb9\\xc9\\x65\\x51\\x80\\x80\\x4f\\xf8\\x3d\\xca\\xf3\\xe9\\xbd\\x9b\\x3d\\xe6\\x32\\x4f\\xcf\\xbf\\xc5\\x8e\\xb9\\x2a\\x5a\\x60\\x47\\x17\\x90\\xb7\\x5c\\xfb\\xb6\\x81\\x19\\x99\\xea\\x39\\x8a\\x90\\x40\\x68\\x7c\\x4a\\x0d\\x6f\\xa5\\xe1\\x17\\xeb\\x95\\x2d\\xcf\\xfd\\xbb\\xd1\\xcd\\x9d\\xe6\\x4b\\x5f\\x17\\x5b\\xce\\xdf\\x26\\x7d\\x6f\\x81\\x10\\xa1\\xc2\\xcd\\xb8\\x7f\\x9f\\xc9\\x50\\x55\\x77\\xcb\\x62\\xe8\\x3c\\xfd\\x4c\\xb0\\x9f\\xdd\\xf6\\xfb\\x36\\xa7\\x9b\\x9b\\x8f\\x03\\x3d\\xe7\\x85\\xdc\\xd0\\x85\\xa9\\xb3\\xf7\\xd9\\xcc\\xea\\x8f\\x2b\\xa2\\x18\\xf6\\xd8\\x6e\\x8d\\x33\\x63\\xd1\\xda\\x7b\\x4a\\x66\\x82\\x75\\xa4\\x29\\xad\\x7b\\x6e\\x3d\\x8e\\xfa\\x9a\\xda\\x74\\xb2\\xe8\\x51\\x1b\\x1a\\xbf\\x52\\x0f\\xde\\x5b\\xf3\\x88\\x9a\\x96\\xc0\\x9f\\x5e\\x3c\\xcb\\x6b\\x9b\\xbc\\xb7\\x7a\\x5a\\xc8\\x95\\xea\\x29\\x3a\\x43\\x49\\xfb\\x3d\\xf5\\xba\\x4f\\xa9\\x14\\x5e\\xf5\\x31\\xae\\x81\\x60\\xe8\\x33\\x4a\\x95\\x2a\\xba\\xe1\\x31\\x3c\\xd3\\x35\\x4a\\xcc\\x26\\x0e\\x2e\\x32\\x4e\\xdf\\x77\\xa8\\x12\\x64\\xf7\\x56\\xa4\\xe5\\xf9\\xe6\\xf3\\x6a\\xef\\xad\\xd1\\xee\\x7d\\xe6\\xf6\\xb4\\x54\\xd9\\x25\\x52\\xe6\\xb6\\xf8\\xd5\\x65\\x9f\\x44\\x55\\xf6\\x84\\xea\\x49\\x8f\\x0e\\xa1\\x32\\x01\\x28\\x3c\\xee\\x1f\\xf1\\x63\\x8f\\x72\\xc4\\x04\\xb6\\x68\\x0c\\x07\\xe5\\xdc\\xb9\\xed\\x6f\\x46\\x2e\\x39\\xfd\\x24\\xee\\x4b\\xa7\\x62\\xb1\\x9f\\xb6\\xc7\\xf4\\x00\\xef\\x7d\\xcd\\x80\\xf8\\x44\\xe7\\x9e\\xe7\\x85\\x82\\x4f\\x4b\\x72\\x0d\\x3b\\x03\\xf6\\x2d\\x77\\x2a\\x28\\x5b\\xe4\\x7e\\x94\\xfb\\x0e\\xe2\\x3a\\x97\\x64\\x6c\\x64\\xe4\\xe7\\x29\\x69\\xef\\xea\\x54\\xae\\xb4\\xcf\\xa5\\xfb\\xe8\\xde\\x97\\xd2\\xfd\\x6b\\x4f\\xbc\\x6c\\xe1\\x78\\xf7\\x81\\x44\\xd9\\x4c\\x92\\xb6\\x52\\x21\\xfa\\x0b\\xd3\\x50\\x26\\xd3\\x65\\x25\\xa2\\xae\\xf3\\xf4\\xd4\\x97\\x7e\\xb1\\x5b\\xe2\\x46\\x49\\x2d\\x3c\\x59\\x80\\x9a\\x97\\xb4\\x70\\x09\\x82\\x86\\x47\\xd4\\xab\\xd3\\x8a\\xd4\\x4f\\x1e\\xbc\\xd2\\x6e\\x4c\\x64\\x6f\\x08\\x57\\x56\\x2b\\xe8\\xf8\\xb5\\xc5\\x11\\xb5\\x46\\xc3\\x05\\x9a\\xb7\\x67\\xe1\\x33\\xea\\x30\\xcb\\x5e\\x14\\x58\\x6f\\xd3\\x59\\xe1\\xff\\x9a\\x85\\x70\\xf7\\x9a\\xc7\\xbd\\xbc\\x37\\x82\\x20\\x18\\x17\\xf4\\x82\\x21\\xa0\\xf2\\x72\\xdb\\x94\\xef\\x77\\x64\\xeb\\x8a\\x41\\x76\\x61\\x00\\x30\\xf3\\x31\\xb3\\xc1\\x46\\xbf\\x62\\xff\\x3a\\xdb\\x6b\\x74\\xc1\\xac\\xa7\\x57\\xc4\\xfd\\xa7\\x21\\x54\\x61\\x9d\\xdc\\x73\\x67\\xf1\\xcf\\x4a\\x1e\\x65\\x16\\xb6\\x50\\xc0\\xaf\\x4a\\xf5\\x83\\xc4\\x5e\\x1c\\xad\\x9e\\x69\\x2a\\xe2\\xea\\xd6\\xbd\\x40\\x6f\\x7e\\xd9\\x7a\\xc7\\x52\\x94\\x0a\\xde\\x7a\\x09\\x41\\x7e\\x6a\\xc9\\x66\\x3a\\x36\\x12\\x4d\\x91\\x55\\x41\\xe5\\xf6\\x88\\xf1\\xaa\\x8b\\x79\\xe5\\x0b\\x18\\xf2\\xf6\\xe6\\x66\\x78\\x6f\\x89\\xa5\\x41\\xeb\\xd7\\x7e\\x77\\xd3\\x9a\\x73\\x94\\x10\\xbf\\xc6\\x4a\\x4f\\xeb\\xb6\\xcd\\x31\\x54\\xe4\\xd0\\x9b\\xcb\\xfd\\x12\\x70\\xaf\\xa2\\x8c\\x6b\\x7e\\xaf\\x09\\x84\\x98\\xb7\\x1f\\xd5\\x0a\\x47\\xb5\\xfd\\x31\\x27\\x6e\\x14\\x86\\x7b\\xf3\\xca\\x4d\\x7e\\xb9\\x68\\x8e\\x1a\\x6e\\x9d\\xaa\\xb8\\xad\\xee\\x47\\x1f\\x51\\x0b\\x2f\\xce\\x69\\xde\\xe3\\xf0\\x1c\\xf3\\xc2\\x56\\x5c\\xa2\\xfd\\x78\\xc9\\xa7\\x5b\\x8f\\x4c\\x89\\xb1\\xd9\\xe8\\x94\\x03\\xe7\\x26\\x45\\xd3\\xe0\\x87\\x9d\\x01\\x95\\x2b\\xc0\\x7e\\xe8\\x25\\xec\\xdf\\x2e\\xda\\x6a\\x9f\\x81\\xb4\\xf4\\x96\\x34\\x4a\\xcd\\x9c\\xbd\\x5f\\xf4\\x86\\x68\\x81\\xdf\\x67\\xf8\\xc2\\x62\\x8f\\xa7\\x69\\xf5\\xef\\xc6\\xd9\\xe5\\xc8\\xa4\\x33\\xed\\x2e\\x82\\x82\\xe5\\xc3\\xcc\\x3c\\x1e\\x0b\\x77\\x57\\x6a\\x7d\\x26\\x49\\xfe\\x4d\\x1b\\x94\\xa8\\x94\\x2a\\xc5\\xa6\\xe9\\x76\\xee\\xda\\x1e\\x8a\\x31\\x4b\\x7e\\x50\\x04\\x7a\\x0c\\xd6\\xca\\x2d\\x81\\x86\\x71\\x25\\xfe\\xbc\\x4a\\x12\\xda\\x76\\xdb\\x6f\\x96\\x07\\xaf\\xc7\\x3a\\xa6\\xd3\\xf0\\xd6\\x1c\\xce\\xf2\\xcd\\x01\\xda\\x51\\xc0\\xd3\\xce\\xd5\\xce\\x4b\\x3f\\xe8\\x14\\x07\\x3b\\xf2\\xb3\\x1f\\x24\\x9b\\xca\\x40\\xad\\xa2\\x5b\\x15\\x9f\\x57\\x50\\x2a\\xb3\\xff\\x34\\x1a\\x27\\x51\\x63\\xa4\\xaf\\xea\\xc4\\x90\\x7d\\xe5\\x27\\xd2\\xa2\\x7d\\x6c\\x7e\\xd8\\x07\\x3e\\x37\\xfb\\x25\\x34\\xa3\\x4a\\x57\\xfb\\xde\\xeb\\xba\\x9c\\x43\\x88\\x5f\\xc7\\x16\\x22\\x7b\\x23\\x38\\x85\\x7c\\x7a\\xf7\\xaa\\x2e\\xf1\\x8c\\x1a\\xfe\\x71\\xdf\\x8c\\xb6\\x5e\\x9d\\x58\\xeb\\xbd\\x18\\x7e\\x41\\x73\\x4c\\xc1\\x3f\\xf3\\xb0\\x5f\\x8a\\x84\\x34\\x34\\x83\\xab\\x4d\\xd2\\xa5\\xd9\\x36\\x49\\xd9\\x25\\x32\\x99\\xae\\x5a\\x98\\xdb\\x84\\x92\\xd2\\x59\\x04\\xab\\xdc\\xc5\\xb0\\xb7\\x64\\x4c\\x54\\xcd\\x82\\xcc\\xd2\\x0e\\xcb\\xa7\\x33\\x71\\xe3\\xb8\\x84\\x63\\xc6\\xed\\x58\\xd0\\xfe\\xb1\\xae\\x5e\\x63\\x36\\xf5\\xd8\\xd4\\x46\\x12\\xe1\\x9f\\x06\\x9a\\x21\\x95\\x5c\\xb4\\xa4\\xfb\\x90\\x22\\x8a\\x77\\x71\\xca\\x42\\xc5\\x83\\x71\\x36\\xa3\\x15\\x79\\x1b\\xc4\\x9a\\xc0\\x2d\\xcb\\x06\\x92\\xa6\\xfe\\x66\\xa6\\xb5\\x42\\x5d\\x33\\xb2\\x17\\x34\\xc9\\xd3\\xdd\\xc6\\xda\\xca\\x8f\\x15\\xdf\\x79\\x99\\x94\\x2f\\xf6\\x3a\\x3a\\x1b\\x46\\x32\\x21\\xd7\\x6e\\x00\\xf5\\x96\\x18\\x31\\x74\\xe4\\xcf\\x82\\x09\\x22\\xda\\x2f\\x1f\\x2f\\x88\\x0e\\x70\\xf5\\x1c\\xac\\x04\\x26\\x37\\xbd\\x99\\xfa\\xab\\xbb\\x72\\xaa\\x22\\x31\\xe2\\xf6\\xde\\x29\\xd1\\xd9\\x62\\xb0\\x8a\\xae\\xb0\\x89\\xa7\\x35\\x25\\xf6\\xde\\x97\\x75\\x5d\\x02\\x90\\xca\\xb5\\x5d\\x51\\x63\\xbb\\x63\\x61\\x01\\x7b\\x91\\xb3\\xc0\\x4b\\x3f\\xad\\xdf\\xb7\\x90\\xa1\\x5c\\x95\\x71\\x2a\\x2e\\xe4\\x07\\x17\\xcb\\x79\\xa7\\x7f\\x6b\\x17\\x97\\x6e\\xee\\x5e\\x1b\\x5f\\x7c\\xea\\x1b\\xe9\\x25\\x25\\xe7\\x4d\\xf5\\x2d\\x41\\x5a\\xbb\\x17\\xda\\x73\\x9e\\x5e\\x3d\\xba\\xde\\x6b\\xce\\x2c\\x86\\xa5\\x1d\\x6f\\x65\\xd1\\xe4\\x60\\xa4\\x64\\x03\\x4a\\xee\\x81\\x89\\x72\\xfd\\x6c\\xd2\\xbf\\xcc\\x22\\xd2\\x70\\x19\\x29\\x6e\\x05\\xcc\\x6a\\x38\\x2b\\xc4\\x26\\x2e\\xed\\x6f\\x8d\\xe8\\xba\\x49\\xa2\\x98\\xaf\\x50\\x53\\x4e\\x0a\\xd2\\xcb\\x35\\x7e\\xf7\\x7d\\x55\\x4a\\x8a\\xe2\\x06\\x1c\\xd3\\xce\\xd3\\x90\\xed\\xf2\\xfd\\x00\\x5b\\x60\\x79\\xd4\\x10\\x33\\x4c\\x1f\\xaf\\xcc\\xc5\\x06\\xe4\\x22\\xc6\\x54\\xe3\\xaf\\xed\\xdd\\x7e\\xa4\\xd9\\xbf\\xbe\\x27\\xcd\\x44\\xbf\\x19\\xc4\\xee\\x8d\\xbe\\xc4\\x57\\x55\\xfc\\xae\\x6c\\x9b\\x7f\\x29\\xa6\\x47\\x67\\x34\\x35\\x30\\x3f\\xc8\\xde\\xbf\\x16\\x75\\x73\\x0b\\x58\\x26\\x2d\\xe6\\x61\\x6a\\x9a\\x93\\x27\\x53\\xe3\\xa3\\xa8\\x13\\x5e\\xdd\\x3d\\x31\\x27\\xc7\\x53\\x35\\xc4\\x4e\\x16\\x57\\x3b\\xe2\\xff\\xe3\\xed\\xdd\\x72\\xee\\x48\\x8e\\xed\\xe0\\xf7\\x33\\x8a\\x9c\\xc0\\x47\\xc5\\xfd\\x02\\x08\\x67\\x2a\\x3f\\x04\\xfd\\x6d\\xbf\\xf9\\x18\\x3a\\xb2\\xc7\\x6f\\x44\\xd4\\x26\\x37\\xb9\\x09\\xdb\\x5a\\xd5\\x05\\x03\\x52\\xa3\\x9b\\xcc\\xd8\\x95\\x59\\x95\\x19\\xb7\\x8c\\x58\\x2b\\x4e\\x2d\\x43\\xf5\\x67\\x49\\x78\\x52\\x67\\xe4\\x19\\x53\\x2e\\x33\\x61\\x11\\x32\\xb9\\x9b\\x7f\\xae\\x88\\x6d\\x7b\\x8c\\x1e\\x9d\\xde\\xef\\x8b\\xcf\\x76\\x51\\x65\\x2b\\xd5\\x30\\xbe\\xe8\\x9b\\x1f\\xac\\xcf\\x93\\x2b\\xff\\x3c\\x6a\\xc0\\x37\\x4b\\x62\\x16\\xcb\\x0d\\x76\\x35\\x56\\xd5\\x82\\x17\\x9c\\x45\\x92\\x4d\\xff\\xec\\x79\\xce\\xb2\\xd0\\xa0\\xa0\\x53\\x92\\x51\\x4a\\x99\\x87\\xf5\\xba\\xd0\\xa2\\x3c\\x6c\\x1b\\x81\\xd0\\xcd\\x62\\x01\\xfd\\x66\\xea\\xb1\\x04\\x46\\xc1\\x9e\\xa5\\x3f\\x38\\x77\\xc2\\xbb\\x72\\x71\\x9e\\x43\\xbc\\xea\\xe1\\x77\\x22\\x71\\xf5\\xd8\\xc8\\x15\\xe7\\x7d\\xc5\\x96\\x83\\x2f\\x3f\\xa4\\xba\\x2c\\xab\\xf9\\x58\\x16\\x1b\\x3d\\x69\\xfa\\x5b\\x73\\x7c\\x71\\xf2\\x75\\xdc\\xe6\\x9c\\xdb\\x36\\xb1\\x09\\x3b\\xcb\\x16\\xa8\\x39\\xab\\xff\\x99\\xc6\\xc5\\xce\\xe0\\xed\\xd0\\x2f\\x0f\\xd1\\xab\\xd7\\x6a\\xd4\\x07\\x8d\\x23\\x1b\\x64\\xb4\\x15\\xfc\\x8f\\x37\\xc7\\x6f\\x70\\x93\\x41\\x2f\\xe7\\xb3\\x46\\x57\\x19\\x45\\x9d\\xc8\\xde\\x36\\xc4\\x05\\xe2\\xd6\\xa4\\xdf\\x0a\\x17\\x27\\xec\\xe7\\xed\\xa5\\x3c\\x5f\\xca\\x62\\x71\\x21\\x96\\x4f\\xdc\\x21\\xaf\\x5b\\xcf\\x68\\x53\\x36\\xb9\\x7d\\x3b\\xce\\xac\\xcd\\xae\\xa5\\xc5\\x9e\\x6f\\xa6\\x8c\\x98\\x1f\\xae\\xee\\xbd\\x0c\\x78\\x3a\\xbd\\xf8\\xc2\\xd9\\x61\\x55\\xe1\\xa5\\xdd\\x4d\\x93\\x8c\\x54\\xe3\\x39\\x01\\xc9\\xe1\\xcb\\xb9\\x32\\xe1\\x66\\x85\\xc5\\x6f\\xec\\x21\\xa9\\xd2\\x1b\\x33\\x96\\x31\\x49\\x08\\xe5\\xf1\\x0b\\x68\\x5c\\xb7\\x01\\x9f\\x52\\x2c\\xfd\\x36\\xb1\\xaa\\x2e\\x3a\\x51\\xed\\x11\\x7e\\x57\\x2e\\xf2\\x4c\\x77\\xdc\\x60\\xaf\\xa2\\x7a\\x1c\\x07\\x93\\xfb\\x88\\x06\\xd7\\xd6\\x81\\x67\\xc4\\x52\\xcc\\x1e\\xce\\x60\\xf7\\xa4\\x3e\\x4d\\x8b\\xf6\\x4b\\x74\\x8c\\x5a\\x83\\x3f\\x7b\\xe4\\x17\\x2a\\x2f\\xcc\\x17\\x1d\\x4b\\x97\\x94\\xfe\\xf2\\x54\\x5d\\x6b\\xec\\xcf\\x6d\\xc0\\xc7\\xea\\x32\\xf1\\xf4\\xdc\\x9a\\xc8\\x7e\\x13\\xcc\\x8c\\xd5\\x29\\x6e\\x0f\\x2b\\x7e\\xbc\\xc8\\x66\\xbc\\x0c\\x89\\x88\\xc8\\x62\\x3a\\xec\\xcc\\x2c\\x9a\\xe9\\xa3\\x24\\x4c\\x5c\\xcb\\xe8\\x7c\\x99\\xe5\\x7c\\xea\\x5f\\x5f\\x84\\xea\\x72\\xe2\\x84\\x9e\\x58\\xd0\\x1e\\xdd\\xdb\\x3c\\x92\\x28\\xdf\\x0e\\xea\\x0e\\xa1\\xfe\\x13\\xfc\\x90\\x29\\xc5\\x35\\x61\\x62\\x95\\xa5\\xbf\\x41\\x9d\\xd8\\x64\\xec\\x2c\\xb1\\xd9\\xa2\\x6d\\x3e\\x7d\\x64\\xf6\\xf2\\x3a\\xb4\\x63\\x83\\xb5\\x94\\xe4\\xc5\\x90\\x3a\\x13\\xeb\\x51\\xf9\\xde\\xf8\\x6b\\x11\\xa5\\x7f\\xf0\\xcb\\x7e\\x71\\xb2\\x66\\x6d\\xa7\\x9f\\x66\\x6a\\x29\\xed\\x1d\\x45\\x70\\x51\\x5c\\xad\\x19\\x29\\xdb\\x9c\\x75\\xbb\\xed\\x48\\x28\\x6c\\xcc\\x77\\xb3\\x46\\xc7\\x4f\\xb5\\xbe\\xcc\\x96\\xd5\\x13\\x7a\\xff\\x6f\\xc9\\xef\\xff\\x45\\x4c\\xd0\\xfe\\xbf\\x62\\x82\\x16\\xfd\\xeb\\x98\\xa0\\xb2\\x0a\\x6e\\x14\\x71\\x35\\xb1\\xfd\\xbf\\xc1\\x04\\x35\\xb5\\xc3\\x13\\xf0\\x95\\x8d\\x87\\x24\\x44\\xa6\\xd6\\x7b\\x8b\\xed\\x95\\x42\\x57\\x15\\xa6\\x27\\x99\\x4f\\xfc\\xfe\\xc9\\x8d\\x3b\\x27\\xb1\\xf5\\x4a\\x10\\x4a\\x6c\\x25\\xe2\\xe2\\xb9\\x2a\\x5d\\xb7\\x6f\\x17\\xb6\\xcc\\x6d\\x76\\xdc\\x34\\xd9\\x9a\\xdb\\x65\\x49\\x70\\x7f\\xf3\\x9e\\x2e\\x4d\\xf0\\xa8\\x80\\xaa\\x7a\\x3c\\x61\\xfe\\xaa\\xc9\\xbe\\xd8\\x5e\\x64\\x02\\xee\\x6c\\x92\\x25\\xd4\\xee\\xd8\\xcb\\x57\\x92\\xc5\\xc3\\xb5\\xa2\\x53\\x14\\x8b\\x5d\\xdb\\x9f\\x3d\\x97\\xe1\\xe4\\xe1\\xc7\\xe7\\xec\\xe9\\xda\\xc5\\xad\\x2b\\xbe\\x5b\\x47\\xc7\\x96\\xe1\\x59\\xbf\\x22\\x3b\\x5e\\x85\\x85\\x4d\\x1d\\x61\\xa1\\x54\\xf5\\x74\\x98\\xe1\\xec\\x7b\\xef\\xca\\xc1\\x6c\\x71\\xbe\\x42\\x97\\xf8\\xe6\\x58\\x87\\x93\\xf8\\x16\\x3b\\x04\\xa7\\x70\\x64\\xf9\\x59\\xb4\\xba\\x31\\xdd\\xbf\\xb2\\xbf\\x78\\x8b\\x8b\\x88\\x9f\\x4c\\x71\\x9a\\xc0\\xf5\\x74\\x1a\\x65\\xe8\\xed\\xe6\\x17\\xe5\\x96\\x9c\\xb0\\x2d\\x3b\\x39\\xde\\x3d\\xa7\\xc2\\x4b\\x6b\\x5d\\x13\\x19\\x75\\xd7\\xd3\\x57\\x90\\xaf\\x8b\\x24\\x72\\xf7\\xd6\\x05\\xff\\x26\\x27\\x63\\x89\\xa3\\x49\\x63\\x1b\\x5e\\x65\\x85\\xcd\\x6e\\xf5\\xc9\\x56\\x38\\xa1\\xb1\\xc4\\x95\\x13\\x6f\\xb1\\x71\\xae\\x78\\xe3\\xf4\\x98\\xa8\\x39\\xb7\\xd1\\x2a\\x24\\xef\\xbe\\x12\\x97\\x10\\x5d\\xaa\\xf1\\x68\\xcb\\x77\\x65\\x14\\x2d\\x21\\x3b\\x65\\xb9\\xd2\\x44\\xa9\\x0f\\x9f\\x95\\xab\\x55\\x9d\\x88\\x5d\\xcc\\x47\\xf3\\xb7\\x5b\\xeb\\xb5\\xe1\\x8b\\x97\\x6f\\x50\\x17\\x2e\\x48\\xdd\\x3f\\x99\\x70\\x85\\x5a\\x95\\x99\\xda\\x4f\\xf9\\x82\\x52\\x2e\\x78\\xae\\xe9\\xa5\\xb8\\x4f\\x09\\xb7\\x85\\xc8\\x5d\\xb8\\x36\\x0a\\xf2\\xa6\\x28\\xb3\\x9f\\x43\\x30\\xfe\\x26\\x5e\\xa3\\xd7\\xcc\\xf6\\x8e\\xef\\x69\\x5e\\xa0\\xca\\x2d\\x28\\xa6\\x5a\\x60\\x3f\\x21\\x1e\\xcf\\x7e\\xfc\\xe9\\x09\\x36\\x68\\x3c\\xc5\\x2d\\x50\\xe7\\xe5\\xce\\x9d\\xc3\\x65\\x3d\\x4e\\xfe\\x47\\xac\\x44\\x69\\x5a\\xea\\xb3\\xc9\\xc4\\xc6\\x01\\xad\\x2b\\xae\\xcb\\xd4\\xbb\\xc4\\x15\\xfc\\x8d\\xb3\\x83\\x25\\x9c\\x2d\\x52\\xe5\\x8d\\xb5\\x2c\\xa6\\x5c\\xb9\\x40\\x47\\xef\\x46\\x90\\xe7\\xf6\\x08\\xc5\\x61\\x0d\\x11\\x12\\x37\\x3d\\x5f\\x99\\x11\\xdb\\x7c\\xb4\\x6c\\x40\\xd5\\x35\\x61\\xe6\\x57\\xb8\\x2c\\xe5\\xcb\\xc7\\x8b\\x28\\x72\\xd9\\x1d\\xb5\\x07\\x8b\\xac\\xcd\\x37\\x41\\xe6\\xde\\xe3\\xa8\\x6f\\x7d\\xa2\\x52\\xb2\\x70\\xdf\\x6e\\x40\\x75\\x5e\\x1c\\x5d\\xe1\\x65\\x90\\xfa\\x71\\x70\\xb8\\x3a\\xc4\\x43\\xb6\\xe4\\xf1\\x69\\xba\\xf1\\xbd\\x88\\xae\\x4e\\xaf\\xb2\\x9a\\x18\\x23\\x8b\\xb4\\x97\\xa5\\xaf\\x22\\x95\\x59\\xed\\x94\\xf5\\x12\\x77\\x7e\\xa4\\xb4\\x82\\x7d\\xbc\\xa4\\x71\\xc5\\xbb\\xac\\x3d\\x72\\x59\\x0b\\x88\\x26\\x74\\xd9\\xe0\\x54\\xbc\\xab\\xe8\\x3e\\x9d\\x56\\x56\\x85\\x73\\x89\\x76\\xe7\\x9b\\x9c\\x41\\x3b\\x25\\x42\\xb4\\x5a\\xb2\\x8c\\x1f\\xc7\\xd2\\xdd\\x1c\\xff\\xc4\\xd4\\x91\\x9a\\x7c\\x25\\xb8\\x49\\xd4\\x58\\x96\\xb6\\x4f\\xe6\\x0b\\xf5\\xbc\\x97\\x39\\x3e\\x95\\xf3\\xa7\\x1f\\xd1\\xb4\\x53\\x64\\xc6\\x5e\\xb0\\x25\\xd5\\xe2\\xab\\x9c\\x2f\\x89\\x39\\x3d\\xa4\\xb7\\x93\\x9e\\xb3\\xd7\\x6a\\xbb\\xe3\\x55\\xf2\\x5d\\x9a\\xec\\xad\\x41\\xdb\\x83\\x44\\xd5\\xa1\\x4f\\x43\\x0b\\x2d\\x3f\\x05\\x65\\xb7\\xd6\\xe2\\xa0\\x98\\x85\\x4f\\xf8\\xbb\\x24\\x97\\x12\\x2d\\x65\\x0b\\x7a\\x52\\xe2\\xf9\\xc9\\x23\\xbd\\xe1\\x44\\xd9\\x26\\x3d\\xa3\\xac\\xc5\\x17\\x16\\x60\\x02\\xd7\\x6d\\xcd\\x5c\\x38\\x77\\x37\\xbd\\x9b\\xdb\\x92\\xf0\\x68\\x71\\x12\\x09\\x12\\xaa\\x37\\x91\\xb4\\xd7\\x56\\x42\\x13\\x19\\x3b\\x3d\\x4d\\xbd\\xbe\\x9c\\xa7\\xea\\x5e\\x1b\\x21\\x84\\x53\\x69\\x94\\x9c\\xaf\\xe2\\xeb\\x4e\\x7a\\x11\\xa5\\xe7\\xef\\x47\\xdb\\x0a\\x6f\\xe0\\x61\\xca\\xbf\\xf2\\x8c\\x69\\x58\\x7b\\x3a\\xcd\\x80\\x26\\xb7\\xd8\\x9b\\x82\\xd0\\x1c\\x2d\\x7b\\x1b\\x5b\\xc8\\x39\\x92\\x48\\x22\\x73\\x39\\x59\\xdf\\x0c\\x04\\xab\\x58\\x2e\\x74\\xbb\\x78\\xba\\x3f\\x59\\x17\\x92\\x6f\\xb1\\x80\\x62\\x62\\x91\\xf1\\xa9\\x8a\\xba\\x37\\x99\\x61\\x9c\\x29\\x96\\x63\\xa0\\x6d\\xce\\xac\\x7c\\x54\\x54\\x6e\\x39\\xc8\\xa8\\xbb\\x39\\x2b\\x22\\x15\\xb5\\x96\\xdc\\xdd\\xf8\\x02\\x94\\xd1\\xf1\\xae\\xfe\\x04\\x3d\\x7f\\xb1\\x92\\x55\\x45\\x6b\\xb2\\xf1\\x9b\\x5d\\x4c\\xd8\\xb6\\xb6\\xc2\\x67\\x5f\\xfb\\xd3\\xc6\\x97\\x4b\\xb6\\x43\\xb2\\x9b\\xd4\\xe5\\x7c\\x59\\x6a\\x79\\x96\\x5e\\x75\\xa7\\x49\\x54\\x7e\\x71\\x5d\\x26\\xa7\\xf2\\x6f\\xb7\\x27\\x12\\x64\\x9a\\xb3\\x39\\xc4\\x67\\x03\\xed\\xf6\\x2a\\x35\\xdb\\x7e\\x3c\\x76\\x35\\x97\\x4c\\xba\\xfb\\x4e\\x66\\xeb\\xce\\x73\\x29\\xb8\\x7f\\x66\\xa0\\x33\\x4b\\xaa\\xb0\\x52\\x31\\x62\\x79\\x9c\\xeb\\xe0\\x62\\x98\\x1b\\xd7\\xc3\\xb4\\xf3\\x8c\\x6d\\x91\\x30\\xb6\\xa3\\x4c\\x4c\\xb4\\x21\\x5e\\x08\\x4b\\x49\\x5b\\x7e\\x70\\x9d\\xaa\\x5b\\x72\\xf2\\x59\\x84\\xac\\xd9\\xc3\\x87\\x95\\x28\\x2a\\x8a\\xf9\\x7c\\x5d\\xa5\\xab\\xc6\\x77\\x03\\x3c\\x2e\\x8d\\x65\\x72\\x2e\\xaa\\x6e\\xfa\\xa1\\x5b\\x2b\\xd2\\x98\\xa2\\x26\\x76\\xd0\\xe0\\xa7\\xaf\\xed\\xa5\\x0f\\xb7\\x2c\\xd9\\x53\\xef\\xbf\\x2a\\x8b\\xc4\\x85\\x4f\\x27\\xa3\\xe3\\xf3\\x55\\x82\\x9e\\xf5\\x1b\\xed\\x29\\xeb\\x1c\\xb9\\xa5\\xb0\\x27\\x0d\\x95\\xb8\\x82\\xa0\\xb2\\x60\\x0e\\xd9\\x46\\xe7\\x68\\x77\\xba\\x8d\\xb9\\x54\\x19\\x44\\xce\\xb9\\x89\\xbd\\x77\\xe3\\xf6\\x26\\x5a\\xaa\\xc3\\x59\\x68\\x22\\x85\\x87\\x75\\x49\\xf3\\xf9\\x4a\\xb5\\x39\\xb3\\x7e\\xbe\\xda\\x74\\xbc\\xd6\\x23\\x14\\xd4\\xb6\\x6d\\x65\\x9b\\x1c\\xdd\\xdb\\x83\\xdf\\x72\\x7c\\x26\\x19\\xb2\\x7a\\x94\\xa4\\x29\\xc9\\x97\\xc1\\x4f\\x4d\\xe4\\xd5\\xcc\\x6e\\xe1\\x16\\x96\\xb7\\x99\\x60\\x39\\xc5\\xb6\\x80\\x82\\xc4\\xbe\\xc3\\x4d\\x1d\\xf9\\xc6\\xaa\\x95\\xd2\\x1e\\xa4\\xe9\\xc2\\x8f\\xf3\\xad\\xc5\\x11\\x23\\x73\\x8d\\xda\\x06\\x4b\\x5a\\x70\\xb0\\x13\\xed\\xa9\\x54\\xf3\\x51\\x9c\\x17\\xbd\\xc6\\x0e\\x5b\\xb7\\xb0\\xf5\\x07\\xda\\xb0\\x98\\x6e\\x1e\\xcb\\xcf\\x1c\\xae\\x48\\x49\\xaa\\xc3\\x54\\x34\\x41\\x3b\\xdd\\x6d\\xca\\x1d\\x97\\xb8\\xa8\\x47\\x2d\\x15\\xc9\\x2b\\x87\\x75\\xf2\\x5b\\x4e\\xe0\\x44\\xaa\\xae\\xcc\\x55\\xfd\\x30\\x0a\\xb5\\x25\\x9d\\x0e\\x21\\x51\\xa9\\x3c\\x6a\\x5c\\x4a\\x1e\\xe7\\x6b\\x54\\xf9\\xde\\x68\\x7d\\xcf\\x99\\x38\\x19\\x7d\\xc2\\xd8\\x89\\x92\\xda\\x45\\x3f\\xc6\\xba\\x7d\\xf6\\xb9\\xbd\\x42\\x4a\\xa1\\x19\\x57\\xa1\\x8b\\x29\\x4d\\xe8\\x7c\\xdb\\x04\\x97\\xf4\\xd5\\x75\\x12\\xcd\\xf6\\xe3\\xd6\\x60\\x3b\\x76\\xc6\\x9f\\x6c\\x12\\x0b\\x7f\\x9a\\xf3\\xc0\\x68\\xfc\\x8f\\x28\\xcb\\xbd\\x5a\\x12\\x5d\\x54\\x7a\\xa7\\xc3\\x55\\xa1\\xe3\\xda\\x6f\\x71\\x53\\xce\\x69\\xf8\\x04\\x08\\xd1\\xb1\\xdb\\x4e\\x4b\\x28\\x66\\xe3\\xa9\\xec\\xbd\\x03\\x6b\\x50\\xca\\xa2\\x26\\x6e\\xc3\\xb2\\xd5\\xfd\\x70\\x4f\\x46\\xeb\\xaf\\x2d\\xeb\\x30\\x7f\\x63\\x2f\\x69\\xcf\\x89\\xd1\\xf4\\xb4\\x8c\\x7a\\xfa\\x6e\\x69\\x7b\\x49\\x7d\\x1c\\x50\\xa5\\xa5\\xe1\\x73\\x9f\\xe0\\xaf\\xf5\\x64\\x84\\x9a\\x5c\\x4e\\x07\\x75\\xb1\\x51\\x7e\\xf0\\xa6\\xa8\\x4e\\x60\\xba\\x21\\x9e\\x54\\x5b\\xf0\\xec\\x0e\\x11\\x19\\x93\\xb9\\xc9\\xc5\\xe6\\xc5\\xb9\\xf3\\xdb\\x70\\xb2\\xed\\x59\\xe5\\xe3\\x36\\x97\\x94\\xfb\\x77\\xcc\\x83\\x66\\x9e\\x97\\xa2\\x13\\x92\\xb9\\x5c\\x19\\xa5\\x07\\x3b\\xda\\x37\\x2c\\x23\\x59\\x5e\\xfe\\x85\\xa0\\x5f\\x27\\x55\\xb9\\x96\\x67\\x3b\\xce\\x97\\x9a\\x1b\\x6d\\xa1\\xae\\x8c\\x67\\xfe\\x5b\\xfd\\x4f\\xe6\\x28\\xd7\\x75\\xe3\\x2d\\x38\\xd4\\x17\\x4a\\xd6\\x92\\x58\\xf4\\x76\\x19\\xd4\\x9e\\x66\\xa2\\xd2\\x4e\\xcf\\xe6\\x37\\x26\\x66\\x6b\\x6b\\x54\\x99\\x91\\x8a\\xd4\\xd3\\x58\\x76\\xa6\\x87\\xa5\\x97\\x64\\xcf\\xfa\\x18\\xc7\\xa2\\x84\\xfa\\xd8\\x4e\\x91\\x26\\x1e\\x07\\xb6\\xa5\\xba\\x7c\\xab\\x26\\x8b\\x55\\xec\\xb3\\x20\\xb9\\xf2\\xa2\\x19\\x17\\x0a\\xe1\\x71\\x64\\x37\\xe1\\x94\\xa5\\x75\\xbf\\x79\\x3b\\x34\\xd4\\xb3\\x97\\xeb\\xca\\xe5\\x0d\\x33\\x24\\x2a\\xc2\\x45\\xc9\\xc5\\xa5\\xfe\\x34\\x1e\\x26\\xeb\\xd5\\xcc\\x90\\xb6\\xac\\xf3\\xec\\xe3\\x72\\x5d\\xb0\\xd4\\xc5\\xe9\\x4d\\xed\\x7b\\x59\\xdb\\x55\\x1f\\xc8\\x7e\\x5c\\x1e\\xea\\xe3\\xc7\\x2c\\xad\\x61\\x6f\\x6e\\x64\\x82\\xa4\\xb1\\xde\\x69\\xbd\\xa5\\x65\\x19\\xac\\x94\\x2e\\xb7\\x99\\x86\\x68\\x2b\\x82\\xb5\\xda\\x3c\\xdf\\xcd\\x1e\\x34\\x21\\x60\\x30\\x2d\\x7c\\x78\\x3d\\x8d\\x88\\xe1\\x6b\\x1d\\xaa\\x54\\xc6\\x38\\xe8\\x7c\\xea\\x92\\xf1\\x2a\\x44\\x48\\xe8\\xf2\\x47\\x22\\x97\\xde\\xe6\\xb7\\x12\\xa8\\x8b\\x70\\xbb\\x67\\x8f\\x95\\x39\\x51\\x8f\\xcf\\x6a\\x34\\xd6\\x61\\x35\\x4f\\x97\\x51\\x77\\xdf\\x47\\x4d\\x4d\\x67\\x93\\xa5\\x7b\\x68\\xfe\\xe9\\x52\\xc2\\xbb\\x54\\x63\\x0e\\x77\\x75\\x3f\\x4e\\x18\\xb2\\xe4\\x9d\\xb6\\xbd\\x71\\x57\\x0e\\x6d\\x4c\\x7f\\xd9\\xe1\\x62\\x0e\\xae\\x2c\\xde\\xaa\\x26\\x0d\\xdb\\x04\\x63\\xb0\\xf2\\x04\\x58\\xbf\\xf9\\x6a\\x33\\xbb\\x92\\x05\\xf8\\x32\\x09\\xc9\\xd9\\x3b\\x56\\x19\\x66\\xa1\\xb7\\x9b\\x72\\x33\\xc6\\x3d\\xb2\\xee\\x88\\x62\\xe1\\x9f\\xbc\\x78\\x2d\\x32\\x23\\x51\\xe7\\xc7\\xd9\\xa8\\xb6\\x3d\\x8c\\x95\\x26\\xbe\\x6b\\xe3\\xe3\\xe6\\xca\\xe9\\x6b\\x38\\x45\\xb6\\xba\\xc5\\x97\\x75\\x26\\x3a\\x7f\\x2b\\x32\\x9d\\xd7\\x13\\xd2\\x13\\xfa\\x30\\x95\\xb9\\x95\\x2c\\x13\\xbd\\x15\\xb3\\x67\\xf8\\x0c\\x90\\xea\\x0e\\xbb\\xbb\\x4d\\x32\\x3b\\x9a\\xa2\\x64\\x49\\xe8\\x7f\\x6a\\xa4\\xdb\\x8d\\xc8\\x2d\\x52\\x0b\\x31\\xff\\xf0\\x4b\\xd1\\x18\\xed\\x78\\x95\\x68\\xdb\\xb1\\x4e\\x2f\\x5f\\x9c\\x4f\\xc9\\xcd\\xa4\\x95\\x9e\\x2f\\x8d\\x0a\\x32\\xd2\\x63\\x4c\\xbe\\x9d\\x1f\\x9f\\x31\\x4e\\x5a\\x97\\xe4\\xf9\\xf2\\x94\\x45\\x4b\\x3d\\xf3\\x0a\\x4b\\xee\\x03\\xc9\\x90\\xab\\x6b\\x52\\x52\\xfa\\x18\\x5a\\xf9\\x81\\x56\\x16\\x9e\\x52\\x39\\xff\\x0c\\xaa\\x7e\\xb8\\xf2\\x27\\x16\\xa5\\x3d\\xa4\\xf6\\x3b\\x6b\\xcf\\x3e\\xdd\\x3b\\xe7\\xb1\\x33\\x56\\x91\\x75\\x38\\x83\\xda\\xd9\\x88\\x3e\\x6b\\xc1\\x72\\x74\\xe8\\x66\\x1b\\xa9\\xa4\\xe4\\xaa\\x3b\\x76\\x8f\\xb1\\x8b\\x57\\x99\\x0b\\xbb\\xde\\x85\\x71\\xef\\x6f\\xd5\\x1b\\x5f\\x32\\x91\\x35\\x79\\xfe\\x40\\x93\\x21\\x1d\\xef\\x6f\\x1d\\x83\\x50\\xf6\\xa7\\xa9\\x3c\\xb7\\x9e\\xc5\\xda\\x85\\x44\\xc6\\x14\\x37\\x57\\x2e\\xa7\\xad\\x52\\x64\\x88\\xd3\\xb8\\x5b\\x94\\xda\\xca\\xbf\\xb5\\x9e\\xf2\\x42\\x12\\xee\\x1d\\x58\\xed\\x4d\\xf5\\x58\\xa6\\x0a\\xaa\\xe0\\xb1\\xbf\\xac\\xc9\\x19\\xaa\\x79\\xfb\\x8a\\x73\\x7b\\x14\\x9b\\xbb\\x93\\xed\\x95\\x19\\x3a\\xfd\\xcd\\xb5\\x34\\x74\\x4b\\xc2\\x45\\x95\\xfa\\x69\\xaa\\xf1\\xa5\\x5f\\xca\\x8a\\x58\\x6a\\x7a\\x16\\xd3\\xd9\\xfd\\x3e\\xd1\\xef\\xa8\\xfa\\xca\\x96\\xf3\\x15\\x1e\\xfc\\x09\\x20\\xc3\\x94\\xb3\\x43\\x3a\\x7b\\x94\\xc8\\x62\\x34\\xbc\\x80\\x76\\xbc\\xab\\x2e\\x7e\\x8d\\x60\\xa3\\x72\\xb9\\x9d\\x8c\\x27\\x8b\\xf6\\x30\\x72\\x32\\x0d\\x92\\x1f\\x6a\\xa4\\x29\\xd2\\x58\\x96\\x98\\x5d\\xf4\\x69\\x17\\x6d\\x41\\x53\\x26\\xcc\\x9d\\x80\\x2a\\xcf\\x18\\x07\\xe2\\x0b\\xb7\\x80\\x7d\\x0e\\x4f\\x97\\x1f\\x1f\\xeb\\xcf\\x9f\\x88\\x43\\x3e\\x0b\\x4f\\x33\\xdb\\xeb\\x8d\\x35\\x5b\\x32\\x9f\\x35\\x4c\\x96\\x0d\\xc2\\x4c\\xc2\\x49\\x6e\\x03\\xa8\\x16\\x5d\\xbc\\x3f\\xd1\\x4c\\x59\\x6f\\x9f\\x75\\xc9\\xe8\\xad\\xa2\\x84\\x46\\xe1\\x3f\\x5d\\x83\\xbc\\xc0\\x75\\x2e\\x5c\\x1d\\x2d\\x27\\xa2\\xcc\\x17\\xf8\\xb3\\xd3\\x78\\xc9\\xe5\\xf6\\x56\\x77\\x1c\\x45\\xff\\xb8\\xcb\\x63\\x1d\\x39\\x6f\\xb2\\xd3\\xce\\x61\\xec\\xb6\\x94\\x1b\\x54\\x2a\\x26\\x76\\x62\\xe1\\x3c\\xb2\\xef\\x17\\x87\\xb5\\xd2\\x4c\\x43\\xbc\\x42\\xde\\xbd\\x96\\xd4\\xcb\\xac\\x63\\xe2\\x51\\xc4\\xf1\\x74\\x94\\x37\\xc7\\x26\\x75\\xa2\\xdc\\x1c\\x87\\xdd\\xd4\\xc6\\xe6\\x2a\\x9f\\x05\\xa5\\x9f\\x2f\\x60\\xf3\\xa7\\xd5\\x24\\xbf\\x31\\xba\\x2d\\x4c\\xb6\\x76\\xcc\\xb9\\x0a\\x99\\x20\\x8f\\x16\\x8e\\xa9\\x68\\xcb\\x0a\\x27\\xfa\\x75\\x67\\x92\\xdb\\x14\\x19\\x55\\xbc\\x1c\\xc9\\xec\\xa2\\x3f\\xed\\x91\\xf1\\x64\\xa3\\xc8\\xbd\\x43\\x9d\\x1f\\xe7\\x3f\\x48\\xbb\\x12\\xa6\\x4c\\x92\\xe3\\xd2\\x47\\x50\\x11\\xfb\\x11\\x31\\xd9\\x54\\xb2\\xac\\xd7\\x6c\\x99\\x67\\xfc\\xcf\\x99\\xcd\\x47\\xa6\\xc4\\xac\\x7b\\x89\\x5e\\x4e\\x33\\xbb\\x8e\\xcf\\xbf\\x69\\xe9\\x45\\xb1\\xb8\\x4d\\x07\\xb9\\xed\\x15\\x99\\x96\\x46\\xc2\\x6f\\x14\\x77\\x6b\\x29\\x4d\\x11\\x32\\x25\\x4d\\x7b\\xba\\xd1\\x52\\xf6\\x8d\\xc4\\xe2\\xe5\\x2e\\xc5\\x01\\x55\\x59\\xf0\\x42\\x29\\x35\\x93\\x91\\xf7\\xe1\\xd8\\x5b\\xd6\\x36\\xfe\\x74\\x54\\x2b\\xbb\\x2b\\x17\\x6f\\x88\\x8a\\x44\\xbb\\x7a\\xf1\\x53\\xab\\xbc\\xaf\\x4e\\x70\\xb6\\xaa\\xd4\\xbe\\x0d\\x5b\\xce\\x4d\\xdd\\x24\\xd1\\x5c\\xb3\\x1d\\x7f\\xdc\\x72\\xce\\xf4\\x9a\\x75\\xfb\\xfb\\xf3\\x69\\x9e\\x2e\\xbb\\x5c\\xef\\xd1\\xa5\\xb4\\x4c\\xa1\\xbc\\x37\\xda\\xf3\\x2a\\x32\\x5b\\xca\\x92\\x2e\\x92\\x47\\x31\\xfb\\xbd\\xb7\\x43\\x82\\xaf\\x74\\x51\\x76\\x1a\\x91\\x5f\\x1c\\xfe\\x96\\x59\\xb2\\x65\\xbc\\x1a\\x63\\xba\\x3c\\xef\\xd6\\x22\\x6b\\xcf\\xa9\\xf1\\x2e\\xb7\\xaa\\xea\\x77\\x2d\\xb2\\x8c\\x73\\xaf\\xb6\\xb7\\x7b\\x4f\\x93\\xa8\\x6e\\x07\\x3e\\x9b\\x8b\\xfa\\x75\\x9f\\xbf\\xbc\\xc2\\x57\\xb6\\x47\\xa3\\x7c\\x5c\\xb5\\x05\\x1c\\xca\\xa2\\xae\\x8e\\xcf\\xad\\x92\\x99\\xaa\\xb1\\xc1\\xee\\x42\\xaa\\x96\\x5f\\x74\\x08\\xd2\\x71\\xe5\\x9f\\x28\\x55\\x93\\x8a\\xf9\\x2e\\x69\\x17\\x77\\x6c\\x6e\\x77\\x39\\x98\\xde\\x9e\\x9a\\x69\\x9b\\x84\\xaa\\x24\\x0b\\xe7\\xd3\\xbd\\x85\\xb9\\x35\\xe9\\x91\\x74\\xd1\\x72\\x73\\x56\\x6b\\x5c\\x64\\x39\\xc4\\xde\\xcd\\x34\\x4a\\x33\\x53\\x52\\x22\\x3e\\xf0\\x0e\\xae\\x26\\xcd\\xc8\\xbc\\x50\\x02\\xcd\\xc7\\xfa\\xf4\\x86\\x8d\\x12\\x4d\\xbc\\xb9\\x6b\\x9a\\x33\\xe5\\xf7\\xf1\\x87\\xa9\\x93\\x2e\\xfe\\x12\\xa5\\xf8\\xa9\\x99\\xfd\\xba\\x59\\x99\\x2d\\x53\\xd6\\x8f\\xa3\\x40\\x90\\x4c\\x68\\x16\\x6c\\x5e\\x95\\x47\\x92\\xcb\\x27\\xa8\\x3d\\x9e\\x92\\xe4\\xdb\\x03\\x92\\xba\\x74\\xd3\\x8b\\x3b\\xcd\\xe9\\xa5\\x9f\\x7d\\x1e\\x62\\x11\\x5e\\x57\\xc3\\xa6\\x45\\xcb\\xa2\\xc5\\xb3\\x29\\xb7\\xf6\\x7d\\xd4\\xee\\x9e\\x78\\x6e\\xfc\\x76\\x5a\\x0a\\xca\\xb7\\x19\\xa6\\x45\\x0a\\x49\\x1d\\x4b\\x9c\\x4f\\x5f\\x52\\xd8\\xf6\\x7b\\x68\\x14\\x53\\x6e\\x36\\xac\\x85\\xbd\\x96\\xa8\\x59\\xe7\\xe8\\xc4\\xe2\\x87\\x54\\x51\\xb2\\x7e\\x40\\x85\\x78\\x07\\x2f\\xb5\\xe8\\xf9\\x9a\\xe8\\xab\\x6d\\xdd\\x79\\xca\\xf9\\xb0\\xdb\\x46\\xd4\\x39\\xaa\\xf1\\x2e\\xe5\\x2e\\x17\\xcf\\xfb\\x08\\x2a\\x4b\\x4b\\xfd\\x01\\x50\\xbd\\x34\\x3c\\x1e\\xc5\\xc5\\xa4\\xd9\\x0f\\xa3\\xcb\\xda\\xb8\\xab\\xed\\x12\\xad\\xa9\\xc7\\x2a\\x59\\x92\\x64\\x1c\\xf4\\x94\\xe6\\x4e\\x9b\\x6d\\x31\\x66\\x59\\xfb\\x23\\xc7\\x2a\\xe4\\x2e\\x2c\\xca\\x17\\xbf\\xb7\\x77\\xa5\\x2d\\xea\\xb7\\x67\\x77\\xbf\\xc8\\xf2\\x9a\\x38\\x93\\xfe\\x04\\xe1\\x8e\\x8f\\x93\\x24\\x13\\x49\\xa7\\xbf\\xb9\\x66\\xab\\x52\\xc6\\x2b\\x89\\x08\\xd5\\xa7\\x5d\\x35\\xe9\\x38\\x5e\\xcb\\x41\\x94\\xfd\\x22\\x13\\xce\\x58\\x92\\x19\\xa1\\xae\\x45\\x33\\xe4\\xf3\\xe5\\xda\\x44\\xa4\\x1f\\x05\\x58\\xec\\xe3\\x23\\xa4\\xc6\\x78\\x73\\xb6\\x40\\x63\\x9b\\xbe\\x2f\\xb6\\x6a\\x26\\xb6\\x57\\xe3\\x98\\xde\\xaf\\x9e\\x20\\x8b\\x2c\\x65\\x32\\xd7\\x6a\\xce\\xf7\\x25\\xf0\\xc2\\xdf\\x92\\x8d\\xd1\\x13\\x7b\\xfa\\xea\\x46\\x47\\x95\\x06\\x65\\xb8\\xaa\\xea\\xf9\\x1a\\xbf\\x7e\\x01\\x44\\xc4\\x32\\x9d\\x62\\x69\\xab\\x2d\\x55\\x7c\\x79\\x30\\xf6\\xce\\xaa\\xe8\\x57\\x3d\\xab\\x8b\\x92\\x74\\xdd\\x7c\\x5a\\x91\\x50\\xc5\\xe8\\x58\\x8f\\x8a\\xfb\\x45\\x02\\x74\\xa5\\xcb\\x4c\\x43\\x79\\xe2\\xa8\\x1f\\x11\\xdf\\x5e\\x1a\\xa6\\x6d\\xb8\\xa0\\x4f\\xdf\\x89\\xc7\\xfa\\x68\\xe6\\x4a\\x11\\xe2\\xa3\\x48\\xcc\\xc6\\xc5\\xf0\\xad\\x5b\\xd4\\xd9\\x23\\x7b\\x5f\\xc1\\x51\\xfd\\x59\\x37\\x91\\x36\\x5e\\x14\\xd5\\x2a\\x51\\xd1\\x8a\\xa5\\x45\\x93\\xe2\\xb6\\xda\\x86\\x0f\\x8a\\xa6\\x36\\xbe\\xed\\xc1\\x72\\xbb\\x58\\xba\\x79\\x69\\xa9\\xc7\\x9b\\xa8\\xca\\x23\\x38\\x5a\\x82\\xb7\\x50\\xee\\xe1\\x5c\\x49\\x5f\\xd5\\xcd\\x64\\x17\\x7d\\xe8\\x7c\\xdd\\x94\\xf4\\xc5\\xbe\\xef\\xcd\\x9c\\x2d\\x46\\xb3\\x66\\x8e\\xc7\\xff\\x89\\xcb\\x1c\\x3c\\x4e\\x37\\x5f\\xf5\\xc0\\xe3\\x94\\x19\\x1f\\x97\\x9e\\xff\\xd1\\xa2\\xba\\x5d\\x34\\xfd\\x77\\x2b\\x27\\x8c\\x62\\x9c\\xa4\\x4d\\x64\\x67\\xbd\\x73\\xae\\x1a\\xb6\\xb0\\xef\\xe4\\x5d\\xf2\\x38\\x7a\\x4a\\x90\\x1d\\x9f\\x80\\x33\\x22\\x7d\\x62\\x40\\x93\\x14\\xa6\\x93\\x63\\x48\\xa4\\x3a\\x0e\\x2f\\x56\\xd5\\xa8\\x92\\xf5\\x68\\x8d\\x24\\xfc\\xd7\\x43\\x93\\x9b\\xb3\\xb5\\x38\\xad\\x54\\x5a\\xb6\\x58\\x32\\x29\\x4a\\xe2\\x7e\\x3b\\xbd\\x18\\x2e\\x61\\x55\\x14\\xbe\\x50\\xeb\\x3f\\x88\\x99\\xf7\\xf6\\x77\\x62\\xad\\xd8\\x96\\xa1\\x87\\x51\\x66\\x6d\\x89\\x44\\x8d\\x5b\\xad\\x4f\\xab\\x34\\x69\\xf2\\xf6\\x6c\\xa7\\x09\\x6b\\xc4\\xc9\\xc5\\xe1\\x57\\xb1\\xb3\\xf5\\xbc\\x55\\xd1\\xbf\\xa5\\xe4\\xdd\\xb9\\xc7\\xaf\\x11\\xa2\\x0c\\xed\\xed\\x08\\x5a\\x57\\x9e\\xc4\\xee\\xa3\\xa6\\x78\\x94\\xb6\\xb9\\x71\\x1a\\x19\\xff\\x44\\x9b\\xe9\\x2a\\x1d\\x8b\\x5e\\xe3\\xf5\\x38\\x65\\xc6\\x2a\\xd5\\x64\\x76\\x59\\x34\\xbf\\xd2\\xd1\\xed\\x26\\x27\\x64\\x59\\x0e\\xb7\\x32\\x33\\xd5\\x8b\\x44\\x26\\x42\\xb6\\xc5\\xa7\\xfc\\xb8\\xd5\\x0a\\xc9\\x32\\x27\\xde\\x04\\x1c\\x77\\x5d\\x65\\x9c\\x4c\\xc1\\x49\\xa1\\x72\\x57\\xaf\\x1a\\xc7\\xc4\\x37\\x54\\x1e\\xda\\xfd\\xc6\\x1b\\x52\\x27\\xa7\\xa6\\x85\\x07\\xf6\\x90\\xa7\\xc3\\xe0\\x58\\xf7\\xca\\x45\\x4d\\x64\\xcb\\x9c\\xb5\\xc7\\x10\\x2f\\x6f\\x88\\x16\\xb1\\x5c\\x9d\\x4f\\x24\\x1b\\x44\\x7c\\x94\\xfa\\x7a\\x1a\\x4d\\x94\\xee\\x0b\\xc3\\x6a\\x45\\x65\\xba\\x9c\\xab\\x16\\xde\\x4c\\xe7\\xab\\xa5\\x28\\xe5\\x3e\\xe0\\xd0\\x6c\\x03\\x6a\\x16\\x96\\x89\\x23\\xde\\xc6\\x26\\x54\\x7a\\x36\\x76\\x6c\\xcf\\xc2\\xd3\\xb5\\xbe\\x13\\xed\\x1a\\x8d\\x67\\xac\\x17\\x52\\x2c\\x79\\xbc\\x10\\x2e\\x2b\\x64\\x4b\\x89\\x34\\xba\\x82\\x36\\xe6\\x27\\x67\\x25\\xfb\\xcc\\x33\\x4e\\x00\\x20\\x1c\\x17\\xd1\\x5b\\x05\\xef\\x81\\x3b\\x5f\\x59\\xf3\\x63\\x77\\xc1\\x54\\xfb\\x1b\\xab\\x65\\x39\\x95\\x37\\xc7\\x9c\\xcb\\x1f\\x31\\x70\\x6f\\x96\\x40\\x38\\x8c\\x88\\xed\\xe9\\xf2\\xab\\x8d\\xea\\x43\\xb9\\x6b\\x37\\x4c\\x98\\x38\\x51\\xb4\\x1e\\xa1\\xd1\\xab\\x5a\\x65\\xeb\\xc6\\x73\\x12\\xff\\xba\\x47\\xac\\xa2\\xd9\\x7b\\x8e\\x96\\x86\\x2d\\x56\\x70\\x2d\\xf2\\xd9\\x9e\\xb8\\xde\\xbc\\x7d\\x59\\x8a\\xf7\\xcd\\xa6\\xed\\xad\\xc0\\xa6\\x26\\xd7\\x6e\\xfd\\x0e\\x62\\x77\\xfc\\x5b\\x0b\\x55\\xce\\xee\\x29\\x35\\xea\\x7a\\x98\\x5b\\x65\\x9d\\xae\\xea\\xee\\x60\\x99\\xf5\\xd8\\xd2\\x73\\xea\\x82\\x95\\x75\\xc5\\xbc\\x92\\xad\\xc0\\x13\\xeb\\xcf\\xaa\\xab\\xaf\\x36\\x56\\xee\\x5c\\xe3\\x9b\\xea\\x57\\xa9\\x22\\x6b\\x86\\xd3\\xec\\xae\\xc3\\x13\\xed\\xf8\\x6d\\x2f\\x3e\\x26\\x2a\\x22\\xeb\\x6c\\xd2\\x12\\x7d\\xb7\\x95\\xa8\\xaa\\x90\\xcf\\x41\\x6f\\xc9\\x8a\\xa7\\x0b\\xc2\\xf3\\x88\\x98\\x8d\\xff\\xd5\\xb3\\x2d\\xba\\x5b\\xf9\\x48\\x3a\\xef\\xfd\\xeb\\x42\\x77\\xb5\\xa6\\xeb\\x51\\xef\\x16\\xcb\\x8f\\x06\\x24\\xf5\\x51\\xab\\x92\\x13\\xd2\\xf0\\x28\\x96\\x89\\xf7\\xb6\\xce\\xb2\\xed\\xb6\\xdd\\x1d\\xfb\\xef\\x5d\\xb4\\xa4\\x4f\\xdf\\x2b\\x26\\xfa\\x9b\\x2e\\xd4\\x6d\\x6a\\x7b\\x96\\xbc\\x58\\xce\\x1e\\x04\\x39\\xe0\\x75\\xc1\\xe6\\x0d\\xa4\\x2d\\xe8\\x43\\xd4\\x52\\x5e\\x6c\\xf5\\xc4\\x44\\x96\\x56\\x34\\xc7\\x45\\x82\\x3e\\xb1\\x87\\x75\\x61\\x89\\xbc\\xf4\\x74\\x66\\xa4\\xd7\\x45\\xe7\\xe4\\x56\\x2d\\x0b\\x07\\xce\\xa6\\x9c\\xe5\\x7a\\x9f\\x65\\x86\\x66\\xdb\\x66\\x58\\x73\\xcb\\xbb\\x36\\x3e\\xda\\x84\\x67\\x9e\\x4b\\xa9\\xf9\\xb4\\x46\\x95\\x90\\x13\\xdc\\x24\\x7e\\xb5\\x4d\\x94\\xb6\\xce\\x86\\x9f\\xb0\\x6e\\x81\\x73\\x17\\x9c\\x2a\\xa5\\xb6\\xb2\\x35\\xbd\\x68\\x6f\\x9f\\x3f\\xbe\\xe7\\x04\\x17\\xca\\x2f\\xf4\\x51\\x37\\xe2\\x4d\\x04\\x08\\x1b\\x51\\x56\\xc6\\xed\\xf2\\x78\\xf1\\x20\\xda\\xdb\\xf6\\x6a\\x79\\x93\\x22\\x98\\x55\\x76\\x53\\x6a\\x74\\xb0\\xc6\\xc3\\x11\\x8d\\xeb\\xf6\\x5c\\xa5\\x6c\\xda\\x72\\xcc\\x4c\\x46\\xae\\x0b\\xb0\\x64\\x08\\xc4\\xee\\x5e\\xfb\\x82\\x92\\x76\\x17\\xff\\x0a\\xf5\\x67\\x17\\x79\\x64\\x9c\\x1a\\xf7\\x80\\xe7\\x5d\\xe6\\xbc\\xbd\\x51\\xc1\\x5b\\x6a\\xc4\\xd1\\x1c\\x7d\\x1b\\x8a\\x39\\xbb\\x35\\xa5\\x46\\x39\\xd7\\x4f\\x11\\x4d\\xb0\\xf8\\xc4\\x1c\\x49\\x99\\xfc\\x74\\xc9\\x84\\xda\\xe1\\xea\\xec\\x09\\xcc\\xf8\\xb4\\x6e\\x5b\\x38\\x6f\\x1a\\x3e\\xdb\\x8d\\xda\\x97\\xe7\\x40\\x52\\xf3\\xb3\\x95\\x7f\\x62\\xda\\x10\\xdd\\xe3\\xd6\\xa2\\x55\\x25\\x7a\\xbe\\x2c\\x2f\\xc2\\x6f\\x3b\\xcc\\x46\\x2a\\xae\\xb7\\xa9\\x77\\xb4\\x62\\x81\\x39\\x28\\x9c\\xe9\\xfb\\xdd\\xcc\\xb8\\x67\\x95\\x9a\\x4a\\xde\\x5d\\x45\\xc2\\x4f\\xbf\\x91\\x75\\x49\\x49\\x93\\x3c\\xaf\\x7b\\x85\\xf0\\xa4\\xf1\\x8c\\xeb\\x58\\xb8\\xa5\\x07\\x9d\\x2d\\x9d\\x50\\x69\\xfe\\xa8\\xbe\\x8a\\xf1\\xa5\\xf7\\xfd\\x69\\x8e\\x1f\\xb5\\x27\\x27\\x4d\\x2d\\xb7\\x0b\\xfe\\x4b\\x6d\\xd3\\xce\\xb7\\x41\\xfe\\xd8\\x97\\x33\\xcb\\xc8\\xd2\\xaa\\xdf\\x3e\\x7c\\xb8\\x4b\\x07\\x55\\x4a\\xf8\\xf3\\xbe\\xc8\\x84\\x66\\xe3\\x93\\xb5\\xb2\\x6d\\xad\\x91\\x51\\xc9\\xf6\\x1e\\x9f\\xaf\\x66\\xf5\\xaa\\xdc\\xe3\\x14\\xbe\\xc5\\x55\\xfd\\x79\\x29\\xae\\xb9\\x48\\xa3\\xa1\\x13\\x07\\xe9\\xc4\\x65\\xe3\\xa3\\x35\\x9b\\xcb\\x45\\x58\\xdb\\x73\\xe8\\xdd\\xec\\xae\\x3a\\x59\\xc4\\x3c\\x96\\xa4\\x79\\xfb\\x54\\xef\\x92\\xb4\\xd1\\x24\\xee\\x65\\x9a\\x6a\\x8f\\xdf\\x67\\xe9\\xf8\\xa2\\xa4\\xc6\\x14\\xb6\\x45\\xbd\\xcc\\x5c\\x71\\xe1\\x25\\x45\\xd8\\xf6\\xfe\\x5c\\x35\\xbb\\x29\\xc4\\xf9\\x6b\\xab\\x7c\\x50\\x5c\\x5a\\x74\\x21\\xed\\x8a\\xd4\\xc5\\xf2\\x78\\x8c\\xd3\\x2a\\x95\\x67\\x22\\xc8\\xd0\\x79\\xc9\\x77\\x9d\\xb4\\x96\\x1a\\xaf\\xc7\\xe5\\xe7\\xee\\x5f\\xff\\xd6\\xc6\\x7e\\xf1\\x99\\x92\\xda\\x8b\\x7e\\xe5\\x49\\xb4\\xa1\\x18\\x33\\x9b\\xd5\\x6c\\xe6\\x8b\\x53\\xbd\\x00\\x02\\x9b\\x16\\x51\\xe6\\xb1\\xfe\\x47\\x58\\x3a\\x26\\xc8\\xaa\\x8f\\xdc\\xd9\\x96\\x4a\\x73\\x9c\\xa5\\xb8\\x20\\xba\\xc0\\x45\\xcb\\xd2\\x73\\x1b\\x1a\\x45\\xd3\\x79\\xf4\\xcc\\x6d\\x4a\\x91\\x79\\xe5\\x36\\x3b\\x91\\xd8\\xdf\\x69\\xc5\\xd4\\x30\\x56\\xea\\x89\\x18\\x58\\x9e\\x4e\\x1a\\xf9\\xd6\\x9c\\x91\\x9b\\xd8\\x05\\xbb\\xad\\x65\\xd1\\xdb\\x10\\xe1\\x63\\x4e\\x75\\xf1\\x85\\x99\\xd5\\xd9\\x45\\x7e\\x83\\x32\\x6f\\x5e\\x5a\\xf4\\x65\\x8a\\x8f\\xcd\\x77\\xd1\\x62\\x68\\x24\\x51\\xf8\\xd5\\x8d\\x34\\xb1\\x52\\x09\\xdf\\xae\\xd5\\x5b\\x92\\x4f\\x8d\\xf2\\xe2\\x4c\\x79\\x43\\x2a\\xe8\\x38\\xad\\x13\\x4e\\xaa\\xd3\\xd3\\x6d\\xe2\\x17\\xca\\xb0\\x67\\x16\\x2d\\xce\\x9f\\x90\\xb9\\xf2\\x58\\xd8\\x63\\xd2\\x99\\x94\\xf4\\x02\\x3f\\x4c\\xf6\\xcf\\x52\\x2c\\xb6\\x96\\x2d\\xbc\\xf0\\x13\\x9c\\x12\\x63\\x80\\x53\\x4a\\xb8\\x68\\x22\\x6a\\xd5\\x71\\xf5\\xc5\\xef\\x57\\xd8\\x08\\xa7\\xc8\\xb8\\xf2\\x34\\x3a\\xe5\\x47\\xfa\\x79\\x1c\\xea\\x65\\x51\\xb4\\x12\\x7a\\x1a\\xbc\\xdb\\x17\\xf1\\x9e\\x84\\xb5\\xb5\\xb7\\x8f\\x7e\\x62\\x5c\\xa6\\x3a\\xb9\\xee\\x7b\\x2a\\x2d\\x55\\x79\\x4a\\x68\\x7d\\xb6\\xdc\\x48\\x6f\\xa1\\xa9\\x5e\\x8a\\x3a\\x66\\x33\\xc5\\xda\\x1b\\x4a\\xe5\\x5e\\xb0\\x4c\\x6f\\x76\\x4d\\xcb\\xba\\x0d\\x30\\xab\\xe9\\xdd\\xa3\\x4d\\xa4\\xea\\x4d\\x2a\\xe2\\xc4\\xf3\\x37\\x95\\xa5\\x3a\\xa7\\xeb\\x69\\x58\\x3b\\x3f\\xa3\\xb0\\x5c\\x9d\\xa4\\x8f\\x64\\x75\\x99\\x6f\\xb6\\x44\\x64\\x02\\x73\\xdd\\x8a\\x80\\xd6\\x09\\x6d\\x9d\\x7e\\x8d\\xfb\\xb2\\x8a\\x35\\x5b\\xfc\\xf4\\xd6\\xaa\\xf9\\x75\\xb1\\x6c\\xe6\\x54\\xc9\\x57\\x1f\\x92\\x16\\x77\\x24\\xdf\\xef\\xdf\\x0b\\xdd\\x42\\x06\\xaa\\xea\\x7a\\xd7\\x1e\\xf5\\x38\\xb6\\xcd\\x3e\\xaa\\x2e\\x1e\\xc7\\x58\\xc8\\xeb\\x7a\\xb2\\x9d\\xbb\\x74\\x77\\x7c\\x2c\\xf8\\xe3\\x42\\xe8\\xb2\\x88\\x46\\x8c\\x53\\x9b\\x2c\\x44\\xd9\\xf5\\x3b\\xca\\x2c\\x09\\xe5\\x12\\xc0\\x57\\x14\\xa7\\x56\\xd6\\x29\\xcf\\xe4\\x71\\xea\\xc6\\x1e\\x8f\\x8f\\xd5\\xb7\\x15\\xad\\x58\\xa7\\x89\\xce\\x2b\\x90\\xf6\\x37\\x4d\\x91\\xb3\\xa9\\x95\\x8c\\xf2\\x8a\\xf1\\x1a\\x9e\\x86\\x35\\xef\\xf3\\x95\\xc1\\xdf\\x09\\xf0\\xcc\\x9a\\xa5\\xda\\xf9\\xe2\\x8e\\x4c\\x1b\\xcd\\xc9\\x9e\\x49\\xa4\\xfd\\x89\\x5c\\xe3\\xec\\x6a\\xc9\\xb4\\xe8\\xa2\\xc9\\x91\\x0b\\x51\\xb5\\xf9\\x48\\x1e\\xcf\\xcd\\x9c\\xc8\\x6e\\x5e\\x57\\xd4\\x37\\xce\\xd4\\x4c\\x29\\xf5\\x54\\x7e\\xd1\\x12\\xcb\\x91\\x6f\\x52\\x1a\\xec\\xc1\\xd5\\x66\\xfc\\x78\\xdf\\x0d\\x6f\\xbf\\xeb\\x45\\x4e\\xb8\\x0e\\xca\\x6c\\xfb\\xb4\\x58\\xfb\\x31\\x76\\x25\\x65\\x94\\x70\\x46\\xb5\\x7e\\xb4\\x22\\x2d\\xb5\\x51\\xdb\\xf6\\x55\\x7b\\x96\\x97\\xd5\\x28\\x91\\x9c\\x58\\x80\\x17\\xf9\\xaf\\x5a\\xd9\\x59\\x6f\\x23\\x98\\x69\\xb5\\xc5\\x02\\x87\\xd6\\x56\\xab\\xbd\\xaf\\x2b\\xc6\\x3c\\x6b\\x88\\x33\\x45\\x3d\\x1d\\x15\\x3b\\xd9\\x89\\x72\\x8a\\x6e\\x3d\\x41\\x36\\x36\\xcf\\xe2\\x8c\\x67\\x51\\x24\\x17\\xa7\\xac\\xcc\\xe1\\x65\\x96\\xc3\\xa1\\x73\\x88\\x7f\\xb3\\xc8\\x29\\xe2\\xd4\\x79\\xd4\\x88\\x5a\\x44\\xec\\xa8\\x39\\xcf\\x59\\xbb\\x99\\x34\\x49\\x99\\x38\\x9c\\x59\\x2f\\x98\\x63\\xfb\\x8e\\x0c\\x39\\x2a\\xc5\\x59\\x7b\\xdc\\x38\\x8b\\xcb\\x87\\x7b\\xf2\\x62\\xdc\\x37\\x94\\x4f\\x76\\xb7\\xce\\x6d\\x68\\x4c\\x55\\xd1\\xde\\x3c\\x9a\\x56\\xca\\xfa\\x6d\\xa2\\x1e\\x9f\\xa1\\xce\\xd7\\x82\\x11\\x8e\\xbf\\xb6\\x28\\x88\\x52\\x26\\xd6\\x7d\\xbe\\xa4\\x9d\\x82\\xfc\\x62\\xc7\\xe2\\x4d\\x49\\xdd\\x04\\x6b\\xe9\\x6f\\xad\\xcb\\xae\\x30\\x9e\\x3d\\xf1\\x0b\\x4e\\x41\\xce\\xd5\\x80\\xe2\\xcd\\x9d\\x9a\\x63\\x8e\\x1f\\xd6\\xad\\x32\\xf6\\x44\\x48\\x84\\xc4\\xb6\\xe6\\xb5\\xc9\\x9b\\x98\\xfd\\x70\\x7a\\x84\\xe9\\xab\\x60\\xa0\\xdb\\xcc\\x4d\\x3f\\xd8\\x00\\x58\\xad\\xc8\\xe4\\x7c\\x4d\\x18\\x3d\\x2a\\xa7\\xc6\\x7a\\x49\\x86\\xf9\\xe2\\x70\\xc6\\x84\\xf8\\xd1\\x76\\xf7\\x9d\\x6c\\x39\\xa9\\xd2\\xb6\\x89\\xd1\\x0b\\xd0\\x6e\\x93\\xd1\\x13\\x5f\\x4e\\x30\\x2e\\x24\\x4a\\x4f\\x43\\x32\\x5f\\x94\\xde\\x4e\\x24\\x6e\\x52\\x72\\x96\\x1b\\xd9\\x17\\x01\\xd4\\x4b\\xac\\x46\\xb1\\x1c\\x9b\\x3d\\x40\\x91\\x9f\\x9c\\x78\\xe3\\xba\\x30\\x2f\\x75\\x6b\\x74\\x8e\\xea\\x3d\\x9c\\xd4\\xe6\\x17\\x4b\\x98\\x45\\x2a\\xa7\\xb9\\xdd\\xa6\\xb5\\x4e\\x0a\\x13\\x72\\xa3\\xa2\\x8e\\x37\\x19\\x40\\x87\\xa7\\xe4\\xa2\\xc7\\xf1\\xab\\x46\\xfc\\xc9\\x37\\x32\\x01\\xec\\x55\\x2d\\x18\\x8b\\x32\\x41\\xe3\\xae\\xc9\\xd1\\x2e\\x76\\xe9\\x17\\x60\\x02\\x2f\\x76\\xc2\\x07\\xd4\\xae\\xe9\\x7a\\x97\\x0b\\xfa\\xdf\\x71\\x25\\x0a\\x8e\\x50\\x4d\\x00\\x60\\xe3\\xe4\\x19\\xeb\\x92\\xc3\\xdc\\x06\\x5a\\x50\\x5a\\xd5\\x15\\x54\\x5a\\xca\\x3f\\xe1\\xd7\\xc8\\x02\\xdd\\x89\\x9a\\xb4\\xd5\\xd3\\x89\\x93\\x25\\xbc\\xe3\\x72\\x67\\xda\\x3a\\x2a\\xaf\\xce\\x96\\x65\\xe5\\x6a\\xd7\\x92\\x8c\\x53\\x9c\\xa3\\xd1\\xba\\x4e\\xd1\\xea\\xd6\\x8f\\x5c\\xc1\\x84\\xca\\xd1\\xb1\\x58\\x1c\\xd7\\x25\\xaa\\x4c\\x24\\x2c\\xb3\\x6f\\x6e\\x63\\xc6\\x15\\x45\\xb4\\xa7\\xb7\\x74\\x18\\xe7\\x8f\\x4e\\x93\\x4e\\x9a\\x68\\xb2\\xbc\\x25\\x85\\xe8\\x61\\xf0\\xe1\\xf9\\xa6\\x51\\x56\\x7e\\x81\\xcd\\xf6\\x78\\x25\\x13\\xd3\\x78\\x85\\x9a\\x77\\xf6\\x28\\x91\\xf1\\x3e\\x6b\\x4e\\x91\\x6d\\xe7\\x40\\x7d\\xd8\\x9a\\x45\\x86\\xd4\\x98\\xb0\\xda\\x42\\xbc\\x74\\x2f\\x30\\x2c\\xed\\x6e\\x4b\\x85\\x7e\\xa3\\x4a\\x49\\x0f\\x31\\x49\\x17\\xca\\xf7\\xdd\\xcd\\xcc\\x49\\x52\\x16\\x7c\\x8a\\xfd\\x69\\x5e\\x7c\\x59\\xa2\\x25\\x9d\\x58\\x8e\\xb7\\xca\\x28\\x27\\x70\\x4b\\xcf\\x13\\xec\\x63\\x52\\x99\\x8f\\xa8\\x48\\xb8\\xfd\\xc6\\x9c\\x91\\x4b\\x0f\\x29\\x57\\xc9\\x8d\\x98\\xc5\\xab\\xcf\\x8b\\xa3\\xdd\\xbc\\xeb\\x85\\x1f\\x3a\\x07\\xe8\\x36\\x3b\\x91\\x4d\\xf8\\xa0\\x96\\xb6\\xbd\\xc0\\x3f\\x9c\\x11\\x21\\xe3\\xa6\\x90\\xc8\\x89\\x6c\\x9e\\x86\\x58\\xd8\\x4a\\x3c\\xf5\\xf4\\x28\\xe7\\x3c\\x3a\\x8e\\x31\\x9b\\xdb\\xc4\\x2d\\x36\\xb1\\x9f\\x1c\\xdd\\x52\\xc1\\x65\\xf3\\x76\\x2d\\xce\\xf9\\x8f\\x4f\\x67\\xbe\\x36\\x4a\\xe5\\xb8\\x5a\\x94\\x74\\x22\\x9e\\x0b\\x09\\x5c\\x25\\xfe\\x44\\x0d\\xd6\\x2c\\x7c\\x1c\\x92\\x7d\\xdf\\xf5\\x53\\x10\\x6c\\xe6\\x3a\\x6e\\x20\\x49\\x6a\\x3e\\xce\\x6d\\xdd\\x5b\\x5f\\xe7\\xd9\\x45\\x75\\xba\\xdc\\xbc\\x64\\x6f\\xeb\\x9a\\x45\\x8d\\xc7\\x0d\\x55\\x69\\xdf\\x12\\xf8\\x5f\\x51\\x05\\x65\\xb6\\xf4\\x6c\\x29\\xa1\\x36\\x4b\\xdd\\xdf\\x5a\\xc6\\xa0\\xdd\\x24\\xba\\xe5\\x53\\x21\\x7e\\x9b\\xe4\\x4c\\x16\\xae\\x9c\\x25\\xb2\\xfc\\x4d\\x28\\xc2\\x5c\\xe2\\xcc\\xde\\x59\\xc9\\xf9\\x34\\x2a\\xd8\\xb2\\xe7\\x4c\\x60\\x36\\x47\\xc7\\xce\\x57\\x4b\\x1a\\x93\\x9d\\x89\\xc3\\x4d\\x5d\\xe9\\x64\\x46\\x59\\x5e\\x29\\xda\\xac\\x74\\x51\\xfa\\xe8\\x6c\\xcc\\x5e\\xbb\\xbc\\xc5\\xe1\\x8b\\x5e\\xa6\\xb4\\x34\\xb7\\x64\\x61\\xe2\\xb7\\x2b\\x05\\x3a\\x8c\\x3a\\x2f\\x7f\\x43\\xfc\\xfb\\xad\\x67\\x6f\\x21\\x52\\x93\\x7b\\x36\\x8d\\xe3\\xf4\\xb0\\x2a\\x91\\xb2\\xe3\\x35\\xb1\\xe5\\xc6\\xba\\x3c\\x01\\x9e\\x5c\\x75\\xbb\\xd2\\x4d\\xba\\x7b\\xc5\\x7b\\xde\\xcd\\x59\\xbb\\xd3\\x24\\xf5\\x71\\x66\\x6c\\x19\\x45\\xf6\\x32\\x8c\\xc9\\x42\\x65\\x61\\xf5\\x38\\xb2\\x38\\x49\\xe3\\x4f\\x74\\x66\\x09\\x73\\xf2\\xcc\\xa8\\xf5\\x5d\\x00\\xbd\\x1d\\xaf\\x2a\\xec\\x61\\x91\\xa6\\x85\\x40\\xcc\\xbe\\xf0\\x5e\\xf7\\x61\\x7f\\xfd\\x2f\\x7f\\xfc\\xed\\x9f\\xff\\xe3\\x1f\\xdf\\x9f\\xfc\\x13\\xc4\\xec\\x3f\\xfe\\xf8\\xfb\\x3f\\xdf\\xd3\\xa1\\x43\\x87\\x0f\\xff\\xf5\\x2f\\xfb\\xc7\\x6f\\xa0\\xda\\xff\\xd3\\x78\\x3f\\x09\\x8d\\x8f\\xe3\\xe0\\xf8\\x80\\xc6\\x27\\x34\\x9e\\xc1\\xf5\\xce\\x78\\x85\\xc6\\x17\\x34\\x1f\\x01\\xe7\\x33\\xe3\\x05\\x1c\\x6f\\xd0\\x78\\x81\\xe6\\xa3\\x47\\xa0\\xfd\\x60\\xe0\\x7a\\x0d\\x5c\\xaf\\x83\\xbf\\xef\\x27\\xc0\\xdf\\xc7\\xbe\\x6f\\x80\\xf3\\x09\\xf0\\xbc\\x04\\x78\\x5e\\x12\\x9c\\x4f\\x82\\xef\\x3f\\x67\\x47\\x40\\xe3\\x03\\x3a\\x5f\\x05\\xce\\xbf\\x6f\\x8c\\x17\\x68\\xbc\\x40\\xdf\\xab\\x8f\\x41\\xeb\\xed\\xe3\\xd0\\x7c\\x98\\x8f\\x61\\x02\\x0a\\xce\\x88\\xed\\x38\\x26\\xe0\\xb8\\x40\\x61\\x02\\xe8\\x29\\xe3\\x00\\xb7\\x29\\xf7\\xec\\xbc\\x7f\\x59\\x80\\x41\\xbb\\xca\\xab\\xe9\\x0c\\x1a\\xef\\xc0\\xb9\\x67\\xd0\\x4e\\x32\\x68\\x27\\xaf\\xf1\\xc8\\xfc\\x05\\xfc\\x7d\\xcc\\xee\\xf1\\x51\\xf0\\xf7\\x0d\\x1c\\xef\\xe0\\xf8\\xb8\\x31\\x1e\\x59\\x6f\\x82\\xbf\\x8f\\xe9\\x69\\x06\\xf5\\x2e\\x83\\x7a\\x97\\x0f\\x0b\\xa4\\xb7\\x16\\xd1\\x35\\x31\\x81\\x82\\x04\\x04\\x3c\\xc2\\xb2\\x47\\x58\\xa1\\xf1\\x0e\\xce\\x07\\x39\\xf2\\xb2\\xce\\x81\\x81\\xe3\\x13\\x1a\\x9f\\xd0\\x7c\\x18\\x7c\\x9f\\x02\\x8e\\xd7\\x1b\\xe3\\x91\\xf7\\x6f\\xe0\\xef\\xdb\\xfc\\x1f\\x18\\xef\\xe0\\xef\\x3b\\x38\\xff\\x00\\x7f\\x3f\\xe1\\xf1\\x0e\\xb8\\x42\\x72\\x6a\\xbe\\x01\\x30\\xbe\\xc1\\xf9\\x34\\xf8\\x7e\\x18\\x3d\\xf0\\xcc\\xe8\\x13\\xc6\\x8e\\x41\\x02\\x02\\xea\\x94\\xd5\\x8a\\xd0\\x1a\\x30\\xe7\\x6c\\x05\\x12\\x10\\xd0\\x55\\xa3\\x06\\x8d\\x47\\x2c\\x93\\x82\\x9e\\xd3\\x35\\x3e\\xa0\\xf1\\x48\\x44\\xa6\\xa0\\x5a\\x54\\x50\\x2d\\xea\\xfa\\x36\\x0a\\x8d\\xc7\\xe6\\x2f\\xe0\\x7c\\x04\\x3a\\xc6\\xba\\x8a\\x08\\xf9\\x5e\\x0a\\xce\\x47\\x21\\xb5\\x7b\\x8d\\x77\\x68\\xbc\\x81\\xe3\\x11\\xb3\\xaa\\xa0\\x99\\xd1\\x35\\x33\\x0a\\x8d\\x0f\\x68\\xbc\\x83\\xf3\\x71\\xf0\\xf7\\x03\\xfc\\xfd\\x80\\x74\\xa8\\x6e\\x86\\x44\\xc1\\xf1\\xc8\\xfe\\x49\\x70\\xfe\\x09\\x65\\xd8\\xae\\xf1\\xc8\\x7a\\x0b\\x9c\\x4f\\xc1\\xbf\\x8f\\xed\\xb7\\x06\\xe7\\xd3\\xe0\\x7c\\x98\\x70\\x01\\x50\\x83\\x6e\\x1a\\x0f\\x11\\x80\\x75\\x3a\\xa3\\x6b\\x40\\xb5\\x04\\x1b\\xb8\\xed\\xd8\\xd1\\x45\\xa3\\x8e\\x01\\x37\\xe4\\xab\\x18\\x18\\x90\\x5d\\xe3\\x05\\x1c\\xaf\\xd0\\x78\\x07\\x7f\\xdf\\xe1\\xdf\\x37\\x60\\x3c\\x83\\xef\\x47\\xe0\\xf1\\x02\\xcd\\x5f\\xc1\\xdf\\x57\\xf0\\xf7\\x0d\\xfc\\x7d\\x83\\x3c\\x51\\xbb\\x56\\x0c\\x8d\\x77\\x70\\xfe\\x48\\xc0\\x64\\xa0\\x25\\x9e\\xf1\\xd8\\xfc\\x03\\xfc\\xfd\\x00\\xf7\\x7f\\x82\\xbf\\x9f\\xe0\\xf9\\x4d\\x70\\xff\\x14\\x38\\x9f\\x82\\x54\\xa8\\x81\\x96\\xd5\\x40\\x4b\\x69\\x60\\x80\\x6b\\x6b\\x59\\x19\\x1c\\x8f\\xfd\\xbe\\x42\\xe7\\x6b\\xc6\\x23\\xfb\\x9f\\x51\\x03\\xc0\\xa8\\x05\\x00\\x5d\\x03\\x43\\x2d\\xfd\\x0a\\x80\\x4f\\x40\\xb5\\x34\\xa3\\x6a\\x97\\x0d\\x17\\xc0\\x36\\x12\\x3b\\x2e\\xe0\\x98\\x00\\xaa\\xbb\\xb8\\xa0\\x34\\x83\\x83\\xce\\x87\\x6f\\x1a\\x03\\x1b\\xef\\xe0\\x7c\\x10\\xe7\\xc0\\x41\\xe7\\xe0\\x1a\\x1f\\xe0\\xf8\\x04\\xc6\\x0b\\x38\\x1f\\x81\\xb2\\xdf\\xbe\\xce\\x87\\x43\\xe3\\x11\\xe3\\xe1\\x57\\x22\\x00\\x18\\x8f\\x39\\x1f\\xbe\\xee\\x81\\x42\\xe3\\x03\\x1a\\x8f\\x39\\x07\\x0e\\x3a\\x07\\xd7\\x78\\x85\\xc6\\x63\\xf3\\x49\\x70\\x3e\\x09\\xce\\x27\\xc1\\xf9\\x14\\x38\\x9f\\x02\\x7f\\xbf\\xc1\\xdf\\xc7\\x9c\\x03\\x47\\x6d\\xa5\\x5f\\x71\\x37\\xf2\\x46\\xc1\\x74\\xb9\\xa3\\xa6\\xef\\x25\\x00\\x3d\\x41\\xd1\\x27\\x18\\x2a\\x80\\x99\\x3e\\x47\\x4d\\x9f\\x5f\\xb5\\x0c\\x90\\x00\\x7a\\x74\\xb8\\x70\\x01\\x64\\xd1\\xb1\\xc6\\x35\\xa1\\xf1\\x7a\\x0a\\x1a\\x6f\\xe0\\xef\\x23\\x39\\xf3\\x00\\xab\\x16\\x03\\x34\\xc6\\x01\\x1a\\xe3\\x55\\xbd\\xd0\\xfc\\x19\\x9c\\x3f\\x56\\x33\\x14\\x60\\x8e\\x3a\\xd6\\xf8\\x19\\x38\\x1e\\x59\\xaf\\x83\\xef\\xdf\\x21\\xe3\\x1d\\xa0\\xb1\\x0c\\xb0\\xda\\x23\\x40\\xe3\\x1a\\xa0\\x71\\x0d\\xb0\\x0a\\x31\\x40\\x63\\x1c\\x60\\x64\\x1f\\xa0\\x31\\x8e\\xad\\x2a\\x44\\xbe\\x57\\x81\\xf3\\x2f\\x70\\x3e\\x05\\x39\\x67\\xd7\\x78\\x64\\xfe\\x60\\x64\\x1c\\x68\\xdc\\x1a\\xa8\\xf1\\x8e\\x2b\\xa5\\xad\\xa8\\x00\\xb4\\x68\\x41\\xd7\\x20\\xe8\\x1a\\x14\\x7d\\x82\\xa2\\x4f\\x30\\xf4\\x09\\x86\\x3e\\x01\\xd5\\x75\\xbc\\xb1\\x0a\\x22\\x10\\xa0\\xb5\\xe7\\x40\\x9f\\x80\\x9d\\xcf\\x04\\x83\\xf5\\x5c\\x7f\\x22\\xc1\\xf1\\x05\\x8d\\x37\\x70\\x3e\\x48\\x66\\x38\\xc1\\xd2\\xb0\\x04\\xfd\\x8f\\xbc\\x6e\\xf9\\x81\\xf1\\x0e\\xf9\\x1f\\x09\\xda\\xbf\\x04\\xed\\x4d\\x82\\xd5\\x8e\\xd7\\x78\\x03\\xc6\\xa3\\xfb\\xb3\\xe0\\xdf\\x77\\x68\\x3c\\xa3\\x07\\x00\\x8c\\xfe\\x12\\xcd\\x94\\x26\\x6a\\x71\\x12\\xb5\\x38\\x89\\xda\\x83\\x44\\xed\\x41\\xa2\\xf6\\x20\\x51\\x7b\\xb0\\x02\\x82\\x3e\\x41\\xd0\\x27\\x18\\xf6\\xe1\\x0c\\x5d\\xb4\\xa1\\x8b\\x36\\x74\\xd1\\x8e\\x4e\\xc9\\xd1\\x27\\x04\\xfa\\x84\\xc0\\x9f\\xa0\\xa8\\x00\\x66\\x44\\x60\\xab\\xc9\\x0d\\x4d\\xa9\\x0e\\x96\\x01\\x2a\\x30\\x67\\x5d\\xa0\\x59\\x2b\\xd0\\xac\\xd5\\x86\\xc9\\x09\\x8c\\x17\\xf0\\xf7\\x0d\\x1c\\xef\\x50\\x29\\x5a\\x81\\x61\\x66\\x1d\\x6c\\x8f\\x5e\\xe3\\x91\\xf9\\x24\\x38\\x9f\\x02\\xc7\\x37\\x94\\xd3\\x2f\\xd4\\x0c\\x16\\x6a\\x06\\x0b\\x35\\x52\\x35\\x36\\x47\\x30\\x01\\x45\\xd7\\xa0\\xe0\\x57\\x66\\x85\\xbc\\xa3\\x42\\x2d\\x42\\xa1\\x0a\\xbe\\xd0\\x1e\\xb3\\x42\\x2d\\xc2\\x4b\\x40\\x30\\x01\\x41\\x9f\\xa0\\xe8\\x1a\\xc0\\x45\\xa3\\xe7\\x9f\\x51\\x05\\x00\\x1a\\xa9\\x42\\x73\\xcb\\x2b\\x00\\x4e\\x09\\xbb\\x08\\xe9\\x8d\\xd5\\x02\\x1a\\x8f\\xf8\\x47\\x0d\\x1a\\xa9\\xde\\x5e\\x33\\x64\\xbc\\x80\\xeb\\x55\\x70\\xbc\\x43\\x4a\\xb5\\x41\\xa3\\xd3\\xa0\\xd1\\x69\\xd0\\x88\\x34\\x68\\x44\\x1a\\xac\\xe2\\x69\\xb0\\xde\\xb5\\x0f\\xba\\x3f\\x1b\\x4a\\x7b\\x35\\x7a\\xef\\xd6\\x68\\xe4\\xd5\\x68\\xea\\xae\\x51\\xa3\\xd6\\xa8\\x51\\x6b\\xd4\\xe4\\x34\\x6a\\x72\\x1a\\xb5\\x20\\x8d\\x5a\\x90\\x46\\x2d\\x48\\xa3\\x06\\xa1\\x51\\x83\\xd0\\xa8\\x41\\x78\\x09\\x40\\x8b\\x46\\x8f\\x33\\x68\\x10\\x1a\\xbd\\x6c\\x5c\\x01\\xc7\\xd6\\x80\\x15\\xce\\x31\\x8a\\x72\\xb1\\x02\\x50\\x3b\\x2e\\x8a\\x73\\xf1\\x12\\x70\\x4c\\x40\\x30\\x81\\x40\\xa7\\x94\\xb8\\x80\\x62\\x02\\x05\\xe9\\x56\\x46\\xe1\\x22\\x26\\x5c\\xa0\\x5b\\x12\\x02\\x4a\\x20\\x2e\\x09\\x13\\xaa\\xf2\\x2f\\x09\\x01\\x9f\\x01\\x6f\\x41\\x50\\x63\\x5e\\x12\\xe0\\xc9\\x63\\x78\\x17\\x82\\x3a\\x70\\x24\\xe0\\x8d\\x0b\\x2a\\x35\\xe6\\x4d\\xad\\x24\\x26\\x80\\x44\\x1b\\x0c\\x23\\x3c\\x2c\\x10\\x12\\x72\\x98\\x60\\x4c\\x05\\x06\\x0b\\xee\\x57\\x40\\x31\\x01\\x47\\xa7\\x04\\xaa\\x4d\\x06\\xeb\\xea\\x18\\x46\\x86\\x80\\xa1\\x1e\\x60\\xec\\x06\\x06\\x5d\\xe4\\x15\\x30\\x6c\\xf3\\x35\\x3a\\xa5\\x46\\x37\\x1f\\xaa\\x98\\x19\\x56\\x9a\\x8c\\x66\\x7f\\x2e\\x09\\x01\\x8f\\x29\\xc3\\x07\\x5b\\xe0\\x75\\x08\\xba\\x69\\x51\\xb8\\x0e\\x46\\x5d\\x7e\\x66\\xd4\\xe7\\xbf\\x24\\xc0\\x8d\\xcb\\xb0\\x42\\x40\\x4d\\x12\\xc3\\x26\\x89\\x61\\x93\\xc4\\xb0\\x49\\xe2\\x1b\\x26\\x09\\x74\\xb4\\x19\\x45\\x50\\x61\\x14\\x22\\x84\\x05\\xac\\xda\\xbe\\xe0\\x14\\x90\\x7d\\x8b\\xa2\\x72\\xac\\x80\\x60\\x4f\\x08\\xf4\\x09\\x81\\xd9\\x24\\x14\\xc9\\x83\\xe5\\xc0\\x5f\\x1a\\x83\\x35\\x63\\x41\\xbb\\x76\\x59\\x60\\xf5\\x0c\\xe3\\x73\\xb0\\xc0\\xea\\x59\\x60\\x65\\x2b\\xaf\\x5d\\x0b\\x49\\x28\\xfc\\x0c\\xbb\\x21\\x21\\xb0\\x04\\xfa\\xcd\\xe1\\xb3\\xc4\\x71\\x43\\x02\\x5d\\x07\\x7c\\x3a\\x18\\x2b\\xff\\x63\\x45\\x15\\xa1\\xa2\\xde\\x3c\\x8a\\xda\\xc1\\x28\\x6c\\x04\\x2b\\xaa\\xd7\\x50\\x60\\x07\\x46\\x91\\x1d\\x18\\x85\\x5e\\x60\\x14\\x4b\\x81\\x51\\x30\\x05\\x56\\xd8\\xed\\x54\\x38\\x1f\\xa0\\x68\\x06\\x98\\x61\\x40\\x82\\xef\\x12\\xd8\\xac\\xe0\\x2d\\x88\\x6a\\x42\\x85\\x35\\x21\\x0c\\x94\\xc0\\x30\\x52\\x02\\x2b\\xac\\xd7\\x14\\x76\\x22\\x15\\xd6\\x84\\x0a\\x6b\\x42\\x85\\x35\\xa1\\xa2\\x25\\x26\\x97\\x04\\x3a\\x2b\\x30\\x56\\x44\\x71\\x22\\xae\\x72\\x25\\xe4\\x3c\\xa1\\xc8\\x09\\x8c\\x42\\x09\\xbc\\x04\\xa0\\x29\\x39\\x3a\\x25\\x30\\x19\\x87\\xc2\\x09\\xb0\\x81\\x37\\x7f\\x2f\\x01\\xe8\\x09\\x89\\x2e\\x3a\\xf1\\x27\\x80\\xdf\\x01\\x04\\xd6\\x44\\x51\\x08\\x5e\\x02\\xe0\\x13\\x04\\x7d\\x02\\xf8\\x96\\xe0\\x23\\xda\\xe8\\x94\\x1a\\x9f\\x12\\x94\\xfa\\x87\\x5b\\xf9\\xbf\\x4b\\x40\\x93\\x62\\x58\\x71\\xa0\\x16\\x0f\\x6e\\xe7\\xff\\x2e\\x21\\xa0\\x04\\xf8\\xfd\\x18\\xd6\\x4f\\xa8\\xc5\\x33\\xd8\\x7e\\x19\\x6c\\xbf\\x50\\x18\\x80\\x97\\x40\\xa0\\x02\\x89\\x08\\x30\\x3a\\x25\\x46\\xa7\\x24\\xe8\\x13\\xf4\\x8e\\x80\\x23\\x02\\x86\\x0b\\x40\\x8a\\xdc\\x51\\x83\\x7a\\x75\\xd4\\x43\\x4f\\x08\\xf4\\x09\\x20\\x28\\x34\\xda\\x84\\xcf\\x68\\x17\\xfe\\x0a\\x28\\x26\\x90\\xe8\\xa2\\x13\\x5d\\x74\\xa2\\x6b\\x48\\xf4\\xc3\\xc1\\x5a\\xa3\\xd0\\x35\\x14\\xba\\xbd\\x0b\\x5d\\x74\\xa1\\x8b\\x6e\\x74\\x0d\\x8d\\x4e\\x09\\x8d\\x84\\x1d\\xce\\x22\\x3a\\x6c\\xe5\\x1d\\xc5\\xe6\\x63\\x18\\xb7\\x80\\x61\\xe0\\x02\\x86\\x91\\x0b\\xbe\\x4b\\x60\\xcf\\x30\\xf8\\x19\\xb0\\xd2\\x64\\x58\\x1f\\xa0\\x36\\x3b\\x50\\x9b\\x1d\\xa8\\xbd\\x0b\\xd4\\xde\\x05\\x88\\x3d\\x7e\\xb5\\x7e\\x60\\x4f\\x70\\x54\\x20\\x50\\x81\\x44\\x05\\xea\\x8e\\x80\\x60\\x02\\x90\\x52\\x0b\\x34\\x70\\x09\\x54\\x0b\\x06\\xac\\xd4\\xe0\\xde\\x6c\\x86\\x9b\\xb3\\x39\\x60\\xa5\\x06\\x77\\x5b\\x33\\xdc\\x6e\\xcd\\x70\\xbf\\x35\\xc3\\xfd\\xd3\\x0c\\xf7\\x43\\x73\\xc0\\x81\\x48\\xc0\\x4a\\x0d\\x6d\\x58\\x7e\\x09\\x28\\x22\\x20\\xe8\\x13\\x14\\x15\\x70\\x54\\x20\\xee\\x08\\x40\\x8b\\x86\\xbf\\x03\\xe8\\x6c\\x26\\x08\\x2b\\xc5\\x68\\xab\\x30\\xc3\\xbd\\xbc\\x0c\\xb7\\xda\\x32\\xdc\\x3a\\xcb\\x70\\x2b\\x2c\\xc3\\x7d\\xa4\\x0c\\x37\\x61\\x72\\xa1\\xc7\\x08\\xed\\x18\\x64\\xb4\\x05\\x70\\x51\\x06\\x41\\x01\\xbb\\x23\\x20\\x88\\x80\\xa3\\x4f\\x80\\xbf\\x43\\xa2\\x02\\x85\\xae\\xa1\\xe1\\x2f\\x8d\\xef\\x0d\\x70\\xd9\\x8d\\x6e\\xbf\\x5d\\x03\\xb2\\x6c\\xb4\\x19\\x88\\xd1\\x6e\\x20\\x6e\\x74\\xfb\\x35\\xba\\x9b\\xd0\\x06\\x22\\x46\\x3b\\x7c\\x18\\x6d\\xc1\\xe1\\x86\\x37\\x07\\xdc\\x54\\xc3\\x8d\\xea\\x58\\x41\\xb9\\x59\\x05\\x25\\x37\\x15\\x94\\x7d\\x54\\x08\\xe5\\x58\\xba\\x04\\x14\\x11\\x30\\xf4\\x09\\x8e\\x0a\\x24\\x2a\\x50\\x77\\x04\\x04\\x11\\x68\\xf8\\x4b\\x83\\xd4\\x43\\x28\\x21\\xe1\\x4b\\xc0\\x10\\x01\\x46\\x9f\\x20\\xa8\\x80\\xde\\x11\\x80\\xde\\x92\\xa1\\x4f\\x70\\x54\\x20\\x50\\x81\\x44\\x05\\x0a\\x15\\x68\\x54\\xe0\\x37\\x75\\xf9\\xd7\\xbf\\xfc\\x20\\x9c\\xfe\\xeb\\x5f\\xfe\\xfe\\xb7\\xff\\xfc\\xfb\\xdf\\xfe\\xff\\x3f\\xfe\\xfd\\xdf\\xfe\\xfa\\x97\\xff\\xf8\\xef\\x7f\\xfc\\xb7\\xbf\\xff\\xcf\\xff\\xef\\x3f\\xff\\xf9\\x1f\\xff\\xf8\\xdb\\x7f\\xfd\\xe3\\xdf\\xff\\xed\\x7f\\x05\\x00\\x00\\xff\\xff\\xe3\\x78\\x88\\x88\\xa1\\xc4\\x03\\x00\")\n"
  },
  {
    "path": "common/defs.go",
    "content": "package common\n\nimport (\n\t\"errors\"\n)\n\n// Source of image database to use for captcha image generation\ntype DataSource uint8\n\nconst (\n\tGelbooru DataSource = iota\n\tDanbooru\n)\n\nconst (\n\t// Keys used as names for input elements in captcha form HTML\n\tIDKey         = \"captchouli-id\"\n\tColourKey     = \"captchouli-color\"\n\tBackgroundKey = \"captchouli-background\"\n)\n\nvar (\n\tErrNoMatch = Error{errors.New(\"not enough images match tag\")}\n)\n\nfunc (d DataSource) String() string {\n\tswitch d {\n\tcase Gelbooru:\n\t\treturn \"gelbooru\"\n\tcase Danbooru:\n\t\treturn \"danBooru\"\n\tdefault:\n\t\treturn \"unknown_source\"\n\t}\n}\n\ntype FetchRequest struct {\n\tTag string\n}\n\n// Generic error with prefix string\ntype Error struct {\n\tErr error\n}\n\nfunc (e Error) Error() string {\n\treturn \"captchouli: \" + e.Err.Error()\n}\n"
  },
  {
    "path": "common/util.go",
    "content": "package common\n\nimport (\n\t\"crypto/rand\"\n\t\"encoding/binary\"\n\t\"encoding/hex\"\n\t\"fmt\"\n\t\"math/big\"\n\tmRand \"math/rand\"\n\t\"path/filepath\"\n\t\"time\"\n)\n\nfunc init() {\n\tmRand.Seed(time.Now().UnixNano())\n}\n\n// Returns a cryptographically secure pseudorandom int in the interval [0;max)\nfunc RandomInt(max int) int {\n\ti, _ := rand.Int(rand.Reader, big.NewInt(int64(max)))\n\tif i == nil {\n\t\treturn mRand.Int() % max // Fallback\n\t}\n\treturn int(i.Int64())\n}\n\n// Decode hex string to MD5 hash\nfunc DecodeMD5(s string) (buf [16]byte, err error) {\n\tn, err := hex.Decode(buf[:], []byte(s))\n\tif err != nil {\n\t\treturn\n\t}\n\tif n != 16 {\n\t\terr = Error{fmt.Errorf(\"invalid MD5 hash: `%s`\", err)}\n\t}\n\treturn\n}\n\n// Return filesystem path to thumbnail file\nfunc ThumbPath(md5 [16]byte) string {\n\treturn filepath.Join(RootDir, \"images\", hex.EncodeToString(md5[:]))\n}\n\n// Source of cryptographically secure integers\nvar CryptoSource mRand.Source = new(cryptoSource)\n\ntype cryptoSource struct{}\n\nfunc (cryptoSource) Int63() int64 {\n\tvar b [8]byte\n\trand.Read(b[:])\n\t// Mask off sign bit to ensure positive number\n\treturn int64(binary.LittleEndian.Uint64(b[:]) & (1<<63 - 1))\n}\n\nfunc (cryptoSource) Seed(_ int64) {}\n"
  },
  {
    "path": "common/vars.go",
    "content": "package common\n\nimport (\n\t\"os\"\n\t\"path/filepath\"\n\t\"runtime\"\n)\n\nvar (\n\tRootDir string\n\tIsTest  = false\n)\n\nfunc init() {\n\tenvKey := \"HOME\"\n\tdir := \"captchouli\"\n\tif runtime.GOOS == \"windows\" {\n\t\tenvKey = \"APPDATA\"\n\t} else {\n\t\tdir = \".\" + dir\n\t}\n\tRootDir = filepath.Join(os.Getenv(envKey), dir)\n}\n"
  },
  {
    "path": "danbooru/main.go",
    "content": "package danbooru\n\nimport (\n\t\"context\"\n\t\"database/sql\"\n\t\"errors\"\n\t\"io\"\n\t\"io/ioutil\"\n\t\"net/http\"\n\t\"os\"\n\t\"runtime\"\n\t\"strings\"\n\t\"sync\"\n\n\t\"github.com/bakape/boorufetch\"\n\t\"github.com/bakape/captchouli/v2/common\"\n\t\"github.com/bakape/captchouli/v2/db\"\n)\n\nvar (\n\tcache = make(map[string]*cacheEntry)\n\tmu    sync.Mutex\n\n\tblacklisted = map[string]struct{}{\n\t\t\"photo\":           {},\n\t\t\"monochrome\":      {},\n\t\t\"multiple_girls\":  {},\n\t\t\"couple\":          {},\n\t\t\"multiple_boys\":   {},\n\t\t\"cosplay\":         {},\n\t\t\"objectification\": {},\n\t}\n\n\terrAllFetched = errors.New(\"all pages fetched\")\n)\n\ntype cacheEntry struct {\n\tpages    map[int]struct{}\n\tmaxPages int // Estimate for maximum number of pages\n}\n\n// Fetch random matching file from Danbooru.\n// f can be nil, if no file is matched, even when err = nil.\n// Caller must close and remove temporary file after use.\nfunc Fetch(req common.FetchRequest) (f *os.File, image db.Image, err error) {\n\tmu.Lock()\n\tdefer mu.Unlock()\n\n\tpending, err := db.CountPending(req.Tag)\n\tif err != nil {\n\t\treturn\n\t}\n\tallFetched := false\n\tif pending < 3 {\n\t\terr = tryFetchPage(req.Tag, req.Tag+\" solo\")\n\t\tswitch err {\n\t\tcase nil:\n\t\tcase errAllFetched:\n\t\t\terr = nil\n\t\t\tallFetched = true\n\t\tdefault:\n\t\t\treturn\n\t\t}\n\t}\n\n\timg, err := db.PopRandomPendingImage(req.Tag)\n\tif err != nil {\n\t\tif err == sql.ErrNoRows {\n\t\t\tif allFetched {\n\t\t\t\terr = common.ErrNoMatch\n\t\t\t\treturn\n\t\t\t}\n\t\t\terr = nil\n\t\t}\n\t\treturn\n\t}\n\n\timage = db.Image{\n\t\tRating: img.Rating,\n\t\tSource: common.Danbooru,\n\t\tMD5:    img.MD5,\n\t\tTags:   img.Tags,\n\t}\n\n\tr, err := http.Get(img.URL)\n\tif err != nil {\n\t\treturn\n\t}\n\tdefer r.Body.Close()\n\n\tf, err = ioutil.TempFile(\"\", \"\")\n\tif err != nil {\n\t\treturn\n\t}\n\t_, err = io.Copy(f, r.Body)\n\tif err != nil {\n\t\t// Ignore any errors here. This cleanup need not succeed.\n\t\tf.Close()\n\t\tos.Remove(f.Name())\n\t\tf = nil\n\t}\n\treturn\n}\n\n// Attempt to fetch a random page from Danbooru\nfunc tryFetchPage(requested, tags string) (err error) {\n\tstore := cache[tags]\n\tif store == nil {\n\t\tmaxPages := 300\n\t\tif common.IsTest { // Reduce test duration\n\t\t\tmaxPages = 10\n\t\t}\n\t\tstore = &cacheEntry{\n\t\t\tpages:    make(map[int]struct{}),\n\t\t\tmaxPages: maxPages,\n\t\t}\n\t\tcache[tags] = store\n\t}\n\tif store.maxPages == 0 {\n\t\terr = common.ErrNoMatch\n\t\treturn\n\t}\n\tif len(store.pages) == store.maxPages {\n\t\treturn errAllFetched\n\t}\n\n\t// Always dowload first page on fresh fetch\n\tvar page int\n\tif len(store.pages) != 0 {\n\t\tpage = common.RandomInt(store.maxPages)\n\t} else {\n\t\tpage = 0\n\t}\n\n\t_, ok := store.pages[page]\n\tif ok { // Cache hit\n\t\treturn\n\t}\n\n\tposts, err := boorufetch.FromDanbooru(tags, uint(page), 100)\n\tif err != nil {\n\t\treturn\n\t}\n\tif len(posts) == 0 {\n\t\tif page == 0 {\n\t\t\terr = common.ErrNoMatch\n\t\t\tstore.maxPages = 0 // Mark as invalid\n\t\t\treturn\n\t\t}\n\t\t// Empty page. Don't check pages past this one. They will also be empty.\n\t\tstore.maxPages = page\n\t\t// Retry with a new random page\n\t\treturn tryFetchPage(requested, tags)\n\t}\n\n\t// Push applicable posts to pending image set\n\tdst := make(chan error, 8)\n\tsrc := make(chan boorufetch.Post, len(posts))\n\n\tctx, cancel := context.WithCancel(context.Background())\n\tdefer cancel()\n\n\tfor _, p := range posts {\n\t\tsrc <- p\n\t}\n\tcpus := runtime.NumCPU()\n\tfor i := 0; i < cpus; i++ {\n\t\tgo func() {\n\t\t\tfor {\n\t\t\t\tselect {\n\t\t\t\tcase <-ctx.Done():\n\t\t\t\t\treturn\n\t\t\t\tcase p := <-src:\n\t\t\t\t\tselect {\n\t\t\t\t\tcase <-ctx.Done():\n\t\t\t\t\t\treturn\n\t\t\t\t\tcase dst <- processPost(requested, p):\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t}\n\t\t}()\n\t}\n\tfor i := 0; i < len(posts); i++ {\n\t\terr = <-dst\n\t\tif err != nil {\n\t\t\treturn\n\t\t}\n\t}\n\n\t// Set page as seen\n\tstore.pages[page] = struct{}{}\n\n\treturn\n}\n\nfunc processPost(requested string, p boorufetch.Post,\n) (err error) {\n\timg := db.PendingImage{TargetTag: requested}\n\timg.MD5, err = p.MD5()\n\tif err != nil {\n\t\t// There are sometimes posts with no MD5 hash - ignore them\n\t\treturn nil\n\t}\n\n\t// Check, if not already in DB\n\tinDB, err := db.IsInDatabase(img.MD5)\n\tif err != nil || inDB {\n\t\treturn\n\t}\n\tinDB, err = db.IsPendingImage(img.MD5)\n\tif err != nil || inDB {\n\t\treturn\n\t}\n\n\tblacklist := func() error {\n\t\treturn db.BlacklistImage(img.MD5)\n\t}\n\n\t// File must be a still image\n\tvalid := false\n\timg.URL = p.FileURL()\n\tif img.URL != \"\" {\n\t\tfor _, s := range [...]string{\"jpg\", \"jpeg\", \"png\"} {\n\t\t\tif strings.HasSuffix(img.URL, s) {\n\t\t\t\tvalid = true\n\t\t\t\tbreak\n\t\t\t}\n\t\t}\n\t}\n\tif !valid {\n\t\treturn blacklist()\n\t}\n\n\t// Rating and tag fetches might need a network fetch, so do these later\n\timg.Rating, err = p.Rating()\n\tif err != nil {\n\t\treturn\n\t}\n\tbooruTags, err := p.Tags()\n\tif err != nil {\n\t\treturn\n\t}\n\n\thasChar := false\n\thasSolo := false\n\tcontainsRequested := false\n\tfor _, t := range booruTags {\n\t\t// Allow only images with 1 character in them\n\t\tif t.Type == boorufetch.Character {\n\t\t\tif hasChar {\n\t\t\t\treturn blacklist()\n\t\t\t}\n\t\t\thasChar = true\n\t\t}\n\n\t\t// Ensure tags do not contain any of the blacklisted tags\n\t\tif _, ok := blacklisted[t.Tag]; ok {\n\t\t\treturn blacklist()\n\t\t}\n\n\t\t// Ensure tags contain solo\n\t\tif !hasSolo {\n\t\t\thasSolo = t.Tag == \"solo\"\n\t\t}\n\n\t\t// Ensure array contains initial tag\n\t\tif !containsRequested {\n\t\t\tcontainsRequested = strings.ToLower(t.Tag) == requested\n\t\t}\n\t}\n\tif !containsRequested || !hasSolo {\n\t\treturn blacklist()\n\t}\n\n\timg.Tags = make([]string, 0, len(booruTags))\n\tfor _, t := range booruTags {\n\t\timg.Tags = append(img.Tags, t.Tag)\n\t}\n\n\treturn db.InsertPendingImage(img)\n}\n"
  },
  {
    "path": "danbooru/main_test.go",
    "content": "package danbooru\n\nimport (\n\t\"bytes\"\n\t\"encoding/hex\"\n\t\"fmt\"\n\t\"os\"\n\t\"testing\"\n\n\t\"github.com/bakape/captchouli/v2/common\"\n\t\"github.com/bakape/captchouli/v2/db\"\n\t\"github.com/olekukonko/tablewriter\"\n)\n\nfunc TestMain(t *testing.M) {\n\tdb.OpenForTests()\n\tos.Exit(t.Run())\n}\n\nfunc TestFetch(t *testing.T) {\n\ttestFetches(t, \"sakura_kyouko\")\n}\n\nfunc testFetches(t *testing.T, tag string) {\n\tt.Helper()\n\n\tvar buf bytes.Buffer\n\tw := tablewriter.NewWriter(&buf)\n\tw.SetAlignment(tablewriter.ALIGN_LEFT)\n\tw.SetColWidth(80)\n\tw.SetRowLine(true)\n\tw.SetHeader([]string{\"rating\", \"MD5\", \"tags\"})\n\n\tf, img, err := Fetch(common.FetchRequest{\n\t\tTag: tag,\n\t})\n\tif err != nil {\n\t\tt.Fatal(err)\n\t}\n\tif f != nil {\n\t\terr = os.Remove(f.Name())\n\t\tif err != nil {\n\t\t\tt.Fatal(err)\n\t\t}\n\t\terr = f.Close()\n\t\tif err != nil {\n\t\t\tt.Fatal(err)\n\t\t}\n\t\tw.Append([]string{img.Rating.String(),\n\t\t\thex.EncodeToString(img.MD5[:]),\n\t\t\tfmt.Sprint(img.Tags)})\n\t}\n\n\tw.Render()\n\tt.Logf(\"\\n%s\\n\", buf.String())\n}\n\nfunc TestNoMatch(t *testing.T) {\n\t_, _, err := Fetch(common.FetchRequest{\n\t\tTag: \"sakura_kyouko_dsadsdadsadsad\",\n\t})\n\tif err != common.ErrNoMatch {\n\t\tt.Fatal(err)\n\t}\n}\n\nfunc TestOnlyOnePage(t *testing.T) {\n\ttestFetches(t, \"symphogear_live\")\n}\n"
  },
  {
    "path": "danbooru/testdata/.keep",
    "content": ""
  },
  {
    "path": "db/captchas.go",
    "content": "package db\n\nimport (\n\tcrypto \"crypto/rand\"\n\t\"database/sql\"\n\t\"math/rand\"\n\t\"strings\"\n\n\t\"github.com/Masterminds/squirrel\"\n\t\"github.com/bakape/boorufetch\"\n\t\"github.com/bakape/captchouli/v2/common\"\n)\n\n// Filters for querying an image for a captcha\ntype Filters struct {\n\tcommon.FetchRequest\n\tExplicitness []boorufetch.Rating\n}\n\n// Generate a new captcha and return its ID and image list in order\nfunc GenerateCaptcha(f Filters) (id [64]byte, images [9][16]byte, err error) {\n\tf.Tag = strings.ToLower(f.Tag)\n\n\tbuf := make([]byte, 16)\n\tmatchedCount, err := getMatchingImages(f, &images, &buf)\n\tif err != nil {\n\t\treturn\n\t}\n\tmatched := make([][16]byte, matchedCount)\n\tcopy(matched, images[:])\n\n\terr = getNonMatchingImages(f, 9-matchedCount, &images, &buf)\n\tif err != nil {\n\t\treturn\n\t}\n\n\trand.New(common.CryptoSource).Shuffle(9, func(i, j int) {\n\t\timages[i], images[j] = images[j], images[i]\n\t})\n\n\t// This produces a sorted array of the correct answer indices.\n\t// There might be a better way to do this.\n\tj := 0\n\tsolution := make([]byte, matchedCount)\n\tfor i := 0; i < 9 && j < matchedCount; i++ {\n\t\tfor k := 0; k < matchedCount; k++ {\n\t\t\tif matched[k] == images[i] {\n\t\t\t\tsolution[j] = byte(i)\n\t\t\t\tj++\n\t\t\t}\n\t\t}\n\t}\n\n\t_, err = crypto.Read(id[:])\n\tif err != nil {\n\t\treturn\n\t}\n\n\tdbMu.Lock()\n\tdefer dbMu.Unlock()\n\n\t_, err = sq.Insert(\"captchas\").\n\t\tColumns(\"id\", \"solution\").\n\t\tValues(id[:], solution[:]).\n\t\tExec()\n\treturn\n}\n\nfunc getMatchingImages(f Filters, images *[9][16]byte, buf *[]byte,\n) (n int, err error) {\n\tn = common.RandomInt(2) + 2\n\tq := sq.Select(\"hash\").\n\t\tFrom(\"image_tags\").\n\t\tJoin(\"images on images.id = image_id\").\n\t\tWhere(squirrel.Eq{\n\t\t\t\"tag\":       f.Tag,\n\t\t\t\"source\":    common.Danbooru,\n\t\t\t\"blacklist\": false,\n\t\t\t\"rating\":    f.Explicitness,\n\t\t}).\n\t\tOrderBy(\"random()\").\n\t\tLimit(uint64(n))\n\terr = queryHashes(q, 0, images, buf)\n\treturn\n}\n\nfunc getNonMatchingImages(f Filters, n int, images *[9][16]byte, buf *[]byte,\n) (err error) {\n\tq := sq.Select(\"hash\").\n\t\tFrom(\"images\").\n\t\tWhere(\n\t\t\t`not exists (\n\t\t\t\tselect 1\n\t\t\t\tfrom image_tags\n\t\t\t\twhere image_id = images.id and tag = ?)`,\n\t\t\tf.Tag).\n\t\tWhere(squirrel.Eq{\n\t\t\t\"blacklist\": false,\n\t\t\t\"rating\":    f.Explicitness,\n\t\t}).\n\t\tOrderBy(\"random()\").\n\t\tLimit(uint64(n))\n\treturn queryHashes(q, 9-n, images, buf)\n}\n\nfunc queryHashes(q squirrel.SelectBuilder, i int, images *[9][16]byte,\n\tbuf *[]byte,\n) (err error) {\n\tdbMu.RLock()\n\tdefer dbMu.RUnlock()\n\n\tr, err := q.Query()\n\tif err != nil {\n\t\treturn\n\t}\n\tdefer r.Close()\n\n\tfor r.Next() {\n\t\terr = r.Scan(buf)\n\t\tif err != nil {\n\t\t\treturn\n\t\t}\n\t\tcopy(images[i][:], *buf)\n\t\ti++\n\t}\n\terr = r.Err()\n\treturn\n}\n\n// Check, if a solution to a captcha is valid\nfunc CheckSolution(id [64]byte, solution []byte) (solved bool, err error) {\n\tdbMu.Lock()\n\tdefer dbMu.Unlock()\n\n\terr = InTransaction(func(tx *sql.Tx) (err error) {\n\t\tvar (\n\t\t\tcorrect []byte\n\t\t)\n\t\terr = sq.\n\t\t\tSelect(\"solution\").\n\t\t\tFrom(\"captchas\").\n\t\t\tWhere(\"id = ? and status = 0\", id[:]).\n\t\t\tRunWith(tx).\n\t\t\tQueryRow().\n\t\t\tScan(&correct)\n\t\tswitch err {\n\t\tcase nil:\n\t\tcase sql.ErrNoRows:\n\t\t\terr = nil\n\t\t\treturn\n\t\tdefault:\n\t\t\treturn\n\t\t}\n\n\t\tsolved = isSolved(correct, solution)\n\t\tvar status int\n\t\tif solved {\n\t\t\tstatus = 1\n\t\t} else {\n\t\t\tstatus = 2\n\t\t}\n\t\t_, err = sq.\n\t\t\tUpdate(\"captchas\").\n\t\t\tSet(\"status\", status).\n\t\t\tWhere(\"id = ?\", id[:]).\n\t\t\tRunWith(tx).\n\t\t\tExec()\n\t\treturn\n\t})\n\treturn\n}\n\nfunc isSolved(correct []byte, proposed []byte) bool {\n\tsolved := 0\n\tfor _, id := range proposed {\n\t\tfor _, c := range correct {\n\t\t\tif id == c {\n\t\t\t\tsolved++\n\t\t\t\tgoto next\n\t\t\t}\n\t\t}\n\t\treturn false\n\tnext:\n\t}\n\treturn solved >= len(correct)-1\n}\n\n// Get solution for captcha by ID\nfunc GetSolution(id [64]byte) (solution []byte, err error) {\n\tdbMu.Lock()\n\tdefer dbMu.Unlock()\n\n\terr = sq.\n\t\tSelect(\"solution\").\n\t\tFrom(\"captchas\").\n\t\tWhere(\"id = ?\", id[:]).\n\t\tQueryRow().\n\t\tScan(&solution)\n\treturn\n}\n\n// Return, if captcha exists and is solved. The captcha is deleted on a\n// successful check to prevent replayagain attacks.\nfunc IsSolved(id [64]byte) (is bool, err error) {\n\tdbMu.Lock()\n\tdefer dbMu.Unlock()\n\n\tres, err := sq.Delete(\"captchas\").\n\t\tWhere(\"id = ? and status = 1\", id[:]).\n\t\tExec()\n\tif err != nil {\n\t\treturn\n\t}\n\tn, err := res.RowsAffected()\n\tif err != nil {\n\t\treturn\n\t}\n\tis = n != 0\n\treturn\n}\n"
  },
  {
    "path": "db/db_test.go",
    "content": "package db\n\nimport (\n\t\"os\"\n\t\"testing\"\n)\n\nfunc TestMain(t *testing.M) {\n\tOpenForTests()\n\tos.Exit(t.Run())\n}\n"
  },
  {
    "path": "db/images.go",
    "content": "package db\n\nimport (\n\t\"database/sql\"\n\t\"strings\"\n\n\t\"github.com/Masterminds/squirrel\"\n\t\"github.com/bakape/boorufetch\"\n\t\"github.com/bakape/captchouli/v2/common\"\n)\n\ntype Image struct {\n\tRating boorufetch.Rating\n\tSource common.DataSource\n\tMD5    [16]byte\n\tTags   []string\n}\n\n// Return, if file is not already registered in the DB as valid thumbnail or in\n// a blacklist\nfunc IsInDatabase(md5 [16]byte) (bool, error) {\n\treturn imageExists(\"images\", md5)\n}\n\n// Write image to database\nfunc InsertImage(img Image) (err error) {\n\tif len(img.Tags) == 0 {\n\t\treturn BlacklistImage(img.MD5)\n\t}\n\n\tlowercaseTags(img.Tags)\n\n\tdbMu.Lock()\n\tdefer dbMu.Unlock()\n\n\treturn InTransaction(func(tx *sql.Tx) (err error) {\n\t\tr, err := sq.\n\t\t\tInsert(\"images\").\n\t\t\tColumns(\"hash\", \"rating\").\n\t\t\tValues(img.MD5[:], img.Rating).\n\t\t\tRunWith(tx).\n\t\t\tExec()\n\t\tif err != nil {\n\t\t\treturn\n\t\t}\n\t\tid, err := r.LastInsertId()\n\t\tif err != nil {\n\t\t\treturn\n\t\t}\n\n\t\tq, err := tx.Prepare(\n\t\t\t`insert into image_tags (image_id, tag, source)\n\t\t\tvalues(?, ?, ?)`)\n\t\tif err != nil {\n\t\t\treturn\n\t\t}\n\t\tfor _, t := range img.Tags {\n\t\t\t_, err = q.Exec(id, t, img.Source)\n\t\t\tif err != nil {\n\t\t\t\treturn\n\t\t\t}\n\t\t}\n\t\treturn\n\t})\n}\n\n// Add image to blacklist so that it is not fetched again\nfunc BlacklistImage(hash [16]byte) (err error) {\n\tdbMu.Lock()\n\tdefer dbMu.Unlock()\n\n\t_, err = sq.\n\t\tInsert(\"images\").\n\t\tColumns(\"hash\", \"blacklist\").\n\t\tValues(hash[:], true).\n\t\tExec()\n\treturn\n}\n\n// Return count of images matching selectors\nfunc ImageCount(f Filters) (n int, err error) {\n\tf.Tag = strings.ToLower(f.Tag)\n\n\tdbMu.RLock()\n\tdefer dbMu.RUnlock()\n\n\terr = sq.Select(\"count(*)\").\n\t\tFrom(\"image_tags\").\n\t\tJoin(\"images on image_id = images.id\").\n\t\tWhere(squirrel.Eq{\n\t\t\t\"tag\":       f.Tag,\n\t\t\t\"blacklist\": false,\n\t\t\t\"rating\":    f.Explicitness,\n\t\t}).\n\t\tScan(&n)\n\treturn\n}\n"
  },
  {
    "path": "db/init.go",
    "content": "package db\n\nimport (\n\t\"database/sql\"\n\t\"fmt\"\n\t\"os\"\n\t\"path/filepath\"\n\t\"strings\"\n\t\"sync\"\n\n\t\"github.com/Masterminds/squirrel\"\n\t\"github.com/bakape/captchouli/v2/common\"\n\t_ \"github.com/mattn/go-sqlite3\"\n)\n\nvar (\n\tdb *sql.DB\n\tsq squirrel.StatementBuilderType\n\n\t// To avoid locking \"database locked\" errors. Hard limitation of SQLite,\n\t// when used from multiple threads. Lock appropriately for read and write\n\t// queries.\n\tdbMu sync.RWMutex\n)\n\n// Open a database connection\nfunc Open() (err error) {\n\t// Create root dir, id it does not exist\n\t_, err = os.Stat(common.RootDir)\n\tif err != nil {\n\t\tif os.IsNotExist(err) {\n\t\t\terr = os.MkdirAll(filepath.Join(common.RootDir, \"images\"),\n\t\t\t\tos.ModeDir|0700)\n\t\t\tif err != nil {\n\t\t\t\treturn\n\t\t\t}\n\t\t} else {\n\t\t\treturn\n\t\t}\n\t}\n\n\tdb, err = sql.Open(\"sqlite3\",\n\t\tfmt.Sprintf(\"file:%s?cache=shared&mode=rwc\",\n\t\t\tfilepath.Join(common.RootDir, \"db.db\")))\n\tif err != nil {\n\t\treturn\n\t}\n\tsq = squirrel.StatementBuilder.RunWith(squirrel.NewStmtCacheProxy(db))\n\n\tvar currentVersion int\n\terr = sq.Select(\"val\").\n\t\tFrom(\"main\").\n\t\tWhere(\"id = 'version'\").\n\t\tQueryRow().\n\t\tScan(&currentVersion)\n\tif err != nil {\n\t\tif s := err.Error(); strings.HasPrefix(s, \"no such table\") {\n\t\t\terr = nil\n\t\t} else {\n\t\t\treturn\n\t\t}\n\t}\n\terr = runMigrations(currentVersion, version)\n\tif err != nil {\n\t\treturn\n\t}\n\n\tif !common.IsTest {\n\t\tgo runUpkeepTasks()\n\t}\n\treturn\n}\n\n// Close database connection\nfunc Close() error {\n\tdbMu.Lock()\n\tdefer dbMu.Unlock()\n\n\treturn db.Close()\n}\n\n// Open database for testing purposes\nfunc OpenForTests() {\n\tcommon.IsTest = true\n\terr := Open()\n\tif err != nil {\n\t\tpanic(err)\n\t}\n}\n"
  },
  {
    "path": "db/migrations.go",
    "content": "package db\n\nimport (\n\t\"bytes\"\n\t\"database/sql\"\n\t\"fmt\"\n\t\"log\"\n)\n\nvar version = len(migrations)\n\nvar migrations = []func(*sql.Tx) error{\n\tfunc(tx *sql.Tx) (err error) {\n\t\t// Initialize DB\n\t\treturn execAll(tx,\n\t\t\t`create table main (\n\t\t\t\tid text primary key,\n\t\t\t\tval text not null\n\t\t\t)`,\n\t\t\t`insert into main (id, val) values('version', '1')`,\n\t\t\t`create table images (\n\t\t\t\tid integer primary key,\n\t\t\t\thash blob not null,\n\t\t\t\tblacklist bool not null default false\n\t\t\t)`,\n\t\t\tcreateIndex(\"images\", \"hash\", true),\n\t\t\tcreateIndex(\"images\", \"blacklist\", false),\n\t\t\t`create table image_tags (\n\t\t\t\timage_id integer not null references images on delete cascade,\n\t\t\t\ttag text not null,\n\t\t\t\tsource int not null,\n\t\t\t\tprimary key (image_id, tag, source)\n\t\t\t)`,\n\t\t\tcreateIndex(\"image_tags\", \"image_id\", false),\n\t\t\tcreateIndex(\"image_tags\", \"tag\", false),\n\t\t\tcreateIndex(\"image_tags\", \"source\", false),\n\t\t)\n\t},\n\tfunc(tx *sql.Tx) (err error) {\n\t\treturn execAll(tx,\n\t\t\t`create table captchas (\n\t\t\t\tid blob primary key,\n\t\t\t\tsolution blob not null,\n\t\t\t\tstatus int not null default 0,\n\t\t\t\tcreated datetime not null default current_timestamp\n\t\t\t)`,\n\t\t\tcreateIndex(\"captchas\", \"created\", false),\n\t\t\tcreateIndex(\"captchas\", \"status\", false),\n\t\t)\n\t},\n\tfunc(tx *sql.Tx) (err error) {\n\t\treturn execAll(tx,\n\t\t\t`delete from images`,\n\t\t\t`delete from image_tags`,\n\t\t\t`alter table images add column rating integer not null default 1`,\n\t\t\tcreateIndex(\"images\", \"rating\", false),\n\t\t)\n\t},\n\tfunc(tx *sql.Tx) (err error) {\n\t\treturn execAll(tx,\n\t\t\t`create table pending_images (\n\t\t\t\trating integer not null,\n\t\t\t\thash blob primary key,\n\t\t\t\ttarget_tag text not null,\n\t\t\t\turl  text not null,\n\t\t\t\ttags  blob not null\n\t\t\t)`,\n\t\t\tcreateIndex(\"pending_images\", \"target_tag\", false),\n\t\t)\n\t},\n}\n\n// Run migrations from version `from`to version `to`\nfunc runMigrations(from, to int) (err error) {\n\tvar tx *sql.Tx\n\n\trollBack := func() error {\n\t\tif rbErr := tx.Rollback(); rbErr != nil {\n\t\t\treturn rbErr\n\t\t}\n\t\treturn err\n\t}\n\n\tfor i := from; i < to; i++ {\n\t\tlog.Printf(\"captchouli: upgrading database to version %d\\n\", i+1)\n\t\ttx, err = db.Begin()\n\t\tif err != nil {\n\t\t\treturn\n\t\t}\n\n\t\terr = migrations[i](tx)\n\t\tif err != nil {\n\t\t\treturn rollBack()\n\t\t}\n\n\t\t// Write new version number\n\t\t_, err = sq.Update(\"main\").\n\t\t\tSet(\"val\", i+1).\n\t\t\tWhere(\"id = 'version'\").\n\t\t\tRunWith(tx).\n\t\t\tExec()\n\t\tif err != nil {\n\t\t\treturn rollBack()\n\t\t}\n\n\t\terr = tx.Commit()\n\t\tif err != nil {\n\t\t\treturn\n\t\t}\n\t}\n\treturn\n}\n\nfunc createIndex(table, column string, unique bool) string {\n\tvar w bytes.Buffer\n\tw.WriteString(\"create \")\n\tif unique {\n\t\tw.WriteString(\"unique \")\n\t}\n\tfmt.Fprintf(&w, `index %s_%s on %s (%s)`, table, column, table, column)\n\treturn w.String()\n}\n"
  },
  {
    "path": "db/pending_images.go",
    "content": "package db\n\nimport (\n\t\"database/sql\"\n\t\"encoding/json\"\n\t\"strings\"\n\n\t\"github.com/bakape/boorufetch\"\n\t\"github.com/bakape/captchouli/v2/common\"\n)\n\n// Image data fetched from boorus pending processing by random selection\ntype PendingImage struct {\n\tRating         boorufetch.Rating\n\tMD5            [16]byte\n\tTargetTag, URL string\n\tTags           []string\n}\n\n// Check, if image is already on the list of pending images\nfunc IsPendingImage(md5 [16]byte) (bool, error) {\n\treturn imageExists(\"pending_images\", md5)\n}\n\n// Insert a new image pending processing\nfunc InsertPendingImage(img PendingImage) (err error) {\n\tlowercaseTags(img.Tags)\n\ttags, err := json.Marshal(img.Tags)\n\tif err != nil {\n\t\treturn\n\t}\n\n\tdbMu.Lock()\n\tdefer dbMu.Unlock()\n\n\t_, err = sq.Insert(\"pending_images\").\n\t\tColumns(\"rating\", \"hash\", \"target_tag\", \"url\", \"tags\").\n\t\tValues(img.Rating, img.MD5[:], img.TargetTag, img.URL, tags).\n\t\tExec()\n\treturn\n}\n\n// Deletes random pending pending image for tag and returns it, if any\nfunc PopRandomPendingImage(tag string) (img PendingImage, err error) {\n\ttag = strings.ToLower(tag)\n\n\tdbMu.Lock()\n\tdefer dbMu.Unlock()\n\n\terr = InTransaction(func(tx *sql.Tx) (err error) {\n\t\tvar n int\n\t\terr = sq.Select(\"count(*)\").\n\t\t\tFrom(\"pending_images\").\n\t\t\tWhere(\"target_tag = ?\", tag).\n\t\t\tRunWith(tx).\n\t\t\tQueryRow().\n\t\t\tScan(&n)\n\t\tif err != nil {\n\t\t\treturn\n\t\t}\n\t\tif n == 0 {\n\t\t\treturn sql.ErrNoRows\n\t\t}\n\n\t\tvar tags, md5 []byte\n\t\terr = sq.Select(\"rating\", \"hash\", \"url\", \"tags\").\n\t\t\tFrom(\"pending_images\").\n\t\t\tWhere(\"target_tag = ?\", tag).\n\t\t\tOrderBy(\"hash\").\n\t\t\tOffset(uint64(common.RandomInt(n))).\n\t\t\tLimit(1).\n\t\t\tRunWith(tx).\n\t\t\tQueryRow().\n\t\t\tScan(&img.Rating, &md5, &img.URL, &tags)\n\t\tif err != nil {\n\t\t\treturn\n\t\t}\n\t\timg.TargetTag = tag\n\t\tcopy(img.MD5[:], md5)\n\t\terr = json.Unmarshal(tags, &img.Tags)\n\t\tif err != nil {\n\t\t\treturn\n\t\t}\n\n\t\t_, err = sq.Delete(\"pending_images\").\n\t\t\tWhere(\"hash = ?\", img.MD5[:]).\n\t\t\tRunWith(tx).\n\t\t\tExec()\n\t\treturn\n\t})\n\treturn\n}\n\n// Count pending images for tag\nfunc CountPending(tag string) (n int, err error) {\n\ttag = strings.ToLower(tag)\n\n\tdbMu.RLock()\n\tdefer dbMu.RUnlock()\n\n\terr = sq.Select(\"count(*)\").\n\t\tFrom(\"pending_images\").\n\t\tWhere(\"target_tag = ?\", tag).\n\t\tQueryRow().\n\t\tScan(&n)\n\treturn\n}\n"
  },
  {
    "path": "db/upkeep.go",
    "content": "package db\n\nimport (\n\t\"log\"\n\t\"time\"\n\n\t\"github.com/bakape/captchouli/v2/common\"\n)\n\n// Time it takes for one captcha to expire\nconst expiryTime = 30 * time.Minute\n\nfunc runUpkeepTasks() {\n\tgo func() {\n\t\tmin := time.Tick(time.Minute)\n\t\thour := time.Tick(time.Hour)\n\t\tfor {\n\t\t\tvar err error\n\t\t\tselect {\n\t\t\tcase <-min:\n\t\t\t\terr = deleteStaleCaptchas()\n\t\t\tcase <-hour:\n\t\t\t\terr = vacuum()\n\t\t\t}\n\t\t\tif err != nil {\n\t\t\t\tlog.Println(common.Error{err})\n\t\t\t}\n\t\t}\n\t}()\n}\n\nfunc deleteStaleCaptchas() error {\n\tdbMu.Lock()\n\tdefer dbMu.Unlock()\n\n\t_, err := sq.Delete(\"captchas\").\n\t\tWhere(\"created < ? \", time.Now().Add(-expiryTime).UTC()).\n\t\tExec()\n\treturn err\n}\n\nfunc vacuum() error {\n\tdbMu.Lock()\n\tdefer dbMu.Unlock()\n\n\t_, err := db.Exec(\"vacuum\")\n\treturn err\n}\n"
  },
  {
    "path": "db/upkeep_test.go",
    "content": "package db\n\nimport \"testing\"\n\nfunc TestUpkeep(t *testing.T) {\n\terr := deleteStaleCaptchas()\n\tif err != nil {\n\t\tt.Fatal(err)\n\t}\n\terr = vacuum()\n\tif err != nil {\n\t\tt.Fatal(err)\n\t}\n}\n"
  },
  {
    "path": "db/util.go",
    "content": "package db\n\nimport (\n\t\"database/sql\"\n\t\"strings\"\n)\n\n// Execute all SQL statement strings and return on first error, if any\nfunc execAll(tx *sql.Tx, q ...string) error {\n\tfor _, q := range q {\n\t\tif _, err := tx.Exec(q); err != nil {\n\t\t\treturn err\n\t\t}\n\t}\n\treturn nil\n}\n\n// Runs function inside a transaction and handles comminting and rollback on\n// error\nfunc InTransaction(fn func(*sql.Tx) error) (err error) {\n\ttx, err := db.Begin()\n\tif err != nil {\n\t\treturn\n\t}\n\n\terr = fn(tx)\n\tif err != nil {\n\t\ttx.Rollback()\n\t\treturn\n\t}\n\treturn tx.Commit()\n}\n\n// Check, if image exists in table\nfunc imageExists(table string, md5 [16]byte) (exists bool, err error) {\n\tdbMu.RLock()\n\tdefer dbMu.RUnlock()\n\n\terr = sq.Select(\"1\").\n\t\tFrom(table).\n\t\tWhere(\"hash = ?\", md5[:]).\n\t\tScan(&exists)\n\tif err == sql.ErrNoRows {\n\t\terr = nil\n\t}\n\treturn\n}\n\nfunc lowercaseTags(tags []string) {\n\tfor i := range tags {\n\t\ttags[i] = strings.ToLower(tags[i])\n\t}\n}\n"
  },
  {
    "path": "distort.cc",
    "content": "#include \"distort.hh\"\n#include <algorithm>\n#include <array>\n#include <functional>\n#include <random>\n\nusing Filter\n    = std::function<void(cv::Mat& src, cv::Mat& dst, std::mt19937& rng)>;\n\nstatic int random_int(std::mt19937& rng, int min, int max)\n{\n    std::uniform_int_distribution<> dis(min, max);\n    return dis(rng);\n}\n\nstatic double random_double(std::mt19937& rng, double min, double max)\n{\n    std::uniform_real_distribution<> dis(min, max);\n    return dis(rng);\n}\n\nstatic void flip(cv::Mat& src, cv::Mat& dst, std::mt19937& rng)\n{\n    if (random_int(rng, 0, 1)) {\n        cv::swap(src, dst);\n    } else {\n        cv::flip(src, dst, 1);\n    }\n}\n\nstatic void gaussian_blur(cv::Mat& src, cv::Mat& dst, std::mt19937& rng)\n{\n    cv::GaussianBlur(src, dst, cv::Size(), random_double(rng, 0.25, 0.5));\n}\n\nstatic const std::array<Filter, 2> filters = { flip, gaussian_blur };\n\nvoid cpli_distort_mat(cv::Mat& src, cv::Mat& dst)\n{\n    std::random_device rd;\n    std::mt19937 rng(rd());\n\n    // Always keep the resulting Mat in dst and swap before a new operation\n    auto swap = [&]() { cv::swap(src, dst); };\n\n    auto fil = filters;\n    std::shuffle(fil.begin(), fil.end(), rng);\n    swap();\n    for (auto& f : fil) {\n        swap();\n        f(src, dst, rng);\n    }\n}\n"
  },
  {
    "path": "distort.hh",
    "content": "#pragma once\n#include <opencv2/opencv.hpp>\n\nvoid cpli_distort_mat(cv::Mat& src, cv::Mat& dst);\n"
  },
  {
    "path": "fetch.go",
    "content": "package captchouli\n\nimport (\n\t\"log\"\n\t\"os\"\n\t\"strings\"\n\t\"time\"\n\n\t\"github.com/bakape/captchouli/v2/common\"\n\t\"github.com/bakape/captchouli/v2/danbooru\"\n\t\"github.com/bakape/captchouli/v2/db\"\n)\n\nvar (\n\tscheduleFetch = make(chan common.FetchRequest, 256)\n)\n\nfunc init() {\n\tgo func() {\n\t\trequests := make(map[common.FetchRequest]struct{})\n\t\ttick := time.Tick(time.Second)\n\n\t\tfor {\n\t\t\tselect {\n\t\t\tcase req := <-scheduleFetch:\n\t\t\t\trequests[req] = struct{}{} // Deduplicate request\n\t\t\tcase <-tick:\n\t\t\t\tif len(requests) == 0 {\n\t\t\t\t\tbreak\n\t\t\t\t}\n\n\t\t\t\t// Get random request\n\t\t\t\ttarget := common.RandomInt(len(requests))\n\t\t\t\ti := 0\n\t\t\t\tfor req := range requests {\n\t\t\t\t\tif i == target {\n\t\t\t\t\t\terr := fetch(req)\n\t\t\t\t\t\tif err != nil {\n\t\t\t\t\t\t\tlog.Printf(\"fetch error on tag `%s`\\n\", req.Tag)\n\t\t\t\t\t\t}\n\t\t\t\t\t\tdelete(requests, req)\n\t\t\t\t\t\tbreak\n\t\t\t\t\t}\n\t\t\t\t\ti++\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}()\n}\n\nfunc fetch(req common.FetchRequest) (err error) {\n\treq.Tag = strings.ToLower(req.Tag)\n\n\tf, img, err := danbooru.Fetch(req)\n\tif f == nil || err != nil {\n\t\treturn\n\t}\n\tdefer os.Remove(f.Name())\n\tdefer f.Close()\n\n\tthumb, err := thumbnail(f.Name())\n\tswitch err {\n\tcase nil:\n\tcase ErrNoFace:\n\t\treturn db.BlacklistImage(img.MD5)\n\tdefault:\n\t\treturn\n\t}\n\terr = writeThumbnail(thumb, img.MD5)\n\tif err != nil {\n\t\treturn\n\t}\n\treturn db.InsertImage(img)\n}\n"
  },
  {
    "path": "fetch_test.go",
    "content": "package captchouli\n\nimport (\n\t\"testing\"\n\n\t\"github.com/bakape/captchouli/v2/common\"\n)\n\nfunc TestFetch(t *testing.T) {\n\tnewService(t)\n\terr := fetch(common.FetchRequest{\n\t\tTag: \"patchouli_knowledge\",\n\t})\n\tswitch err {\n\tcase nil, ErrNoFace:\n\tdefault:\n\t\tt.Fatal(err)\n\t}\n}\n"
  },
  {
    "path": "files.go",
    "content": "package captchouli\n\nimport (\n\t\"bufio\"\n\t\"encoding/base64\"\n\t\"os\"\n\n\t\"github.com/bakape/captchouli/v2/common\"\n)\n\nfunc writeThumbnail(thumb []byte, md5 [16]byte) (err error) {\n\tf, err := os.OpenFile(common.ThumbPath(md5),\n\t\tos.O_WRONLY|os.O_CREATE|os.O_TRUNC, 0600)\n\tif err != nil {\n\t\treturn err\n\t}\n\tdefer f.Close()\n\n\tbio := bufio.NewWriter(f)\n\t_, err = bio.WriteString(`data:image/jpeg;base64,`)\n\tif err != nil {\n\t\treturn\n\t}\n\tenc := base64.NewEncoder(base64.StdEncoding, bio)\n\t_, err = enc.Write(thumb)\n\tif err != nil {\n\t\treturn\n\t}\n\terr = enc.Close()\n\tif err != nil {\n\t\treturn\n\t}\n\treturn bio.Flush()\n}\n"
  },
  {
    "path": "go.mod",
    "content": "module github.com/bakape/captchouli/v2\n\nrequire (\n\tgithub.com/Masterminds/squirrel v1.4.0\n\tgithub.com/bakape/boorufetch v1.1.6\n\tgithub.com/julienschmidt/httprouter v1.3.0\n\tgithub.com/mattn/go-sqlite3 v1.14.5\n\tgithub.com/olekukonko/tablewriter v0.0.4\n\tgithub.com/valyala/quicktemplate v1.6.3\n\tgolang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect\n\tgolang.org/x/net v0.0.0-20221002022538-bcab6841153b\n)\n\ngo 1.13\n"
  },
  {
    "path": "go.sum",
    "content": "github.com/Masterminds/squirrel v1.4.0 h1:he5i/EXixZxrBUWcxzDYMiju9WZ3ld/l7QBNuo/eN3w=\ngithub.com/Masterminds/squirrel v1.4.0/go.mod h1:yaPeOnPG5ZRwL9oKdTsO/prlkPbXWZlRVMQ/gGlzIuA=\ngithub.com/andybalholm/brotli v1.0.0/go.mod h1:loMXtMfwqflxFJPmdbJO0a3KNoPuLBgiu3qAvBg8x/Y=\ngithub.com/bakape/boorufetch v1.1.1 h1:OMXM0pjPLhAmVkA83UFXs+1rdDNcXpU5Xg8EDtED8KM=\ngithub.com/bakape/boorufetch v1.1.1/go.mod h1:xswMjqJ3hp2UAsE0XOidw/qkKHoA7mwF/4dfykxYUu0=\ngithub.com/bakape/boorufetch v1.1.5 h1:/biYJqQGn99pBw8c98YcQy/lBHUBgfGzAVeTw3ZzCAA=\ngithub.com/bakape/boorufetch v1.1.5/go.mod h1:xswMjqJ3hp2UAsE0XOidw/qkKHoA7mwF/4dfykxYUu0=\ngithub.com/bakape/boorufetch v1.1.6 h1:JC6D+APtmvCn45ycrvU4bTpyZxnYj6hLmzCpK7beqfk=\ngithub.com/bakape/boorufetch v1.1.6/go.mod h1:xswMjqJ3hp2UAsE0XOidw/qkKHoA7mwF/4dfykxYUu0=\ngithub.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=\ngithub.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=\ngithub.com/julienschmidt/httprouter v1.3.0 h1:U0609e9tgbseu3rBINet9P48AI/D3oJs4dN7jwJOQ1U=\ngithub.com/julienschmidt/httprouter v1.3.0/go.mod h1:JR6WtHb+2LUe8TCKY3cZOxFyyO8IZAc4RVcycCCAKdM=\ngithub.com/klauspost/compress v1.10.4/go.mod h1:aoV0uJVorq1K+umq18yTdKaF57EivdYsUV+/s2qKfXs=\ngithub.com/klauspost/compress v1.10.5/go.mod h1:aoV0uJVorq1K+umq18yTdKaF57EivdYsUV+/s2qKfXs=\ngithub.com/klauspost/compress v1.10.7/go.mod h1:aoV0uJVorq1K+umq18yTdKaF57EivdYsUV+/s2qKfXs=\ngithub.com/klauspost/compress v1.11.0/go.mod h1:aoV0uJVorq1K+umq18yTdKaF57EivdYsUV+/s2qKfXs=\ngithub.com/lann/builder v0.0.0-20180802200727-47ae307949d0 h1:SOEGU9fKiNWd/HOJuq6+3iTQz8KNCLtVX6idSoTLdUw=\ngithub.com/lann/builder v0.0.0-20180802200727-47ae307949d0/go.mod h1:dXGbAdH5GtBTC4WfIxhKZfyBF/HBFgRZSWwZ9g/He9o=\ngithub.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 h1:P6pPBnrTSX3DEVR4fDembhRWSsG5rVo6hYhAB/ADZrk=\ngithub.com/lann/ps v0.0.0-20150810152359-62de8c46ede0/go.mod h1:vmVJ0l/dxyfGW6FmdpVm2joNMFikkuWg0EoCKLGUMNw=\ngithub.com/mattn/go-runewidth v0.0.4 h1:2BvfKmzob6Bmd4YsL0zygOqfdFnK7GR4QL06Do4/p7Y=\ngithub.com/mattn/go-runewidth v0.0.4/go.mod h1:LwmH8dsx7+W8Uxz3IHJYH5QSwggIsqBzpuz5H//U1FU=\ngithub.com/mattn/go-runewidth v0.0.7 h1:Ei8KR0497xHyKJPAv59M1dkC+rOZCMBJ+t3fZ+twI54=\ngithub.com/mattn/go-runewidth v0.0.7/go.mod h1:H031xJmbD/WCDINGzjvQ9THkh0rPKHF+m2gUSrubnMI=\ngithub.com/mattn/go-sqlite3 v1.10.0 h1:jbhqpg7tQe4SupckyijYiy0mJJ/pRyHvXf7JdWK860o=\ngithub.com/mattn/go-sqlite3 v1.10.0/go.mod h1:FPy6KqzDD04eiIsT53CuJW3U88zkxoIYsOqkbpncsNc=\ngithub.com/mattn/go-sqlite3 v1.14.5 h1:1IdxlwTNazvbKJQSxoJ5/9ECbEeaTTyeU7sEAZ5KKTQ=\ngithub.com/mattn/go-sqlite3 v1.14.5/go.mod h1:WVKg1VTActs4Qso6iwGbiFih2UIHo0ENGwNd0Lj+XmI=\ngithub.com/olekukonko/tablewriter v0.0.1 h1:b3iUnf1v+ppJiOfNX4yxxqfWKMQPZR5yoh8urCTFX88=\ngithub.com/olekukonko/tablewriter v0.0.1/go.mod h1:vsDQFd/mU46D+Z4whnwzcISnGGzXWMclvtLoiIKAKIo=\ngithub.com/olekukonko/tablewriter v0.0.4 h1:vHD/YYe1Wolo78koG299f7V/VAS08c6IpCLn+Ejf/w8=\ngithub.com/olekukonko/tablewriter v0.0.4/go.mod h1:zq6QwlOf5SlnkVbMSr5EoBv3636FWnp+qbPhuoO21uA=\ngithub.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=\ngithub.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=\ngithub.com/stretchr/testify v1.2.2 h1:bSDNvY7ZPG5RlJ8otE/7V6gMiyenm9RtJ7IUVIAoJ1w=\ngithub.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs=\ngithub.com/valyala/bytebufferpool v1.0.0 h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw=\ngithub.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc=\ngithub.com/valyala/fasthttp v1.12.0/go.mod h1:229t1eWu9UXTPmoUkbpN/fctKPBY4IJoFXQnxHGXy6E=\ngithub.com/valyala/fasthttp v1.16.0/go.mod h1:YOKImeEosDdBPnxc0gy7INqi3m1zK6A+xl6TwOBhHCA=\ngithub.com/valyala/quicktemplate v1.5.0 h1:2CUbkvZbxZ9m51wp5a2vzrbnv38Iocp0bMJomSmHyg0=\ngithub.com/valyala/quicktemplate v1.5.0/go.mod h1:v7yYWpBEiutDyNfVaph6oC/yKwejzVyTX/2cwwHxyok=\ngithub.com/valyala/quicktemplate v1.6.3 h1:O7EuMwuH7Q94U2CXD6sOX8AYHqQqWtmIk690IhmpkKA=\ngithub.com/valyala/quicktemplate v1.6.3/go.mod h1:fwPzK2fHuYEODzJ9pkw0ipCPNHZ2tD5KW4lOuSdPKzY=\ngithub.com/valyala/tcplisten v0.0.0-20161114210144-ceec8f93295a/go.mod h1:v3UYOV9WzVtRmSR+PDvWpU/qWl4Wa5LApYYX4ZtKbio=\ngolang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=\ngolang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=\ngolang.org/x/net v0.0.0-20181201002055-351d144fa1fc h1:a3CU5tJYVj92DY2LaA1kUkrsqD5/3mLDhx2NcNqyW+0=\ngolang.org/x/net v0.0.0-20181201002055-351d144fa1fc/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=\ngolang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=\ngolang.org/x/net v0.0.0-20200324143707-d3edc9973b7e/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A=\ngolang.org/x/net v0.0.0-20200513185701-a91f0712d120 h1:EZ3cVSzKOlJxAd8e8YAJ7no8nNypTxexh/YE/xW3ZEY=\ngolang.org/x/net v0.0.0-20200513185701-a91f0712d120/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A=\ngolang.org/x/net v0.0.0-20200602114024-627f9648deb9/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A=\ngolang.org/x/net v0.0.0-20201110031124-69a78807bb2b h1:uwuIcX0g4Yl1NC5XAz37xsr2lTtcqevgzYNVt49waME=\ngolang.org/x/net v0.0.0-20201110031124-69a78807bb2b/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU=\ngolang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 h1:CIJ76btIcR3eFI5EgSo6k1qKw9KJexJuRLI9G7Hp5wE=\ngolang.org/x/net v0.0.0-20211112202133-69e39bad7dc2/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y=\ngolang.org/x/net v0.0.0-20221002022538-bcab6841153b h1:6e93nYa3hNqAvLr0pD4PN1fFS+gKzp2zAXqrnTCstqU=\ngolang.org/x/net v0.0.0-20221002022538-bcab6841153b/go.mod h1:YDH+HFinaLZZlnHAfSS6ZXJJ9M9t4Dl22yv3iI2vPwk=\ngolang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=\ngolang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=\ngolang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=\ngolang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=\ngolang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=\ngolang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=\ngolang.org/x/sys v0.0.0-20210423082822-04245dca01da/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=\ngolang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=\ngolang.org/x/sys v0.0.0-20220728004956-3c1f35247d10/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=\ngolang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=\ngolang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=\ngolang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=\ngolang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=\ngolang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=\ngolang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ=\ngolang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=\n"
  },
  {
    "path": "service.go",
    "content": "package captchouli\n\nimport (\n\t\"bytes\"\n\t\"compress/gzip\"\n\t\"encoding/base64\"\n\t\"errors\"\n\t\"fmt\"\n\t\"io\"\n\t\"log\"\n\t\"net/http\"\n\t\"strconv\"\n\t\"strings\"\n\t\"sync\"\n\n\t\"github.com/bakape/boorufetch\"\n\t\"github.com/bakape/captchouli/v2/common\"\n\t\"github.com/bakape/captchouli/v2/db\"\n\t\"github.com/bakape/captchouli/v2/templates\"\n\t\"github.com/julienschmidt/httprouter\"\n)\n\nvar (\n\theaders = map[string]string{\n\t\t\"Cache-Control\":               \"no-store, private\",\n\t\t\"Access-Control-Allow-Origin\": \"*\",\n\t\t\"Content-Encoding\":            \"gzip\",\n\t\t\"Content-Type\":                \"text/html\",\n\t}\n\n\t// Signifies the client had solved the captcha incorrectly\n\tErrInvalidSolution = Error{errors.New(\"invalid captcha solution\")}\n\n\t// Captcha ID is of invalid format\n\tErrInvalidID = Error{errors.New(\"invalid captcha id\")}\n\n\t// Prebuilt and cached\n\tsolutionIDs [9]string\n)\n\nfunc init() {\n\tfor i := 0; i < 9; i++ {\n\t\tsolutionIDs[i] = fmt.Sprintf(\"captchouli-%d\", i)\n\t}\n}\n\n// Source of image database to use for captcha image generation\ntype DataSource = common.DataSource\n\nconst (\n\tGelbooru = common.Gelbooru\n\tDanbooru = common.Danbooru\n)\n\nconst (\n\t// minimum size of image pool for a tag\n\tpoolMinSize = 6\n)\n\n// Explicitness rating of image\ntype Rating = boorufetch.Rating\n\nconst (\n\tSafe Rating = iota\n\tQuestionable\n\tExplicit\n)\n\n// Options passed on Service creation\ntype Options struct {\n\t// Silence non-error log outputs\n\tQuiet bool\n\n\t// Allow images with varying explicitness. Defaults to only Safe.\n\tExplicitness []Rating\n\n\t// Tags to source for captcha solutions. One tag is randomly chosen for each\n\t// generated captcha. Required to contain at least 3 tags.\n\t//\n\t// Note that you can only include tags that are discernable from the\n\t// character's face, such as who the character is (example: \"cirno\") or a\n\t// facial feature of the character (example: \"smug\").\n\tTags []string\n}\n\n// Encapsulates a configured captcha-generation and verification service\ntype Service struct {\n\tquiet           bool\n\texplicitnessStr string\n\texplicitness    []Rating\n\ttags            appendSlice\n}\n\n// Slice with thread-safe appending\ntype appendSlice struct {\n\tmu    sync.RWMutex\n\tinner []string\n}\n\nfunc (s *appendSlice) Get() []string {\n\ts.mu.RLock()\n\tdefer s.mu.RUnlock()\n\treturn s.inner\n}\n\nfunc (s *appendSlice) Append(extra string) {\n\ts.mu.Lock()\n\tdefer s.mu.Unlock()\n\ts.inner = append(s.inner, extra)\n}\n\n// Create new captcha-generation and verification service\nfunc NewService(opts Options) (s *Service, err error) {\n\tif len(opts.Tags) < 3 {\n\t\terr = Error{errors.New(\"at least 3 tags required\")}\n\t\treturn\n\t}\n\n\ts = &Service{\n\t\tquiet:        opts.Quiet,\n\t\texplicitness: opts.Explicitness,\n\t}\n\tif len(s.explicitness) == 0 {\n\t\ts.explicitness = []Rating{Safe}\n\t}\n\n\terr = initClassifier()\n\tif err != nil {\n\t\treturn\n\t}\n\terr = s.initPool(opts.Tags)\n\tif err != nil {\n\t\treturn\n\t}\n\n\tif !s.quiet {\n\t\tlog.Println(\"captchouli: service started\")\n\t}\n\treturn\n}\n\n// Initialize pool with enough images, if lacking\nfunc (s *Service) initPool(tags []string) (err error) {\n\tformatErr := func(tag string, err error) error {\n\t\treturn Error{\n\t\t\tErr: fmt.Errorf(\n\t\t\t\t\"error initializing image pool for tag `%s`: %w\",\n\t\t\t\ttag,\n\t\t\t\terr,\n\t\t\t),\n\t\t}\n\t}\n\n\t// Init first 3 tags needed for operation first and init the rest\n\t// eventually to reduce startup times\n\tfor _, tag := range tags[:3] {\n\t\terr = s.initTag(tag)\n\t\tif err != nil {\n\t\t\treturn formatErr(tag, err)\n\t\t}\n\t\ts.tags.Append(tag)\n\t}\n\tif len(tags) > 3 {\n\t\tgo func() {\n\t\t\tfor _, tag := range tags[3:] {\n\t\t\t\terr = s.initTag(tag)\n\t\t\t\tif err != nil {\n\t\t\t\t\tlog.Print(formatErr(tag, err))\n\t\t\t\t} else {\n\t\t\t\t\ts.tags.Append(tag)\n\t\t\t\t}\n\t\t\t}\n\t\t}()\n\t}\n\treturn\n}\n\nfunc (s *Service) formatExplicitness() string {\n\tif s.explicitnessStr != \"\" {\n\t\treturn s.explicitnessStr\n\t}\n\n\tvar w bytes.Buffer\n\tw.WriteByte('[')\n\tfor i, r := range s.explicitness {\n\t\tif i != 0 {\n\t\t\tw.WriteString(\", \")\n\t\t}\n\t\tw.WriteString(r.String())\n\t}\n\tw.WriteByte(']')\n\ts.explicitnessStr = w.String()\n\treturn s.explicitnessStr\n}\n\nfunc (s *Service) initTag(tag string) (err error) {\n\tvar (\n\t\tcount, fetchCount int\n\t\tfirst             = true\n\t\tf                 = s.filters(tag)\n\t\treq               = f.FetchRequest\n\t)\n\tfor {\n\t\tcount, err = db.ImageCount(f)\n\t\tif err != nil {\n\t\t\treturn\n\t\t}\n\t\tif count >= poolMinSize {\n\t\t\t// Terminate open line\n\t\t\tif fetchCount != 0 {\n\t\t\t\tfmt.Print(\"\\n\")\n\t\t\t}\n\t\t\treturn\n\t\t} else if first {\n\t\t\tfirst = false\n\t\t\tlog.Printf(\n\t\t\t\t\"captchouli: initializing tag=%s explicitness=%s\\n\",\n\t\t\t\ttag,\n\t\t\t\ts.formatExplicitness(),\n\t\t\t)\n\t\t}\n\n\t\tif !s.quiet {\n\t\t\tfetchCount++\n\t\t\tfmt.Printf(\"captchouli: image fetch: %d\\n\", fetchCount)\n\t\t}\n\t\terr = fetch(req)\n\t\tif err != nil {\n\t\t\treturn\n\t\t}\n\t}\n}\n\nfunc (s *Service) filters(tag string) db.Filters {\n\treturn db.Filters{\n\t\tFetchRequest: common.FetchRequest{\n\t\t\tTag: tag,\n\t\t},\n\t\tExplicitness: s.explicitness,\n\t}\n}\n\n// Creates a new captcha, writes its HTML contents to w and returns captcha ID.\n//\n// Depending on what type w is, you might want to buffer the output with\n// bufio.NewWriter.\nfunc (s *Service) NewCaptcha(w io.Writer, colour, background string,\n) (id [64]byte, err error) {\n\ttags := s.tags.Get()\n\ttag := tags[common.RandomInt(len(tags))]\n\tf := s.filters(tag)\n\tn, err := db.ImageCount(f)\n\tif err != nil {\n\t\treturn\n\t}\n\tif n < 4 {\n\t\t// Not enough to generate captcha. Schedule a fetch and try a different\n\t\t// tag.\n\t\tif !common.IsTest {\n\t\t\tscheduleFetch <- f.FetchRequest\n\t\t}\n\t\treturn s.NewCaptcha(w, colour, background)\n\t}\n\n\tid, images, err := db.GenerateCaptcha(db.Filters{\n\t\tFetchRequest: common.FetchRequest{\n\t\t\tTag: tag,\n\t\t},\n\t\tExplicitness: s.explicitness,\n\t})\n\tif err != nil {\n\t\treturn\n\t}\n\n\tif background == \"\" {\n\t\tbackground = \"#d6daf0\"\n\t}\n\tif colour == \"\" {\n\t\tcolour = \"black\"\n\t}\n\n\ttagF := strings.Replace(tag, \"_\", \" \", -1)\n\tif len(tagF) != 0 {\n\t\t// Don't title() tags of emoticons\n\t\tswitch tagF[0] {\n\t\tcase ';', ':', '=':\n\t\tdefault:\n\t\t\ttagF = strings.Title(tagF)\n\t\t}\n\t}\n\ttemplates.WriteCaptcha(w, colour, background, tagF, id, images)\n\n\tif !common.IsTest {\n\t\tscheduleFetch <- f.FetchRequest\n\t}\n\treturn\n}\n\n// Check a captcha solution for validity.\n// solution: slice of selected image numbers\nfunc CheckCaptcha(id [64]byte, solution []byte) error {\n\tsolved, err := db.CheckSolution(id, solution)\n\tif err != nil {\n\t\treturn err\n\t} else if !solved {\n\t\treturn ErrInvalidSolution\n\t}\n\treturn nil\n}\n\n// Creates a routed handler for serving the API.\n// The router implements http.Handler.\nfunc (s *Service) Router() *httprouter.Router {\n\tr := httprouter.New()\n\tr.HandlerFunc(\"GET\", \"/\", func(w http.ResponseWriter, r *http.Request) {\n\t\thandleError(w, s.ServeNewCaptcha(w, r))\n\t})\n\tr.HandlerFunc(\"POST\", \"/\", func(w http.ResponseWriter,\n\t\tr *http.Request,\n\t) {\n\t\thandleError(w, s.ServeCheckCaptcha(w, r))\n\t})\n\tr.HandlerFunc(\"POST\", \"/status\", func(w http.ResponseWriter,\n\t\tr *http.Request,\n\t) {\n\t\thandleError(w, ServeStatus(w, r))\n\t})\n\treturn r\n}\n\n// Generate new captcha and serve its HTML form\nfunc (s *Service) ServeNewCaptcha(w http.ResponseWriter, r *http.Request,\n) (err error) {\n\tgw := gzip.NewWriter(w)\n\tdefer gw.Close()\n\n\th := w.Header()\n\tfor k, v := range headers {\n\t\th.Set(k, v)\n\t}\n\n\terr = r.ParseForm()\n\tif err != nil {\n\t\treturn\n\t}\n\t_, err = s.NewCaptcha(gw, r.Form.Get(ColourKey), r.Form.Get(BackgroundKey))\n\treturn\n}\n\n// Serve POST requests for captcha solution validation\nfunc (s *Service) ServeCheckCaptcha(w http.ResponseWriter, r *http.Request,\n) (err error) {\n\tid, err := ExtractID(r)\n\tif err != nil {\n\t\treturn\n\t}\n\tsolution, err := ExtractSolution(r)\n\tif err != nil {\n\t\treturn\n\t}\n\n\terr = CheckCaptcha(id, solution)\n\tswitch err {\n\tcase nil:\n\t\tdst := make([]byte, base64.StdEncoding.EncodedLen(len(id)))\n\t\tbase64.StdEncoding.Encode(dst, id[:])\n\t\tw.Write(dst)\n\tcase ErrInvalidSolution:\n\t\terr = s.ServeNewCaptcha(w, r)\n\t}\n\treturn\n}\n\nfunc handleError(w http.ResponseWriter, err error) {\n\tcode := 500\n\tswitch err {\n\tcase nil:\n\t\treturn\n\tcase ErrInvalidID:\n\t\tcode = 400\n\t}\n\thttp.Error(w, err.Error(), code)\n}\n\n// Serve captcha solved status. The captcha is deleted on a successful check to\n// prevent replayagain attacks.\nfunc ServeStatus(w http.ResponseWriter, r *http.Request) (err error) {\n\tid, err := ExtractID(r)\n\tif err != nil {\n\t\treturn\n\t}\n\tsolved, err := db.IsSolved(id)\n\tif err != nil {\n\t\treturn\n\t}\n\tw.Write(strconv.AppendBool(nil, solved))\n\treturn\n}\n"
  },
  {
    "path": "service_test.go",
    "content": "package captchouli\n\nimport (\n\t\"encoding/base64\"\n\t\"net/http/httptest\"\n\t\"net/url\"\n\t\"strings\"\n\t\"testing\"\n\n\t\"github.com/bakape/captchouli/v2/common\"\n)\n\nfunc TestCaptcha(t *testing.T) {\n\trouter := newService(t).Router()\n\n\t// Create\n\tr := httptest.NewRequest(\"GET\", \"/\", nil)\n\tw := httptest.NewRecorder()\n\trouter.ServeHTTP(w, r)\n\tassertCode(t, w, 200)\n\n\t// Generate solution\n\tid, solution, err := ExtractCaptcha(w.Body)\n\tif err != nil {\n\t\tt.Fatal(err)\n\t}\n\tdata := url.Values{\n\t\tcommon.IDKey: {base64.StdEncoding.EncodeToString(id[:])},\n\t}\n\tfor _, i := range solution {\n\t\tdata.Set(solutionIDs[i], \"on\")\n\t}\n\tdataR := strings.NewReader(data.Encode())\n\n\ttestRequest := func(url string, code int) {\n\t\tt.Helper()\n\n\t\tdataR.Seek(0, 0)\n\t\tr = httptest.NewRequest(\"POST\", url, dataR)\n\t\tr.Header.Add(\"Content-Type\", \"application/x-www-form-urlencoded\")\n\t\tw = httptest.NewRecorder()\n\t\trouter.ServeHTTP(w, r)\n\t\tassertCode(t, w, code)\n\t}\n\n\t// Solve\n\ttestRequest(\"/\", 200)\n\n\t// Check status\n\ttestRequest(\"/status\", 200)\n\tif s := w.Body.String(); s != \"true\" {\n\t\tt.Fatal(s)\n\t}\n\n\t// Second captcha should be deleted now\n\ttestRequest(\"/status\", 200)\n\tif s := w.Body.String(); s != \"false\" {\n\t\tt.Fatal(s)\n\t}\n\n\t// Failure redirect\n\ttestRequest(\"/\", 200)\n}\n\nfunc assertCode(t *testing.T, w *httptest.ResponseRecorder, code int) {\n\tt.Helper()\n\tif w.Code != code {\n\t\tt.Fatal(w.Code)\n\t}\n}\n"
  },
  {
    "path": "templates/captcha.go",
    "content": "//go:generate qtc\n\npackage templates\n\nimport (\n\t\"encoding/base64\"\n\t\"io\"\n\t\"os\"\n\n\t\"github.com/bakape/captchouli/v2/common\"\n\t\"github.com/valyala/quicktemplate\"\n)\n\nfunc streamencodeID(w *quicktemplate.Writer, id [64]byte) {\n\tenc := base64.NewEncoder(base64.StdEncoding, w.W())\n\tdefer enc.Close()\n\tenc.Write(id[:])\n}\n\nfunc streamthumbnail(w *quicktemplate.Writer, id [16]byte, tempBuf []byte) {\n\tf, err := os.Open(common.ThumbPath(id))\n\tif err != nil {\n\t\treturn\n\t}\n\tdefer f.Close()\n\tio.CopyBuffer(w.W(), f, tempBuf)\n}\n"
  },
  {
    "path": "templates/captcha.qtpl",
    "content": "{% import \"github.com/bakape/captchouli/v2/common\" %}\n\n{% func Captcha(colour, background, tag string, id [64]byte, images [9][16]byte) %}{% stripspace %}\n\t<style>\n\t\t.captchouli-checkbox {\n\t\t\tdisplay: none;\n\t\t}\n\t\t.captchouli-checkbox:checked ~ .captchouli-img {\n\t\t\ttransform: scale(0.8);\n\t\t}\n\t\t.captchouli-img {\n\t\t\tmargin: 2px;\n\t\t\t-ms-user-select: none;\n\t\t\t-webkit-user-select: none;\n\t\t\t-moz-user-select: none;\n\t\t\tuser-select: none;\n\t\t\tmax-width: calc((100% - 12px) / 3);\n    \t\tmax-height: calc((100% - 12px) / 3);\n\t\t}\n\t\t.captchouli-width {\n\t\t\twidth: 462px;\n\t\t}\n\t\t.captchouli-form {\n\t\t\theight: auto;\n\t\t}\n\t\t.captchouli-margin {\n\t\t\tmargin: 4px 0;\n\t\t}\n\t\t@media screen and (max-width: 462px) {\n\t\t\t.captchouli-width {\n\t\t\t\tmax-width: 100%;\n\t\t\t}\n\t\t\t.captchouli-form {\n\t\t\t\tposition: fixed;\n\t\t\t\tz-index: 1000;\n\t\t\t\tleft: 0;\n    \t\t\ttop: 0;\n\t\t\t}\n\t\t\t.captchouli-margin {\n\t\t\t\tmargin: 0;\n\t\t\t}\n\t\t}\n\t\t@media screen and (max-height: 525px) {\n\t\t\t.captchouli-form {\n\t\t\t\toverflow-y: scroll;\n\t\t\t\tposition: fixed;\n\t\t\t\tz-index: 1000;\n\t\t\t\tleft: 0;\n    \t\t\ttop: 0;\n\t\t\t\tmax-height: 100%;\n\t\t\t}\n\t\t\t.captchouli-margin {\n\t\t\t\tmargin: 0;\n\t\t\t}\n\t\t}\n\t</style>\n\t<form method=\"post\" class=\"captchouli-width captchouli-form\" style=\"background:{%s background %}; color:{%s colour %}; font-family:Sans-Serif;\">\n\t\t<input type=\"text\" name=\"{%s= common.IDKey %}\" hidden value=\"{%= encodeID(id) %}\">\n\t\t<input type=\"text\" name=\"{%s= common.ColourKey %}\" hidden value=\"{%s colour %}\">\n\t\t<input type=\"text\" name=\"{%s= common.BackgroundKey %}\" hidden value=\"{%s background%}\">\n\t\t<header class=\"captchouli-width captchouli-margin\" style=\"text-align:center; font-size:130%; overflow:auto;\">\n\t\t\tSelect all images of <b>{%s tag %}</b>\n\t\t</header>\n\t\t<div class=\"captchouli-width\">\n\t\t\t{% code buf := make([]byte, 4096) %}\n\t\t\t{% for i, img := range images %}\n\t\t\t\t<label>\n\t\t\t\t\t<input type=\"checkbox\" name=\"captchouli-{%d i %}\" class=\"captchouli-checkbox\">\n\t\t\t\t\t<img class=\"captchouli-img\" draggable=\"false\" src=\"{%= thumbnail(img, buf) %}\">\n\t\t\t\t</label>\n\t\t\t{% endfor %}\n\t\t</div>\n\t\t<input type=\"submit\" class=\"captchouli-width captchouli-margin\">\n\t</form>\n{% endstripspace %}{% endfunc %}\n"
  },
  {
    "path": "templates/captcha.qtpl.go",
    "content": "// Code generated by qtc from \"captcha.qtpl\". DO NOT EDIT.\n// See https://github.com/valyala/quicktemplate for details.\n\n//line captcha.qtpl:1\npackage templates\n\n//line captcha.qtpl:1\nimport \"github.com/bakape/captchouli/v2/common\"\n\n//line captcha.qtpl:3\nimport (\n\tqtio422016 \"io\"\n\n\tqt422016 \"github.com/valyala/quicktemplate\"\n)\n\n//line captcha.qtpl:3\nvar (\n\t_ = qtio422016.Copy\n\t_ = qt422016.AcquireByteBuffer\n)\n\n//line captcha.qtpl:3\nfunc StreamCaptcha(qw422016 *qt422016.Writer, colour, background, tag string, id [64]byte, images [9][16]byte) {\n//line captcha.qtpl:3\n\tqw422016.N().S(`<style>.captchouli-checkbox {display: none;}.captchouli-checkbox:checked ~ .captchouli-img {transform: scale(0.8);}.captchouli-img {margin: 2px;-ms-user-select: none;-webkit-user-select: none;-moz-user-select: none;user-select: none;max-width: calc((100% - 12px) / 3);max-height: calc((100% - 12px) / 3);}.captchouli-width {width: 462px;}.captchouli-form {height: auto;}.captchouli-margin {margin: 4px 0;}@media screen and (max-width: 462px) {.captchouli-width {max-width: 100%;}.captchouli-form {position: fixed;z-index: 1000;left: 0;top: 0;}.captchouli-margin {margin: 0;}}@media screen and (max-height: 525px) {.captchouli-form {overflow-y: scroll;position: fixed;z-index: 1000;left: 0;top: 0;max-height: 100%;}.captchouli-margin {margin: 0;}}</style><form method=\"post\" class=\"captchouli-width captchouli-form\" style=\"background:`)\n//line captcha.qtpl:57\n\tqw422016.E().S(background)\n//line captcha.qtpl:57\n\tqw422016.N().S(`; color:`)\n//line captcha.qtpl:57\n\tqw422016.E().S(colour)\n//line captcha.qtpl:57\n\tqw422016.N().S(`; font-family:Sans-Serif;\"><input type=\"text\" name=\"`)\n//line captcha.qtpl:58\n\tqw422016.N().S(common.IDKey)\n//line captcha.qtpl:58\n\tqw422016.N().S(`\" hidden value=\"`)\n//line captcha.qtpl:58\n\tstreamencodeID(qw422016, id)\n//line captcha.qtpl:58\n\tqw422016.N().S(`\"><input type=\"text\" name=\"`)\n//line captcha.qtpl:59\n\tqw422016.N().S(common.ColourKey)\n//line captcha.qtpl:59\n\tqw422016.N().S(`\" hidden value=\"`)\n//line captcha.qtpl:59\n\tqw422016.E().S(colour)\n//line captcha.qtpl:59\n\tqw422016.N().S(`\"><input type=\"text\" name=\"`)\n//line captcha.qtpl:60\n\tqw422016.N().S(common.BackgroundKey)\n//line captcha.qtpl:60\n\tqw422016.N().S(`\" hidden value=\"`)\n//line captcha.qtpl:60\n\tqw422016.E().S(background)\n//line captcha.qtpl:60\n\tqw422016.N().S(`\"><header class=\"captchouli-width captchouli-margin\" style=\"text-align:center; font-size:130%; overflow:auto;\">Select all images of <b>`)\n//line captcha.qtpl:62\n\tqw422016.E().S(tag)\n//line captcha.qtpl:62\n\tqw422016.N().S(`</b></header><div class=\"captchouli-width\">`)\n//line captcha.qtpl:65\n\tbuf := make([]byte, 4096)\n\n//line captcha.qtpl:66\n\tfor i, img := range images {\n//line captcha.qtpl:66\n\t\tqw422016.N().S(`<label><input type=\"checkbox\" name=\"captchouli-`)\n//line captcha.qtpl:68\n\t\tqw422016.N().D(i)\n//line captcha.qtpl:68\n\t\tqw422016.N().S(`\" class=\"captchouli-checkbox\"><img class=\"captchouli-img\" draggable=\"false\" src=\"`)\n//line captcha.qtpl:69\n\t\tstreamthumbnail(qw422016, img, buf)\n//line captcha.qtpl:69\n\t\tqw422016.N().S(`\"></label>`)\n//line captcha.qtpl:71\n\t}\n//line captcha.qtpl:71\n\tqw422016.N().S(`</div><input type=\"submit\" class=\"captchouli-width captchouli-margin\"></form>`)\n//line captcha.qtpl:75\n}\n\n//line captcha.qtpl:75\nfunc WriteCaptcha(qq422016 qtio422016.Writer, colour, background, tag string, id [64]byte, images [9][16]byte) {\n//line captcha.qtpl:75\n\tqw422016 := qt422016.AcquireWriter(qq422016)\n//line captcha.qtpl:75\n\tStreamCaptcha(qw422016, colour, background, tag, id, images)\n//line captcha.qtpl:75\n\tqt422016.ReleaseWriter(qw422016)\n//line captcha.qtpl:75\n}\n\n//line captcha.qtpl:75\nfunc Captcha(colour, background, tag string, id [64]byte, images [9][16]byte) string {\n//line captcha.qtpl:75\n\tqb422016 := qt422016.AcquireByteBuffer()\n//line captcha.qtpl:75\n\tWriteCaptcha(qb422016, colour, background, tag, id, images)\n//line captcha.qtpl:75\n\tqs422016 := string(qb422016.B)\n//line captcha.qtpl:75\n\tqt422016.ReleaseByteBuffer(qb422016)\n//line captcha.qtpl:75\n\treturn qs422016\n//line captcha.qtpl:75\n}\n"
  },
  {
    "path": "test_utils/utils.go",
    "content": "package test_utils\n\nimport (\n\t\"io/ioutil\"\n\t\"os\"\n\t\"path/filepath\"\n\t\"testing\"\n)\n\nfunc WriteSample(t *testing.T, name string, buf []byte) {\n\tt.Helper()\n\tpath := filepath.Join(\"testdata\", name)\n\n\t// Remove previous file, if any\n\t_, err := os.Stat(path)\n\tswitch {\n\tcase os.IsExist(err):\n\t\tif err := os.Remove(path); err != nil {\n\t\t\tt.Fatal(err)\n\t\t}\n\tcase os.IsNotExist(err):\n\tcase err == nil:\n\tdefault:\n\t\tt.Fatal(err)\n\t}\n\n\terr = ioutil.WriteFile(path, buf, 0600)\n\tif err != nil {\n\t\tt.Fatal(err)\n\t}\n}\n"
  },
  {
    "path": "thumbnail.cc",
    "content": "extern \"C\" {\n#include \"thumbnail.h\"\n}\n#include \"distort.hh\"\n#include <cstring>\n#include <functional>\n#include <iostream>\n#include <opencv2/opencv.hpp>\n#include <stdexcept>\n\n#if CV_MAJOR_VERSION > 3\n    #define CV_INTER_LINEAR cv::INTER_LINEAR\n    #define CV_IMWRITE_JPEG_QUALITY cv::IMWRITE_JPEG_QUALITY\n#endif\n\n// Size of thumbnail dimension. thumbnail is always a square.\nstatic const int thumb_dim = 150;\n\nstatic const char* thumbnail(\n    cv::CascadeClassifier* c, const char* path, Buffer* thumb)\n{\n    static const char no_faces[] = \"no faces detected\";\n\n    const cv::Mat colour = cv::imread(path, cv::IMREAD_COLOR);\n    if (colour.empty()) {\n        return no_faces;\n    }\n\n    // Always keep the resulting Mat in dst and swap before a new operation\n    cv::Mat src, dst;\n    auto swap = [&]() { cv::swap(src, dst); };\n\n    // Initial assignment does not need swap\n    cv::cvtColor(colour, dst, cv::COLOR_BGR2GRAY);\n    swap();\n    cv::equalizeHist(src, dst);\n\n    std::vector<cv::Rect> faces;\n    c->detectMultiScale(dst, faces, 1.1, 5, 0, cv::Size(50, 50));\n    if (!faces.size()) {\n        return no_faces;\n    }\n\n    cv::Rect face;\n    if (faces.size() == 1) {\n        face = faces.front();\n    } else {\n        // Find biggest match\n        uint64_t max_size = 0;\n        for (auto& f : faces) {\n            uint64_t s = (uint64_t)f.width + (uint64_t)f.height;\n            if (s > max_size) {\n                face = f;\n                max_size = s;\n            }\n        }\n    }\n\n    // Increase matched size, if image bellow 150x150.\n    // face should always be a square.\n    if (face.width < thumb_dim && face.height == face.width) {\n        // Perform bounds checks and find the largest equal increase size in all\n        // directions\n        int diff = (150 - face.width) / 2;\n        if (face.x - diff < 0) {\n            diff = face.x;\n        }\n        if (face.y - diff < 0) {\n            diff = face.y;\n        }\n        if (face.x + face.width + diff > colour.cols) {\n            diff = colour.cols - (face.x + face.width);\n        }\n        if (face.y + face.height + diff > colour.rows) {\n            diff = colour.rows - (face.y + face.height);\n        }\n        face.x -= diff;\n        face.y -= diff;\n        face.width += diff;\n        face.height += diff;\n    }\n\n    cv::resize(cv::Mat(colour, face), dst, cv::Size(thumb_dim, thumb_dim), 0, 0,\n        CV_INTER_LINEAR);\n    swap();\n    cpli_distort_mat(src, dst);\n\n    std::vector<unsigned char> out;\n    static const std::vector<int> params = { CV_IMWRITE_JPEG_QUALITY, 85 };\n    if (!cv::imencode(\".jpg\", dst, out, params)) {\n        return \"could not encode result\";\n    }\n    const auto s = out.size();\n    thumb->data = memcpy(malloc(s), out.data(), s);\n    thumb->size = s;\n    return 0;\n}\n\nstatic char* malloc_string(const char* s)\n{\n    return strcpy((char*)malloc(strlen(s) + 1), s);\n}\n\nstatic char* catch_errors(std::function<const char*()> fn)\n{\n    try {\n        auto err = fn();\n        if (err) {\n            return malloc_string(err);\n        }\n        return nullptr;\n    } catch (const std::exception& ex) {\n        return malloc_string(ex.what());\n    }\n}\n\nextern \"C\" void* cpli_load_classifier(const char* path)\n{\n    auto c = new cv::CascadeClassifier();\n    if (!c->load(path)) {\n        delete c;\n        return nullptr;\n    }\n    return c;\n}\n\nextern \"C\" void cpli_unload_classifier(void* c)\n{\n    delete static_cast<cv::CascadeClassifier*>(c);\n}\n\nextern \"C\" char* cpli_thumbnail(\n    void* classifier, const char* path, Buffer* thumb)\n{\n    return catch_errors([=]() {\n        return thumbnail(\n            static_cast<cv::CascadeClassifier*>(classifier), path, thumb);\n    });\n}\n"
  },
  {
    "path": "thumbnail.go",
    "content": "package captchouli\n\n// #cgo pkg-config: opencv4\n// #cgo CFLAGS: -std=c11\n// #cgo CXXFLAGS: -std=c++17\n// #include \"thumbnail.h\"\n// #include <stdlib.h>\nimport \"C\"\nimport (\n\t\"bytes\"\n\t\"compress/gzip\"\n\t\"errors\"\n\t\"io\"\n\t\"io/ioutil\"\n\t\"os\"\n\t\"sync\"\n\t\"unsafe\"\n)\n\nvar (\n\tclassifier   unsafe.Pointer\n\tclassifierMu sync.Mutex\n)\n\nfunc initClassifier() (err error) {\n\tclassifierMu.Lock()\n\tdefer classifierMu.Unlock()\n\n\tif classifier != nil {\n\t\treturn\n\t}\n\n\t// XXX: Not having the cascade file embedded into the binary would prevent\n\t// go-getablity but the OpenCV CascadeClassifier requires a file path.\n\tr, err := gzip.NewReader(bytes.NewReader(cascade_animeface))\n\tif err != nil {\n\t\treturn\n\t}\n\tdefer r.Close()\n\n\ttmp, err := ioutil.TempFile(\"\", \"*.xml\")\n\tif err != nil {\n\t\treturn\n\t}\n\tdefer os.Remove(tmp.Name())\n\tdefer tmp.Close()\n\n\t_, err = io.Copy(tmp, r)\n\tif err != nil {\n\t\treturn\n\t}\n\n\tname := C.CString(tmp.Name())\n\tdefer C.free(unsafe.Pointer(name))\n\tc := C.cpli_load_classifier(name)\n\tif c == nil {\n\t\treturn Error{errors.New(\"unable to load classifier\")}\n\t}\n\tclassifier = c\n\treturn\n}\n\n// Generate a thumbnail of passed image.\n// NOTE: the generated thumbnail is not deterministic.\nfunc thumbnail(path string) (thumb []byte, err error) {\n\tclassifierMu.Lock()\n\tdefer classifierMu.Unlock()\n\n\tvar out C.Buffer\n\tpathC := C.CString(path)\n\tdefer C.free(unsafe.Pointer(pathC))\n\n\terrC := C.cpli_thumbnail(classifier, pathC, &out)\n\tdefer func() {\n\t\tif errC != nil {\n\t\t\tC.free(unsafe.Pointer(errC))\n\t\t}\n\t\tif out.data != nil {\n\t\t\tC.free(out.data)\n\t\t}\n\t}()\n\tif errC != nil {\n\t\ts := C.GoString(errC)\n\t\tif s == \"no faces detected\" {\n\t\t\terr = ErrNoFace\n\t\t} else {\n\t\t\terr = Error{errors.New(s)}\n\t\t}\n\t\treturn\n\t}\n\n\tthumb = C.GoBytes(out.data, C.int(out.size))\n\treturn\n}\n"
  },
  {
    "path": "thumbnail.h",
    "content": "#pragma once\n#include <stddef.h>\n\ntypedef struct {\n    void* data;\n    size_t size;\n} Buffer;\n\nchar* cpli_thumbnail(void* classifier, const char* path, Buffer* thumb);\n\nvoid* cpli_load_classifier(const char* path);\nvoid cpli_unload_classifier(void* c);\n"
  },
  {
    "path": "thumbnail_test.go",
    "content": "package captchouli\n\nimport (\n\t\"fmt\"\n\t\"path/filepath\"\n\t\"testing\"\n\n\t\"github.com/bakape/captchouli/v2/test_utils\"\n)\n\nfunc TestThumbnailing(t *testing.T) {\n\tnewService(t)\n\tcases := [...]struct {\n\t\text string\n\t}{\n\t\t{\"jpg\"},\n\t\t{\"png\"},\n\t}\n\n\tfor i := range cases {\n\t\tc := cases[i]\n\t\tt.Run(c.ext, func(t *testing.T) {\n\t\t\tt.Parallel()\n\n\t\t\tp, err := filepath.Abs(filepath.Join(\"testdata\", \"sample.\"+c.ext))\n\t\t\tif err != nil {\n\t\t\t\tt.Fatal(err)\n\t\t\t}\n\t\t\tthumb, err := thumbnail(p)\n\t\t\tif err != nil {\n\t\t\t\tt.Fatal(err)\n\t\t\t}\n\t\t\ttest_utils.WriteSample(t, fmt.Sprintf(\"sample_%s_thumb.jpg\", c.ext),\n\t\t\t\tthumb)\n\t\t})\n\t}\n}\n"
  }
]