Repository: bilibilifmk/wifi_link_tool Branch: master Commit: 96ceebf0dffb Files: 17 Total size: 198.1 KB Directory structure: gitextract_897rvged/ ├── .gitignore ├── LICENSE ├── README.md ├── examples/ │ ├── OTA_demo/ │ │ ├── OTA_demo.ino │ │ └── data/ │ │ ├── config.html │ │ └── index.html │ ├── fs_demo/ │ │ ├── data/ │ │ │ ├── config.html │ │ │ └── index.html │ │ └── fs_demo.ino │ └── hex_demo/ │ ├── data/ │ │ └── index.html │ ├── hex_demo.ino │ └── user_html.h ├── keywords.txt ├── library.properties ├── tool/ │ └── h5转二进制工具.html ├── wifi_link_tool.h └── wifi_link_tool_user_config.h ================================================ FILE CONTENTS ================================================ ================================================ FILE: .gitignore ================================================ # Prerequisites *.d # Compiled Object files *.slo *.lo *.o *.obj # Precompiled Headers *.gch *.pch # Compiled Dynamic libraries *.so *.dylib *.dll # Fortran module files *.mod *.smod # Compiled Static libraries *.lai *.la *.a *.lib # Executables *.exe *.out *.app ================================================ FILE: LICENSE ================================================ GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The GNU General Public License is a free, copyleft license for software and other kinds of works. The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others. For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it. For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions. Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users. Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free. The precise terms and conditions for copying, distribution and modification follow. TERMS AND CONDITIONS 0. Definitions. "This License" refers to version 3 of the GNU General Public License. "Copyright" also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. "The Program" refers to any copyrightable work licensed under this License. Each licensee is addressed as "you". "Licensees" and "recipients" may be individuals or organizations. To "modify" a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a "modified version" of the earlier work or a work "based on" the earlier work. A "covered work" means either the unmodified Program or a work based on the Program. To "propagate" a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. To "convey" a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. An interactive user interface displays "Appropriate Legal Notices" to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. 1. Source Code. The "source code" for a work means the preferred form of the work for making modifications to it. "Object code" means any non-source form of a work. A "Standard Interface" means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. The "System Libraries" of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A "Major Component", in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. The "Corresponding Source" for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work. The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. The Corresponding Source for a work in source code form is that same work. 2. Basic Permissions. All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. 3. Protecting Users' Legal Rights From Anti-Circumvention Law. No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures. When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures. 4. Conveying Verbatim Copies. You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. 5. Conveying Modified Source Versions. You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: a) The work must carry prominent notices stating that you modified it, and giving a relevant date. b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to "keep intact all notices". c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it. d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so. A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an "aggregate" if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. 6. Conveying Non-Source Forms. You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways: a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange. b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge. c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b. d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements. e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d. A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. A "User Product" is either (1) a "consumer product", which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, "normally used" refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. "Installation Information" for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. 7. Additional Terms. "Additional permissions" are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or d) Limiting the use for publicity purposes of names of licensors or authors of the material; or e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors. All other non-permissive additional terms are considered "further restrictions" within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. 8. Termination. You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. 9. Acceptance Not Required for Having Copies. You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. 10. Automatic Licensing of Downstream Recipients. Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. An "entity transaction" is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. 11. Patents. A "contributor" is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's "contributor version". A contributor's "essential patent claims" are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, "control" includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. In the following three paragraphs, a "patent license" is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To "grant" such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. "Knowingly relying" means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. A patent license is "discriminatory" if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. 12. No Surrender of Others' Freedom. If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. 13. Use with the GNU Affero General Public License. Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such. 14. Revised Versions of this License. The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation. If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. 15. Disclaimer of Warranty. THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 16. Limitation of Liability. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 17. Interpretation of Sections 15 and 16. If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: Copyright (C) This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, your program's commands might be different; for a GUI interface, you would use an "about box". You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see . The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read . ================================================ FILE: README.md ================================================ 谢绝将配网库修改进行商业项目 或不注明来源 强制做为自己项目在网络中分享。 请尊重开源协议,谢谢! https://keai.icu/wifilinktool # Arduino ESP8266 SDK 3.0.0 以上版本不在支持保存网络状态!!! 请不要使用高于3.0.0的SDK # wifi_link_tool 这是一个为esp8266设计的通用配网及集群库 该库免费提供 使用请注明出处 允许毕业设计使用本库 请在发行页面下载稳定的发布版本 ## 当前版本v1.1.9 开源协议:GPL3.0 * 如果是旧版库项目安装目前最新版请在项目第一行加入 #define FS_CONFIG 来启动fs模式 # v1.1.x版本视频:https://www.bilibili.com/video/BV1Ek4y1r75J?p=2 # 操作视频:https://www.bilibili.com/video/BV1Ek4y1r75J/ **** ![img](./img/index.jpg) ![img](./img/index2.jpg) **** # 集群方式配网 * 该模式并不完善,还在增加正常工作后保持集群通信,目前可完美实现其中一个节点正常联网后,其他节点从中获取网络配置信息。 ### 关闭集群 * 集群模式默认开启 如需关闭请在头文件前加入 #define OFF_colony 来关闭集群模式 ### 集群密钥 * 在WiFi_link_tool.h 22行进行编辑 密钥使用PSK 请保证密钥大于8位小于32位 * 默认密钥 keaino:1 (可爱天下第一 不接受反驳) ### 集群工作抛出信息 * 正常情况下抛出信息 ![image](./img/jqcg.jpg) * 未发现集群或集群密钥不正确 会自动进入普通配网模式 ![image](./img/jqsb.jpg) * “组网失败 节点提供信息可能有误 ” 这可能是WiFi密码或SSID有所变动,导致节点无法连接。 ## 普通配网流程 1.连接WiFi(wifi_link_tool) 2.自动弹出配网或打开浏览器访问6.6.6.6 3.输入WiFi密码 ## 微信小程序配网(兼容性已废弃推荐普通方式配网) 使用微信扫描二维码 打开小程序 点击通用设备配网 输入WiFi密码 **** # 关于配网操作 * 默认情况下 下拉gpio0(nodemcu D3可以按flash按键)5秒 重置已有配网 第一次使用该库请重置一次或用官方工具擦除flash * 默认情况下 状态指示灯gpio02(nodemcu D4) 也就是12f的板载led * 指示灯常亮 未连接网络 处于未配置 或 无法连接网络 * 指示灯闪烁 正在抹除配置 * 指示灯熄灭 联网正常 # 微信小程序配网(兼容性已废弃推荐普通方式配网) ## 使用微信扫一扫进行加载小程序 ![image](./img/wxxcx.jpg) ## 小程序页面 ![image](./img/wx1.jpg) ![image](./img/wx2.jpg) 点击通用设备配网 即可弹出配网 如未弹出请检查文件系统是否上传成功! 点击设备列表可搜索局域网中可被搜索的设备 # 普通配网 ## 扫描二维码直接连接或手动连接 SSID:wifi_link_tool ### 该二维码支持国内大部分手机相机 (例如使用MIUI系统相机) ![image](/img/ptlink.png) 连接成功后 会弹出配网web 如为弹出 请检查设备支持性(安卓4.4.4以上大部分支持 ios 11+)和文件系统是否上传成功! # 安装库wif link tool 库 ## 安装库本身 * 请保证已经安装了 arduino esp8266 sdk (已在2.7.1测试) * 在github上下载本库 * 打开arduino 项目—>加载库—>添加.zip库 —>选择刚才下载的zip导入 (手动库安装目录Arduino\libraries\WiFi_link_tool) # 二进制固化模式 * 二进制固化模式为默认模式 不过还是推荐使用文件系统方式 固化方式是将web页直接放入程序空间 ## 测试 * 打开测试demo 文件—>示例—>wifi_link_tool—>hex_demo * 选择串口及波特率 * 点击验证 验证库是否能正常编译 # 文件系统模式 * 使用文件系统模式请在项目第一行加入 #define FS_CONFIG 来激活文件系统模式 ## 安装文件系统 * 下载文件系统上传工具 [工具地址](https://github.com/esp8266/arduino-esp8266fs-plugin/releases) * 导入工具参考目录 ******/tools/ESP8266FS/tool/esp8266fs.jar * 重启arduino ## 测试 * 打开测试demo 文件—>示例—>wifi_link_tool—>fs_demo * 选择串口及波特率 * 选择合适的flash size ![image](./img/flash.jpg) * 点击验证 验证库是否能正常编译 * 检查文件系统上传工具 工具下会显示 ESP8266 sketch Data Upload 证明安装成功 * 上传文件系统 工具 —>ESP8266 sketch Data Upload # 库基础配置及api * 配置设备 在setup中配置设备io名称 rstb=D3; //重置io stateled=D4; //指示灯io Hostname = "ESP8266"; //设备名称 允许中文名称 不建议太长 wxscan=true; //是否被小程序发现设备 开启意味该设备具有后台 true开启 false关闭 Version="1.0.0"; //程序版本号 * load()函数 加载启动等 必须存在 * pant()函数 维持系统正常运行 请保证在loop 函数的第一行 保证系统稳定性 * link()函数 (有值发回)获取当前WiFi配置状态 注意请在load()函数之后或在loop区块中使用 返回类型 int 返回内容 0 当前未配置WiFi 1 以配置WiFi 作用 识别当前是否已经配网实现数码管或oled屏幕内容的显示与切换 示例: if(link()){/*设备以配置网络触发内容*/}else{/*设备未配置网络触发内容*/} * torest() 函数 无返回值 作用软重置配网! * 局域网中获得设备名称API(用来配合网关或设备通信) 该api以集成进库中 作用 获得设备设备名称 方便设备联动 请求方法 http get 返回类型 String 地址 http://x.x.x.x/opera?opera=sb * 自定义http get请求 语法: webServer.on("/<请求地址>", <处理函数>); 请写在setup函数中 load函数之后 处理函数请自定义一个新函数 请参考demo中get请求处理 * 自定义添加web 文件系统模式下 库自动添加 config.html(配网web) index.html(设备主页) 将自定义的html 放入Data目录下(将demo另存为 在另存目录就会出现data目录) 语法: webServer.on("/<请求地址>", <加载函数>); 请写在setup函数中 load函数之后 加载函数 语法 void <加载函数>(){File file = SPIFFS.open("/<自定义html文件名>", "r"); webServer.streamFile(file, "text/html");file.close(); } 请参考demo中加载多个web 二进制固化模式下 将自定义的html 使用tool目录中所提供的工具进行二进制转换, 如果页面中存在中文请先转换成UTF-8编码后转换 语法: webServer.on("/<请求地址>", <加载函数>); 请写在setup函数中 load函数之后 加载函数 语法 void <加载函数>() { wifi_link_tool_hex(200, "text/html", <二进制数组>, sizeof(二进制数组));} //该函数必须在固化模式下才可使用 请参考示例中命名规则 * 发起HTTP_GET请求 语法:gethttp_API((ULR); 例子:String r = gethttp_API(("http://keai.icu"); 发起带参数GET :String r = gethttp_API(("http://keai.icu?<参数1=值><&参数2 = 值>", 80); 返回值 String * 获得当前程序版本号 该api以集成进库中 作用 获得设备设备程序版本号 方便进行ota升级 请求方法 http get 返回类型 String 地址 http://x.x.x.x/opera?opera=version # 版本更新说明 **** * v1.0.1:基础库发布! * v1.0.2:更新函数link() //获取当前WiFi配置状态 * v1.0.3:更新函数torest()//软重置配网 * v1.0.4:更新兼容性,以适配最新sdk(2.7.1),修复了一些语法问题 * v1.0.5:修复严重配网BUG(在连接WiFi中重置会导致无限重启) ,优化了结构。 * v1.0.6:修复了臃肿ui(例如miui)和ios扫描出WiFi点击不弹出密码框。 * v1.0.7:修复配网后正常联网某些手机会出现一个乱码WiFi,可能sdk的bug 解决思路是首先建立隐藏网络在识别配网状态。 * v1.1.0:双模式配网,全新的配网页面,增加wifi_link_tool_hex()函数 修复一下语法错误 如果是旧项目升级请在第一行加入 #define FS_CONFIG * v1.1.1:加入集群模式,该模式默认开启 如需关闭请在头文件前加入#define OFF_colony 增加httpget请求函数。 * v1.1.2:修复一严重bug 瞎乱请求 会跳转的到配置页 * v1.1.3:修复了集群模式下wifi密码可能泄露的风险,请保管好您项目中集群密钥! 修复了一些文字错误,修改输出逻辑。 * v1.1.4:修复了集群模式下勿连接到未配网的设备上,导致集群配网失败;添加了启动输出信息。 * v1.1.5:增加了对网络状态的测试,默认返回网易云热评( https://keai.icu/apiwyy ) ,删除启动logo换成输出版本。 * v1.1.6:优化连接网络逻辑,增加OTA功能 详情请查看ota_demo 加入程序版本号返回(增加对版本的输出) ,输出信息改为 wifilinktoos版本号 和程序版本号 增加向服务器请求(服务端不会收集任何设备信息 只记录请求次数不放心可以注释gethttp_API("http://keai.icu/wifilinktool/up",80);)。 * v1.1.7:1.修复了一个历史遗留问题,导致的高版本sdk循环重复“第一次启动请重置” 2.修复了连接失败 第二次连接永远不会返回 3.修改了一些很矛盾的逻辑理论上能优化性能 * v1.1.8:修改get请求参数 去除端口号 兼容以前的写法 * v1.1.9:修复链接开发Wi-Fi 密码错误问题 **** ## 测试环境 sdk版本:3.0.0 arduino版本1.8.16 ================================================ FILE: examples/OTA_demo/OTA_demo.ino ================================================ /* 项目地址:https://github.com/bilibilifmk/wifi_link_tool by:发明控 测试环境sdk版本:2.7.1 arduino版本1.8.8 默认重置 D3(gpio 0) 默认状态led gpio2 D3---------/ --------gnd OTAdemo 该实例为OTA空中升级demo */ //普通配网流程 1.链接WiFi 2.自动弹出配网或打开浏览器访问6.6.6.6 3.输入WiFi密码 //微信小程序配网 使用微信扫描二维码 打开小程序 点击通用设备配网 输入WiFi密码 #define FS_CONFIG //激活文件系统模式配网 #include //引入wifilinktool头文件 void setup() { Serial.begin(115200); //开启串口 /////////////////////////////////////////////////////////基础设置////////////////////////////////////////////////////////// rstb=0; //重置io stateled=2; //指示灯io Hostname = "ESP8266"; //设备名称 允许中文名称 不建议太长 wxscan=true; //是否被小程序发现设备 开启意味该设备具有后台 true开启 false关闭 Version="1.0.0"; //程序版本号 ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// //此处请勿添加代码 load(); //初始化WiFi link tool //在下面添加代码 ota(); //启用ota服务功能 } void loop() { //请勿此处添加代码 pant(); //WiFi link tool 服务维持函数 请勿修改位置 //请在下面添加自己的代码 } ================================================ FILE: examples/OTA_demo/data/config.html ================================================

WiFi配置

仓库地址 :github.com/bilibilifmk/wifi_link_tool

当前设备类型 :ESP8266EX 仅支持2.4G

================================================ FILE: examples/OTA_demo/data/index.html ================================================ OTA示例程序

OTA升级示例程序

正在获取

上传进度0%


================================================ FILE: examples/fs_demo/data/config.html ================================================

WiFi配置

仓库地址 :github.com/bilibilifmk/wifi_link_tool

当前设备类型 :ESP8266EX 仅支持2.4G

================================================ FILE: examples/fs_demo/data/index.html ================================================ index

请求测试

================================================ FILE: examples/fs_demo/fs_demo.ino ================================================ /* 项目地址:https://github.com/bilibilifmk/wifi_link_tool by:发明控 测试环境sdk版本:2.7.1 arduino版本1.8.8 默认重置 D3(gpio 0) 默认状态led gpio2 D3---------/ --------gnd fsdemo 该实例为文件系统模式 */ //普通配网流程 1.链接WiFi 2.自动弹出配网或打开浏览器访问6.6.6.6 3.输入WiFi密码 //微信小程序配网 使用微信扫描二维码 打开小程序 点击通用设备配网 输入WiFi密码 #define FS_CONFIG //激活文件系统模式配网 #include //引入wifilinktool头文件 void setup() { Serial.begin(115200); //开启串口 /////////////////////////////////////////////////////////基础设置////////////////////////////////////////////////////////// rstb=0; //重置io stateled=2; //指示灯io Hostname = "ESP8266"; //设备名称 允许中文名称 不建议太长 wxscan=true; //是否被小程序发现设备 开启意味该设备具有后台 true开启 false关闭 ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// //此处请勿添加代码 load(); //初始化WiFi link tool //在下面添加代码 //get请求示例(配合index.html) webServer.on("/gettool", gettool); //对应请求方法就是 ip/gettool?gettool=xxx //加载多个web 按照这种写法 以此类推 //webServer.on("/lodweb", lodweb); } ////加载多个web 按照这种写法 以此类推 //void lodweb(){File file = SPIFFS.open("/xxxx.html", "r"); webServer.streamFile(file, "text/html");file.close(); } //get请求识别处理 void gettool() { if(webServer.arg("gettool") == "call") { //当有请求gettool参数是call激活请求返回ojbk Serial.println("get"); //串口输出 webServer.send(200, "text/plain", "ojbk"); } } void loop() { //请勿此处添加代码 pant(); //WiFi link tool 服务维持函数 请勿修改位置 //请在下面添加自己的代码 } ================================================ FILE: examples/hex_demo/data/index.html ================================================ index

请求测试

================================================ FILE: examples/hex_demo/hex_demo.ino ================================================ /* 项目地址:https://github.com/bilibilifmk/wifi_link_tool by:发明控 测试环境sdk版本:2.5.0 arduino版本1.8.8 默认重置 D3(gpio 0) 默认状态led gpio2 D3---------/ --------gnd hexdemo 该示例是固化配网方式 您依然可以使用文件系统来加载其他网页 详情请查看库中 wifi_link_tool_user_config.h 文件 */ //普通配网流程 1.链接WiFi 2.自动弹出配网或打开浏览器访问6.6.6.6 3.输入WiFi密码 //微信小程序配网 使用微信扫描二维码 打开小程序 点击通用设备配网 输入WiFi密码 //#define FS_CONFIG //禁用文件系统配网 #include //引入wifilinktool头文件 #include"user_html.h" //加载其他web固化数据 void gettool(); void user_index(); void fs_index(); //声明函数 void setup() { Serial.begin(115200); //开启串口 /////////////////////////////////////////////////////////基础设置////////////////////////////////////////////////////////// rstb = 0; //重置io stateled = 2; //指示灯io Hostname = "ESP8266"; //设备名称 允许中文名称 不建议太长 wxscan = true; //是否被小程序发现设备 开启意味该设备具有后台 true开启 false关闭 ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// //此处请勿添加代码 load(); //是否配置网络并注册网络 if (link()) webServer.on("/", user_index); // 使用固化模式加载其他网页 // if (link()) webServer.on("/", fs_index); // 使用文件系统加载其他网页 //初始化WiFi link tool //在下面添加代码 //get请求示例(配合index.html) webServer.on("/gettool", gettool); //对应请求方法就是 ip/gettool?gettool=xxx //加载多个web 按照这种写法 以此类推 //webServer.on("/lodweb", lodweb); } ////加载多个web 按照这种写法 以此类推 //void lodweb(){File file = SPIFFS.open("/xxxx.html", "r"); webServer.streamFile(file, "text/html");file.close(); } //get请求识别处理 void gettool() { if (webServer.arg("gettool") == "call") { //当有请求gettool参数是call激活请求返回ojbk Serial.println("get"); //串口输出 webServer.send(200, "text/plain", "ojbk"); } } //固化方式 void user_index() { wifi_link_tool_hex(200, "text/html", user_html, sizeof(user_html)); // wifi_link_tool_hex(200, "text/html", 数组, 长度); } //文件系统方式 void fs_index() { File file = SPIFFS.open("/index.html", "r"); webServer.streamFile(file, "text/html"); file.close(); } void loop() { //请勿此处添加代码 pant(); //WiFi link tool 服务维持函数 请勿修改位置 //请在下面添加自己的代码 } ================================================ FILE: examples/hex_demo/user_html.h ================================================ /*使用二级制模式固化网页在程序存储区 请使用所提供的工具将h5代码转义成十六制数组(tool文件夹) * 如果网页中出现中文需要将中文转UTF-8编码,网络上很多工具 */ const char user_html[] PROGMEM = {0x3c,0x21,0x44,0x4f,0x43,0x54,0x59,0x50,0x45,0x20,0x68,0x74,0x6d,0x6c,0x3e,0x20,0x0a,0x3c,0x68,0x74,0x6d,0x6c,0x3e,0x20,0x0a,0x3c,0x68,0x65,0x61,0x64,0x3e,0x20,0x0a,0x20,0x20,0x3c,0x6d,0x65,0x74,0x61,0x20,0x68,0x74,0x74,0x70,0x2d,0x65,0x71,0x75,0x69,0x76,0x3d,0x27,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x2d,0x74,0x79,0x70,0x65,0x27,0x20,0x63,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x3d,0x27,0x74,0x65,0x78,0x74,0x2f,0x68,0x74,0x6d,0x6c,0x3b,0x20,0x63,0x68,0x61,0x72,0x73,0x65,0x74,0x3d,0x75,0x74,0x66,0x2d,0x38,0x27,0x3e,0x20,0x0a,0x20,0x20,0x3c,0x74,0x69,0x74,0x6c,0x65,0x3e,0x69,0x6e,0x64,0x65,0x78,0x3c,0x2f,0x74,0x69,0x74,0x6c,0x65,0x3e,0x20,0x0a,0x0a,0x20,0x20,0x3c,0x73,0x74,0x79,0x6c,0x65,0x3e,0x0a,0x0a,0x62,0x6f,0x64,0x79,0x7b,0x74,0x65,0x78,0x74,0x2d,0x61,0x6c,0x69,0x67,0x6e,0x3a,0x63,0x65,0x6e,0x74,0x65,0x72,0x7d,0x20,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x68,0x31,0x7b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x23,0x66,0x66,0x38,0x65,0x62,0x33,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x74,0x65,0x78,0x74,0x2d,0x61,0x6c,0x69,0x67,0x6e,0x3a,0x63,0x65,0x6e,0x74,0x65,0x72,0x3b,0x0a,0x20,0x20,0x20,0x20,0x66,0x6f,0x6e,0x74,0x2d,0x73,0x69,0x7a,0x65,0x3a,0x20,0x33,0x30,0x70,0x78,0x3b,0x0a,0x20,0x20,0x20,0x20,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7d,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x68,0x32,0x7b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x23,0x66,0x66,0x38,0x65,0x62,0x33,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x66,0x6f,0x6e,0x74,0x2d,0x73,0x69,0x7a,0x65,0x3a,0x20,0x34,0x30,0x70,0x78,0x3b,0x0a,0x20,0x20,0x20,0x20,0x0a,0x20,0x20,0x20,0x20,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7d,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x70,0x7b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x23,0x66,0x66,0x38,0x65,0x62,0x33,0x3b,0x0a,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7d,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x61,0x7b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x23,0x66,0x66,0x38,0x65,0x62,0x33,0x3b,0x0a,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7d,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x68,0x33,0x7b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x23,0x66,0x66,0x38,0x65,0x62,0x33,0x3b,0x0a,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7d,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x73,0x70,0x61,0x6e,0x7b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x23,0x66,0x66,0x38,0x65,0x62,0x33,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x66,0x6f,0x6e,0x74,0x2d,0x73,0x69,0x7a,0x65,0x3a,0x20,0x37,0x35,0x70,0x78,0x3b,0x0a,0x20,0x20,0x20,0x20,0x0a,0x20,0x20,0x20,0x20,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7d,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x0a,0x20,0x20,0x20,0x20,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x2e,0x61,0x66,0x20,0x7b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x62,0x6f,0x72,0x64,0x65,0x72,0x3a,0x20,0x6e,0x6f,0x6e,0x65,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x72,0x61,0x64,0x69,0x75,0x73,0x3a,0x20,0x35,0x70,0x78,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x63,0x75,0x72,0x73,0x6f,0x72,0x3a,0x20,0x70,0x6f,0x69,0x6e,0x74,0x65,0x72,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x6d,0x61,0x72,0x67,0x69,0x6e,0x3a,0x20,0x32,0x30,0x70,0x78,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x74,0x65,0x78,0x74,0x2d,0x61,0x6c,0x69,0x67,0x6e,0x3a,0x20,0x63,0x65,0x6e,0x74,0x65,0x72,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x66,0x6f,0x6e,0x74,0x2d,0x73,0x69,0x7a,0x65,0x3a,0x20,0x32,0x35,0x70,0x78,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x20,0x23,0x66,0x66,0x66,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x62,0x61,0x63,0x6b,0x67,0x72,0x6f,0x75,0x6e,0x64,0x3a,0x20,0x23,0x66,0x66,0x38,0x65,0x62,0x33,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7d,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x2f,0x2a,0x2e,0x61,0x66,0x3a,0x68,0x6f,0x76,0x65,0x72,0x7b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x6f,0x70,0x61,0x63,0x69,0x74,0x79,0x3a,0x20,0x30,0x2e,0x38,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7d,0x2a,0x2f,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x2e,0x74,0x69,0x74,0x6c,0x65,0x20,0x7b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x66,0x6f,0x6e,0x74,0x2d,0x73,0x69,0x7a,0x65,0x3a,0x20,0x36,0x30,0x70,0x78,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x20,0x23,0x66,0x66,0x38,0x65,0x62,0x33,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x6d,0x61,0x72,0x67,0x69,0x6e,0x2d,0x62,0x6f,0x74,0x74,0x6f,0x6d,0x3a,0x20,0x33,0x30,0x70,0x78,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7d,0x0a,0x20,0x20,0x20,0x20,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x69,0x6e,0x70,0x75,0x74,0x20,0x7b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x66,0x6f,0x6e,0x74,0x2d,0x73,0x69,0x7a,0x65,0x3a,0x20,0x32,0x35,0x70,0x78,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x6d,0x61,0x72,0x67,0x69,0x6e,0x2d,0x74,0x6f,0x70,0x3a,0x20,0x32,0x35,0x70,0x78,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x74,0x6f,0x70,0x3a,0x20,0x6e,0x6f,0x6e,0x65,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x6c,0x65,0x66,0x74,0x3a,0x20,0x6e,0x6f,0x6e,0x65,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x72,0x69,0x67,0x68,0x74,0x3a,0x20,0x6e,0x6f,0x6e,0x65,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x62,0x6f,0x74,0x74,0x6f,0x6d,0x3a,0x20,0x33,0x70,0x78,0x20,0x73,0x6f,0x6c,0x69,0x64,0x20,0x23,0x66,0x66,0x38,0x65,0x62,0x33,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x20,0x23,0x66,0x66,0x38,0x65,0x62,0x33,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7d,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x23,0x74,0x6f,0x75,0x63,0x68,0x20,0x7b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x77,0x69,0x64,0x74,0x68,0x3a,0x20,0x36,0x30,0x70,0x78,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x68,0x65,0x69,0x67,0x68,0x74,0x3a,0x20,0x36,0x30,0x70,0x78,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x70,0x6f,0x73,0x69,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x61,0x62,0x73,0x6f,0x6c,0x75,0x74,0x65,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x6c,0x65,0x66,0x74,0x3a,0x20,0x33,0x30,0x30,0x70,0x78,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x74,0x6f,0x70,0x3a,0x20,0x37,0x39,0x70,0x78,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x6d,0x61,0x72,0x67,0x69,0x6e,0x2d,0x6c,0x65,0x66,0x74,0x3a,0x20,0x2d,0x33,0x30,0x70,0x78,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x6d,0x61,0x72,0x67,0x69,0x6e,0x2d,0x74,0x6f,0x70,0x3a,0x20,0x2d,0x33,0x30,0x70,0x78,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7a,0x2d,0x69,0x6e,0x64,0x65,0x78,0x3a,0x20,0x39,0x39,0x39,0x39,0x39,0x39,0x3b,0x0a,0x20,0x20,0x20,0x20,0x7d,0x0a,0x20,0x20,0x20,0x20,0x0a,0x20,0x20,0x20,0x20,0x0a,0x20,0x20,0x20,0x20,0x0a,0x20,0x20,0x20,0x20,0x0a,0x20,0x20,0x20,0x20,0x23,0x73,0x69,0x6d,0x70,0x6c,0x65,0x2d,0x6d,0x65,0x6e,0x75,0x20,0x7b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x77,0x69,0x64,0x74,0x68,0x3a,0x20,0x36,0x30,0x70,0x78,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x68,0x65,0x69,0x67,0x68,0x74,0x3a,0x20,0x36,0x30,0x70,0x78,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x63,0x75,0x72,0x73,0x6f,0x72,0x3a,0x20,0x6d,0x6f,0x76,0x65,0x3b,0x0a,0x20,0x20,0x20,0x20,0x7d,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x2f,0x73,0x74,0x79,0x6c,0x65,0x3e,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x3c,0x73,0x74,0x79,0x6c,0x65,0x20,0x6c,0x61,0x6e,0x67,0x3d,0x22,0x73,0x63,0x73,0x73,0x22,0x20,0x73,0x63,0x6f,0x70,0x65,0x64,0x3e,0x0a,0x20,0x20,0x20,0x20,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x2e,0x77,0x61,0x76,0x65,0x2d,0x6d,0x61,0x73,0x6b,0x20,0x7b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x70,0x6f,0x73,0x69,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x61,0x62,0x73,0x6f,0x6c,0x75,0x74,0x65,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x77,0x69,0x64,0x74,0x68,0x3a,0x20,0x32,0x30,0x30,0x70,0x78,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x68,0x65,0x69,0x67,0x68,0x74,0x3a,0x20,0x32,0x30,0x30,0x70,0x78,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x74,0x6f,0x70,0x3a,0x20,0x31,0x30,0x70,0x78,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x6c,0x65,0x66,0x74,0x3a,0x20,0x35,0x35,0x25,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x72,0x61,0x64,0x69,0x75,0x73,0x3a,0x20,0x34,0x30,0x25,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x62,0x61,0x63,0x6b,0x67,0x72,0x6f,0x75,0x6e,0x64,0x2d,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x20,0x72,0x67,0x62,0x61,0x28,0x32,0x31,0x32,0x2c,0x20,0x32,0x34,0x2c,0x20,0x32,0x34,0x2c,0x20,0x30,0x2e,0x39,0x29,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x74,0x72,0x61,0x6e,0x73,0x66,0x6f,0x72,0x6d,0x3a,0x20,0x74,0x72,0x61,0x6e,0x73,0x6c,0x61,0x74,0x65,0x28,0x2d,0x35,0x30,0x25,0x2c,0x20,0x2d,0x37,0x30,0x25,0x29,0x20,0x72,0x6f,0x74,0x61,0x74,0x65,0x28,0x30,0x29,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x74,0x6f,0x52,0x6f,0x74,0x61,0x74,0x65,0x20,0x31,0x30,0x73,0x20,0x6c,0x69,0x6e,0x65,0x61,0x72,0x20,0x2d,0x35,0x73,0x20,0x69,0x6e,0x66,0x69,0x6e,0x69,0x74,0x65,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7a,0x2d,0x69,0x6e,0x64,0x65,0x78,0x3a,0x20,0x32,0x30,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7d,0x0a,0x20,0x20,0x20,0x20,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x40,0x6b,0x65,0x79,0x66,0x72,0x61,0x6d,0x65,0x73,0x20,0x74,0x6f,0x52,0x6f,0x74,0x61,0x74,0x65,0x20,0x7b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x35,0x30,0x25,0x20,0x7b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x74,0x72,0x61,0x6e,0x73,0x66,0x6f,0x72,0x6d,0x3a,0x20,0x74,0x72,0x61,0x6e,0x73,0x6c,0x61,0x74,0x65,0x28,0x2d,0x35,0x30,0x25,0x2c,0x20,0x2d,0x37,0x30,0x25,0x29,0x20,0x72,0x6f,0x74,0x61,0x74,0x65,0x28,0x31,0x38,0x30,0x64,0x65,0x67,0x29,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7d,0x0a,0x20,0x20,0x20,0x20,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x31,0x30,0x30,0x25,0x20,0x7b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x74,0x72,0x61,0x6e,0x73,0x66,0x6f,0x72,0x6d,0x3a,0x20,0x74,0x72,0x61,0x6e,0x73,0x6c,0x61,0x74,0x65,0x28,0x2d,0x35,0x30,0x25,0x2c,0x20,0x2d,0x37,0x30,0x25,0x29,0x20,0x72,0x6f,0x74,0x61,0x74,0x65,0x28,0x33,0x36,0x30,0x64,0x65,0x67,0x29,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7d,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7d,0x0a,0x20,0x20,0x20,0x20,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x2e,0x63,0x6f,0x6e,0x74,0x61,0x69,0x6e,0x65,0x72,0x20,0x7b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x77,0x69,0x64,0x74,0x68,0x3a,0x20,0x31,0x30,0x30,0x70,0x78,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x68,0x65,0x69,0x67,0x68,0x74,0x3a,0x20,0x31,0x30,0x30,0x70,0x78,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x72,0x61,0x64,0x69,0x75,0x73,0x3a,0x20,0x35,0x30,0x25,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x62,0x6f,0x72,0x64,0x65,0x72,0x3a,0x20,0x33,0x70,0x78,0x20,0x73,0x6f,0x6c,0x69,0x64,0x20,0x23,0x36,0x37,0x63,0x32,0x33,0x61,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x62,0x61,0x63,0x6b,0x67,0x72,0x6f,0x75,0x6e,0x64,0x3a,0x20,0x23,0x66,0x66,0x66,0x66,0x66,0x66,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x70,0x6f,0x73,0x69,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x61,0x62,0x73,0x6f,0x6c,0x75,0x74,0x65,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x74,0x6f,0x70,0x3a,0x20,0x35,0x30,0x25,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x6c,0x65,0x66,0x74,0x3a,0x20,0x35,0x30,0x25,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x74,0x72,0x61,0x6e,0x73,0x66,0x6f,0x72,0x6d,0x3a,0x20,0x74,0x72,0x61,0x6e,0x73,0x6c,0x61,0x74,0x65,0x28,0x2d,0x35,0x30,0x25,0x2c,0x20,0x2d,0x35,0x30,0x25,0x29,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x70,0x61,0x64,0x64,0x69,0x6e,0x67,0x3a,0x20,0x35,0x70,0x78,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7d,0x0a,0x20,0x20,0x20,0x20,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x2e,0x77,0x61,0x76,0x65,0x20,0x7b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x70,0x6f,0x73,0x69,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x72,0x65,0x6c,0x61,0x74,0x69,0x76,0x65,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x77,0x69,0x64,0x74,0x68,0x3a,0x20,0x31,0x30,0x30,0x70,0x78,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x68,0x65,0x69,0x67,0x68,0x74,0x3a,0x20,0x31,0x30,0x30,0x70,0x78,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x62,0x61,0x63,0x6b,0x67,0x72,0x6f,0x75,0x6e,0x64,0x2d,0x69,0x6d,0x61,0x67,0x65,0x3a,0x20,0x6c,0x69,0x6e,0x65,0x61,0x72,0x2d,0x67,0x72,0x61,0x64,0x69,0x65,0x6e,0x74,0x28,0x2d,0x31,0x38,0x30,0x64,0x65,0x67,0x2c,0x20,0x23,0x61,0x61,0x66,0x66,0x38,0x30,0x20,0x31,0x33,0x25,0x2c,0x20,0x23,0x36,0x37,0x63,0x32,0x33,0x61,0x20,0x39,0x31,0x25,0x29,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x72,0x61,0x64,0x69,0x75,0x73,0x3a,0x20,0x35,0x30,0x25,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7d,0x0a,0x20,0x20,0x20,0x20,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x2e,0x63,0x6f,0x6e,0x74,0x61,0x69,0x6e,0x65,0x72,0x20,0x7b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x6f,0x76,0x65,0x72,0x66,0x6c,0x6f,0x77,0x3a,0x20,0x68,0x69,0x64,0x64,0x65,0x6e,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7d,0x0a,0x20,0x20,0x20,0x20,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x2e,0x77,0x61,0x76,0x65,0x2d,0x6d,0x61,0x73,0x6b,0x20,0x7b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x62,0x61,0x63,0x6b,0x67,0x72,0x6f,0x75,0x6e,0x64,0x2d,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x20,0x72,0x67,0x62,0x61,0x28,0x32,0x35,0x35,0x2c,0x20,0x32,0x35,0x35,0x2c,0x20,0x32,0x35,0x35,0x2c,0x20,0x30,0x2e,0x39,0x29,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7d,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x0a,0x20,0x20,0x3c,0x2f,0x73,0x74,0x79,0x6c,0x65,0x3e,0x0a,0x3c,0x2f,0x68,0x65,0x61,0x64,0x3e,0x20,0x0a,0x3c,0x62,0x6f,0x64,0x79,0x3e,0x20,0x0a,0x20,0x20,0x0a,0x20,0x20,0x3c,0x68,0x32,0x3e,0x26,0x23,0x78,0x38,0x42,0x46,0x37,0x3b,0x26,0x23,0x78,0x36,0x43,0x34,0x32,0x3b,0x26,0x23,0x78,0x36,0x44,0x34,0x42,0x3b,0x26,0x23,0x78,0x38,0x42,0x44,0x35,0x3b,0x3c,0x2f,0x68,0x32,0x3e,0x0a,0x3c,0x69,0x6e,0x70,0x75,0x74,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x61,0x66,0x22,0x20,0x74,0x79,0x70,0x65,0x3d,0x22,0x62,0x75,0x74,0x74,0x6f,0x6e,0x22,0x20,0x76,0x61,0x6c,0x75,0x65,0x3d,0x22,0x26,0x23,0x78,0x36,0x44,0x34,0x42,0x3b,0x26,0x23,0x78,0x38,0x42,0x44,0x35,0x3b,0x22,0x20,0x6f,0x6e,0x63,0x6c,0x69,0x63,0x6b,0x3d,0x22,0x6f,0x70,0x65,0x72,0x61,0x28,0x29,0x22,0x3e,0x0a,0x3c,0x2f,0x62,0x6f,0x64,0x79,0x3e,0x20,0x0a,0x3c,0x73,0x63,0x72,0x69,0x70,0x74,0x3e,0x0a,0x0a,0x0a,0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e,0x20,0x6f,0x70,0x65,0x72,0x61,0x28,0x29,0x20,0x7b,0x0a,0x20,0x20,0x20,0x20,0x76,0x61,0x72,0x20,0x78,0x6d,0x6c,0x68,0x74,0x74,0x70,0x3b,0x0a,0x20,0x69,0x66,0x20,0x28,0x77,0x69,0x6e,0x64,0x6f,0x77,0x2e,0x58,0x4d,0x4c,0x48,0x74,0x74,0x70,0x52,0x65,0x71,0x75,0x65,0x73,0x74,0x29,0x20,0x7b,0x0a,0x20,0x20,0x20,0x20,0x20,0x78,0x6d,0x6c,0x68,0x74,0x74,0x70,0x20,0x3d,0x20,0x6e,0x65,0x77,0x20,0x58,0x4d,0x4c,0x48,0x74,0x74,0x70,0x52,0x65,0x71,0x75,0x65,0x73,0x74,0x28,0x29,0x3b,0x0a,0x20,0x7d,0x0a,0x20,0x78,0x6d,0x6c,0x68,0x74,0x74,0x70,0x2e,0x6f,0x6e,0x72,0x65,0x61,0x64,0x79,0x73,0x74,0x61,0x74,0x65,0x63,0x68,0x61,0x6e,0x67,0x65,0x20,0x3d,0x20,0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e,0x20,0x28,0x29,0x20,0x7b,0x0a,0x20,0x20,0x20,0x69,0x66,0x20,0x28,0x20,0x78,0x6d,0x6c,0x68,0x74,0x74,0x70,0x2e,0x73,0x74,0x61,0x74,0x75,0x73,0x20,0x3d,0x3d,0x20,0x32,0x30,0x30,0x29,0x7b,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x61,0x6c,0x65,0x72,0x74,0x28,0x22,0x6f,0x6b,0x22,0x29,0x3b,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x0a,0x20,0x20,0x20,0x20,0x7d,0x0a,0x0a,0x20,0x7d,0x0a,0x20,0x78,0x6d,0x6c,0x68,0x74,0x74,0x70,0x2e,0x6f,0x70,0x65,0x6e,0x28,0x22,0x47,0x45,0x54,0x22,0x2c,0x20,0x22,0x2f,0x67,0x65,0x74,0x74,0x6f,0x6f,0x6c,0x3f,0x67,0x65,0x74,0x74,0x6f,0x6f,0x6c,0x3d,0x63,0x61,0x6c,0x6c,0x22,0x20,0x29,0x3b,0x0a,0x20,0x78,0x6d,0x6c,0x68,0x74,0x74,0x70,0x2e,0x73,0x65,0x6e,0x64,0x28,0x29,0x3b,0x0a,0x7d,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x3c,0x2f,0x73,0x63,0x72,0x69,0x70,0x74,0x3e,0x0a,0x0a,0x0a,0x3c,0x2f,0x68,0x74,0x6d,0x6c,0x3e}; ================================================ FILE: keywords.txt ================================================ Hostname LITERAL1 load KEYWORD2 pant KEYWORD2 rstb KEYWORD2 stateled KEYWORD2 wxscan KEYWORD2 link KEYWORD2 wifi_link_tool_hex KEYWORD2 gethttp_API KEYWORD2 Version KEYWORD2 ota KEYWORD2 ================================================ FILE: library.properties ================================================ name=wifi_link_tool version=1.1.6 author=发明控 maintainer=blblfmk sentence=wifi_link_tool paragraph=wifi_link_tool category=Uncategorized url=https://github.com/bilibilifmk/wifi_link_tool architectures=* ================================================ FILE: tool/h5转二进制工具.html ================================================ 转换工具

将h5文件转换成二进制

如果页面内容包含中文请先将中文转换为UTF-8

长度: 0 Bytes

================================================ FILE: wifi_link_tool.h ================================================ /* wifi link tool 配网库 by:发明控 版本v1.1.9 测试环境 sdk版本:3.0.0 arduino版本1.8.16 项目地址:https://github.com/bilibilifmk/wifi_link_tool */ #include #include #include #include #include #include #include #include #define fs_server true #ifndef FS_CONFIG #include #define fs_server false #endif void ICACHE_RAM_ATTR blink(); #define colony_password "keaino:1" //组网密钥 可修改为自己的集群密钥 使用PSK 请保证密钥大于8位小于32位 const char *AP_name = "wifi_link_tool"; //修改后即不支持微信配网 /////////////////////////////////////////////////////不建议修改部分////////////////////////////////////////////////////////////////// #define wifilinktoolversion "1.1.8" String Version ="1.0.0"; String Hostname = "ESP8266"; int Signal_filtering = -200; const byte DNS_PORT = 53; int WiFi_State; #define WiFi_State_Addr 0 bool wxscan=true; int rstb=0; int stateled=2; IPAddress apIP(6, 6, 6, 6); DNSServer dnsServer; ESP8266WebServer webServer(80); void info(void); void pant(void); void torest(void); int link(void); void sendBuffer(void); void sendHeader(int code, String type, size_t _size); void wifi_link_tool_hex(int code, String type, const char* adr, size_t len); void wwwroot(void); void wifiConfig(void); String wifi_type(int typecode); void wifiScan(void); void opera(void); String gethttp_API(String url,int port); void load(void); //输出信息 void info(){ Serial.println(""); Serial.print("wifi_link_tool Version:"); Serial.print(wifilinktoolversion); Serial.println(""); Serial.print("Program Version:"); Serial.print(Version); Serial.print(""); } //心跳服务 void pant() { MDNS.update(); dnsServer.processNextRequest(); webServer.handleClient(); } void torest() { WiFi.disconnect(true); delay(100); EEPROM.write(WiFi_State_Addr, 0); EEPROM.commit(); delay(300); Serial.print("重置成功!正在重启。"); ESP.restart(); } int link() { int a=0; if(WiFi_State==1) { a=1; } return a; } #define buf_s 6000 char data_buffer[buf_s]; int bufwz = 0; void sendBuffer() { if(bufwz > 0) { webServer.sendContent_P(data_buffer, bufwz); bufwz = 0; } } void sendToBuffer(String str) { size_t len = str.length(); if(bufwz + len > buf_s) { webServer.sendContent_P(data_buffer, bufwz); bufwz = 0; } memcpy(data_buffer + bufwz, str.c_str(), len); bufwz += len; } void sendHeader(int code, String type, size_t _size) { webServer.setContentLength(_size); webServer.send(code, type, ""); } void wifi_link_tool_hex(int code, String type, const char* adr, size_t len) { sendHeader(code,type,len); webServer.sendContent_P(adr,len); sendBuffer(); } void wwwroot() { if(fs_server) { if (WiFi_State == 1) { File file = SPIFFS.open("/index.html", "r"); webServer.streamFile(file, "text/html"); file.close(); } else if (WiFi_State == 0) { File file = SPIFFS.open("/config.html", "r"); webServer.streamFile(file, "text/html"); file.close(); } } else { if (WiFi_State == 1) { File file = SPIFFS.open("/index.html", "r"); webServer.streamFile(file, "text/html"); file.close(); } else if (WiFi_State == 0) { #ifndef FS_CONFIG wifi_link_tool_hex(200, "text/html", wifi_config, sizeof(wifi_config)); #endif } } } void wifiConfig() { if (webServer.hasArg("ssid") && webServer.hasArg("password") && WiFi_State == 0) { int ssid_len = webServer.arg("ssid").length(); int password_len = webServer.arg("password").length(); //if ((ssid_len > 0) && (ssid_len < 33) && (password_len > 7) && (password_len < 65)) { if ((ssid_len > 0) && (ssid_len < 33) && (password_len < 65)) { String ssid_str = webServer.arg("ssid"); String password_str = webServer.arg("password"); const char *ssid = ssid_str.c_str(); const char *password = password_str.c_str(); WiFi.mode(WIFI_AP_STA); WiFi.disconnect(true); Serial.print("SSID: "); Serial.println(ssid); Serial.print("Password: "); Serial.println(password); WiFi.begin(ssid, password); Serial.print("尝试连接"); unsigned long millis_time = millis(); while ((WiFi.status() != WL_CONNECTED) && (millis() - millis_time < 80000)) { delay(500); Serial.print("."); } if (WiFi.status() == WL_CONNECTED) { digitalWrite(stateled, HIGH); Serial.println(""); Serial.println("连接成功->"+WiFi.SSID()); Serial.print("IP 地址: "); Serial.println(WiFi.localIP()); //Serial.print("http://"); Serial.println(Hostname); // webServer.send(200, "text/plain", "1"); IPAddress ips; ips = WiFi.localIP(); webServer.send(200, "text/plain", String(ips[0])+"."+String(ips[1])+"."+String(ips[2])+"."+String(ips[3])); delay(300); WiFi_State = 1; EEPROM.write(WiFi_State_Addr, 1); EEPROM.commit(); delay(50); /* 取消注释后 配网成功后直接重启 WiFi.softAPdisconnect(); delay(1000); ESP.restart(); */ } else { Serial.println("链接失败"); webServer.send(200, "text/plain", "0"); } } else { Serial.println("密码错误"); webServer.send(200, "text/plain", "0"); } } else { Serial.println("参数错误"); webServer.send(200, "text/plain", "0"); } } String wifi_type(int typecode) { if (typecode == ENC_TYPE_NONE) return "Open"; if (typecode == ENC_TYPE_WEP) return "WEP "; if (typecode == ENC_TYPE_TKIP) return "WPA "; if (typecode == ENC_TYPE_CCMP) return "WPA2"; if (typecode == ENC_TYPE_AUTO) return "WPA*"; } void wifiScan() { WiFi.disconnect(); String req_json = ""; Serial.println("Scan WiFi"); int n = WiFi.scanNetworks(); int m = 0; if (n > 0) { req_json = "{\"req\":["; for (int i = 0; i < n; i++) { if ((int)WiFi.RSSI(i) >= Signal_filtering) // if (1) { m++; String a="{\"ssid\":\"" + (String)WiFi.SSID(i) + "\"," + "\"encryptionType\":\"" + wifi_type(WiFi.encryptionType(i)) + "\"," + "\"rssi\":" + (int)WiFi.RSSI(i) + "},"; if(a.length()>15) req_json += a; } } req_json.remove(req_json.length() - 1); req_json += "]}"; webServer.send(200, "text/json;charset=UTF-8", req_json); Serial.print("Found "); Serial.print(m); Serial.print(" WiFi! >"); Serial.print(Signal_filtering); Serial.println("dB"); } void opera() { if(webServer.arg("opera") == "sb") { webServer.send(200, "text/plain", Hostname); } if(webServer.arg("opera") == "reboot") { IPAddress ips; ips = WiFi.localIP(); webServer.send(200, "text/plain", String(ips[0])+"."+String(ips[1])+"."+String(ips[2])+"."+String(ips[3])); delay(1000); WiFi.softAPdisconnect(); ESP.restart(); } if(webServer.arg("opera") == "version"){ webServer.send(200, "text/plain", Version); } #ifndef OFF_colony if(webServer.arg("opera") == "SSID") if(webServer.arg("colony_password") ==colony_password) webServer.send(200, "text/plain",WiFi.SSID().c_str()); if(webServer.arg("opera") == "PSK") if(webServer.arg("colony_password") ==colony_password) webServer.send(200, "text/plain",WiFi.psk().c_str()); #endif } // http get 请求函数 String gethttp_API(String url){ String payload=""; WiFiClient client; HTTPClient http; if (http.begin(client,url)) { int httpCode = http.GET(); payload = http.getString(); http.end(); } return payload; } //兼容以前httpget String gethttp_API(String url,int port){ return gethttp_API(url); } // ota升级服务函数 void ota(){ webServer.on("/upota", HTTP_POST, []() { webServer.sendHeader("Connection", "close"); webServer.send(200, "text/plain", (Update.hasError()) ? "FAIL" : "OK"); ESP.restart(); }, []() { HTTPUpload& upload = webServer.upload(); if (upload.status == UPLOAD_FILE_START) { Serial.setDebugOutput(true); WiFiUDP::stopAll(); Serial.printf("升级文件: %s\n", upload.filename.c_str()); uint32_t maxSketchSpace = (ESP.getFreeSketchSpace() - 0x1000) & 0xFFFFF000; if (!Update.begin(maxSketchSpace)) { Update.printError(Serial); } } else if (upload.status == UPLOAD_FILE_WRITE) { if (Update.write(upload.buf, upload.currentSize) != upload.currentSize) { Update.printError(Serial); } } else if (upload.status == UPLOAD_FILE_END) { if (Update.end(true)) { Serial.printf("更新成功: %u\n等待重启...\n", upload.totalSize); } else { Update.printError(Serial); } Serial.setDebugOutput(false); } yield(); }); } void blink() { Serial.println("长按3秒后重置"); bool res_state = true; unsigned int res_time = millis(); while (millis() - res_time < 3000) { ESP.wdtFeed(); //喂狗 if (digitalRead(rstb) != LOW) { res_state = false; Serial.println("终止重置"); break; } } if (res_state == true) { EEPROM.write(WiFi_State_Addr, 0); EEPROM.commit(); if (WiFi.status() == WL_CONNECTED) { WiFi.disconnect(true); } delay(300); Serial.println("等待重启"); for (int i=0;i<10;i++) { digitalWrite(stateled, LOW); res_time = millis(); while (millis() - res_time < 200); digitalWrite(stateled, HIGH); res_time = millis(); while (millis() - res_time < 200); } Serial.println("重置!"); ESP.restart(); } } //加载部分 void load() { //输出信息 info(); Serial.println(""); if(fs_server) Serial.println("文件系统模式"); else Serial.println("二进制固化模式"); WiFi.softAP("wif_link_tool_colony",colony_password, 3, 1); //启动加密网络 辅助集群系统 WiFi.softAPConfig(apIP, apIP, IPAddress(255, 255, 255, 0)); attachInterrupt(digitalPinToInterrupt(rstb), blink, FALLING); EEPROM.begin(4096); SPIFFS.begin(); WiFi.hostname(Hostname); pinMode(stateled, OUTPUT); WiFi_State = EEPROM.read(WiFi_State_Addr); delay(300); if (WiFi_State == 1) { WiFi.mode(WIFI_STA); WiFi.begin(); Serial.println("找到配置!"); Serial.print("WiFi_link to " + WiFi.SSID()); delay(500); unsigned millis_time = millis(); while ((WiFi.status() != WL_CONNECTED) && (millis() - millis_time < 80000)) { delay(250); ESP.wdtFeed(); //喂狗 Serial.print("📡"); } if (wxscan) { if (MDNS.begin(Hostname)) { Serial.println(""); Serial.println("mDNS以启动"); } MDNS.addService("http", "tcp", 80); } if (WiFi.status() == WL_CONNECTED) { Serial.print("IP 地址: "); Serial.println(WiFi.localIP()); Serial.print("http://"); Serial.println(Hostname); digitalWrite(stateled, HIGH); Serial.println("准备测试互联网通信!"); String buf= gethttp_API("http://keai.icu/apiwyy/apitext",80); //String buf= gethttp_API("http://baidu.com",80); if(buf!=""){ Serial.println("网络正常接口返回:"+buf); Serial.println("向服务器发送一次请求"); gethttp_API("http://keai.icu/wifilinktool/up",80); //向服务端发送一次get请求 服务端不会收集任何设备信息 只记录请求次数 } else{ Serial.println("请检查网络,或接口失效"); } } else { Serial.println("连接失败!"); Serial.println("SSID或密钥可能失效!"); digitalWrite(stateled, LOW); delay(5000); } } else if (WiFi_State == 0) { digitalWrite(stateled, LOW); WiFi.disconnect(true); Serial.println(""); Serial.print("启动WiFi配置 \n建立AP 名称 --> "); Serial.println(AP_name); WiFi.mode(WIFI_AP_STA); WiFi.softAP(AP_name); #ifndef OFF_colony Serial.print("扫描网络环境尝试组网"); WiFi.begin("wif_link_tool_colony",colony_password); unsigned millis_time = millis(); while ((WiFi.status() != WL_CONNECTED) && (millis() - millis_time < 10000)) { delay(250); ESP.wdtFeed(); Serial.print("-"); } if(WiFi.status()==WL_CONNECTED) { Serial.println("发现集群 正在尝试加入集群"); String getssid=gethttp_API("http://6.6.6.6/opera?opera=SSID&colony_password="+(String)colony_password,80); String getpsk=gethttp_API("http://6.6.6.6/opera?opera=PSK&colony_password="+(String)colony_password,80); String getsb=gethttp_API("http://6.6.6.6/opera?opera=sb",80); if(getssid!=""&& getpsk!=""){ WiFi.disconnect(); WiFi.begin(getssid, getpsk); millis_time = millis(); while ((WiFi.status() != WL_CONNECTED) && (millis() - millis_time < 8000)) { delay(250); ESP.wdtFeed(); Serial.print("."); } if(WiFi.status()==WL_CONNECTED) { Serial.println("网络信息贡献节点:"+getsb); Serial.println("SSID:"+getssid+" password:"+getpsk); WiFi_State = 1; EEPROM.write(WiFi_State_Addr, 1); EEPROM.commit(); delay(50); Serial.println("等待重启"); delay(500); ESP.restart(); }else { Serial.println("组网失败 节点提供信息可能有误"); Serial.println("启动配网模式"); WiFi.disconnect(); } }else { Serial.println("组网失败 当前网络环境中可能不存在联网的节点"); } }else { Serial.println("组网失败 当前网络环境中可能不存在当前密钥的集群"); Serial.println("启动配网模式"); WiFi.disconnect(); } #endif } else { Serial.println("初次启动"); EEPROM.write(WiFi_State_Addr, 0); EEPROM.commit(); delay(300); Serial.println("请重置系统!"); while (1) { digitalWrite(stateled, LOW); delay(250); digitalWrite(stateled, HIGH); delay(250); } } Serial.println("正在启动http服务"); if(WiFi_State == 0) { webServer.on("/", wwwroot); } else { if(fs_server) webServer.on("/", wwwroot); } webServer.on("/wificonfig", wifiConfig); webServer.on("/wifiscan", wifiScan); webServer.on("/opera", opera); //WiFi.softAPConfig(apIP, apIP, IPAddress(255, 255, 255, 0)); dnsServer.start(DNS_PORT, "*", apIP); if (WiFi_State == 0) webServer.onNotFound([]() { if(fs_server) { File file = SPIFFS.open("/config.html", "r"); webServer.streamFile(file, "text/html"); file.close(); } else { #ifndef FS_CONFIG wifi_link_tool_hex(200, "text/html", wifi_config, sizeof(wifi_config)); #endif } } ); webServer.begin(); Serial.println("http服务启动完成"); Serial.println("加载用户程序"); } ================================================ FILE: wifi_link_tool_user_config.h ================================================ /*使用二级制模式固化网页在程序存储区 请使用所提供的工具将h5代码转义成十六制数组(tool文件夹) * 如果网页中出现中文需要将中文转UTF-8编码,网络上很多工具 */ const char wifi_config[] PROGMEM = {0x3c,0x21,0x44,0x4f,0x43,0x54,0x59,0x50,0x45,0x20,0x68,0x74,0x6d,0x6c,0x3e,0x0a,0x0a,0x3c,0x68,0x74,0x6d,0x6c,0x3e,0x3c,0x68,0x65,0x61,0x64,0x3e,0x3c,0x6d,0x65,0x74,0x61,0x20,0x68,0x74,0x74,0x70,0x2d,0x65,0x71,0x75,0x69,0x76,0x3d,0x22,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x2d,0x54,0x79,0x70,0x65,0x22,0x20,0x63,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x3d,0x22,0x74,0x65,0x78,0x74,0x2f,0x68,0x74,0x6d,0x6c,0x3b,0x20,0x63,0x68,0x61,0x72,0x73,0x65,0x74,0x3d,0x55,0x54,0x46,0x2d,0x38,0x22,0x3e,0x0a,0x09,0x0a,0x09,0x3c,0x6d,0x65,0x74,0x61,0x20,0x6e,0x61,0x6d,0x65,0x3d,0x22,0x77,0x69,0x66,0x69,0x5f,0x6c,0x69,0x6e,0x6b,0x5f,0x74,0x6f,0x6f,0x6c,0x22,0x20,0x63,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x3d,0x22,0x77,0x69,0x64,0x74,0x68,0x3d,0x64,0x65,0x76,0x69,0x63,0x65,0x2d,0x77,0x69,0x64,0x74,0x68,0x2c,0x69,0x6e,0x69,0x74,0x69,0x61,0x6c,0x2d,0x73,0x63,0x61,0x6c,0x65,0x3d,0x31,0x22,0x3e,0x0a,0x09,0x3c,0x73,0x74,0x79,0x6c,0x65,0x3e,0x0a,0x0a,0x0a,0x2e,0x62,0x61,0x6c,0x6c,0x2d,0x67,0x72,0x69,0x64,0x2d,0x70,0x75,0x6c,0x73,0x65,0x20,0x7b,0x0a,0x20,0x20,0x77,0x69,0x64,0x74,0x68,0x3a,0x20,0x32,0x30,0x30,0x70,0x78,0x3b,0x20,0x7d,0x0a,0x20,0x20,0x2e,0x62,0x61,0x6c,0x6c,0x2d,0x67,0x72,0x69,0x64,0x2d,0x70,0x75,0x6c,0x73,0x65,0x20,0x3e,0x20,0x64,0x69,0x76,0x3a,0x6e,0x74,0x68,0x2d,0x63,0x68,0x69,0x6c,0x64,0x28,0x31,0x29,0x20,0x7b,0x0a,0x20,0x20,0x20,0x20,0x2d,0x77,0x65,0x62,0x6b,0x69,0x74,0x2d,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x64,0x65,0x6c,0x61,0x79,0x3a,0x20,0x2d,0x30,0x2e,0x30,0x36,0x73,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x64,0x65,0x6c,0x61,0x79,0x3a,0x20,0x2d,0x30,0x2e,0x30,0x36,0x73,0x3b,0x0a,0x20,0x20,0x20,0x20,0x2d,0x77,0x65,0x62,0x6b,0x69,0x74,0x2d,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x64,0x75,0x72,0x61,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x30,0x2e,0x37,0x32,0x73,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x64,0x75,0x72,0x61,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x30,0x2e,0x37,0x32,0x73,0x3b,0x20,0x7d,0x0a,0x20,0x20,0x2e,0x62,0x61,0x6c,0x6c,0x2d,0x67,0x72,0x69,0x64,0x2d,0x70,0x75,0x6c,0x73,0x65,0x20,0x3e,0x20,0x64,0x69,0x76,0x3a,0x6e,0x74,0x68,0x2d,0x63,0x68,0x69,0x6c,0x64,0x28,0x32,0x29,0x20,0x7b,0x0a,0x20,0x20,0x20,0x20,0x2d,0x77,0x65,0x62,0x6b,0x69,0x74,0x2d,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x64,0x65,0x6c,0x61,0x79,0x3a,0x20,0x30,0x2e,0x32,0x35,0x73,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x64,0x65,0x6c,0x61,0x79,0x3a,0x20,0x30,0x2e,0x32,0x35,0x73,0x3b,0x0a,0x20,0x20,0x20,0x20,0x2d,0x77,0x65,0x62,0x6b,0x69,0x74,0x2d,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x64,0x75,0x72,0x61,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x31,0x2e,0x30,0x32,0x73,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x64,0x75,0x72,0x61,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x31,0x2e,0x30,0x32,0x73,0x3b,0x20,0x7d,0x0a,0x20,0x20,0x2e,0x62,0x61,0x6c,0x6c,0x2d,0x67,0x72,0x69,0x64,0x2d,0x70,0x75,0x6c,0x73,0x65,0x20,0x3e,0x20,0x64,0x69,0x76,0x3a,0x6e,0x74,0x68,0x2d,0x63,0x68,0x69,0x6c,0x64,0x28,0x33,0x29,0x20,0x7b,0x0a,0x20,0x20,0x20,0x20,0x2d,0x77,0x65,0x62,0x6b,0x69,0x74,0x2d,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x64,0x65,0x6c,0x61,0x79,0x3a,0x20,0x2d,0x30,0x2e,0x31,0x37,0x73,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x64,0x65,0x6c,0x61,0x79,0x3a,0x20,0x2d,0x30,0x2e,0x31,0x37,0x73,0x3b,0x0a,0x20,0x20,0x20,0x20,0x2d,0x77,0x65,0x62,0x6b,0x69,0x74,0x2d,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x64,0x75,0x72,0x61,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x31,0x2e,0x32,0x38,0x73,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x64,0x75,0x72,0x61,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x31,0x2e,0x32,0x38,0x73,0x3b,0x20,0x7d,0x0a,0x20,0x20,0x2e,0x62,0x61,0x6c,0x6c,0x2d,0x67,0x72,0x69,0x64,0x2d,0x70,0x75,0x6c,0x73,0x65,0x20,0x3e,0x20,0x64,0x69,0x76,0x3a,0x6e,0x74,0x68,0x2d,0x63,0x68,0x69,0x6c,0x64,0x28,0x34,0x29,0x20,0x7b,0x0a,0x20,0x20,0x20,0x20,0x2d,0x77,0x65,0x62,0x6b,0x69,0x74,0x2d,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x64,0x65,0x6c,0x61,0x79,0x3a,0x20,0x30,0x2e,0x34,0x38,0x73,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x64,0x65,0x6c,0x61,0x79,0x3a,0x20,0x30,0x2e,0x34,0x38,0x73,0x3b,0x0a,0x20,0x20,0x20,0x20,0x2d,0x77,0x65,0x62,0x6b,0x69,0x74,0x2d,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x64,0x75,0x72,0x61,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x31,0x2e,0x34,0x32,0x73,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x64,0x75,0x72,0x61,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x31,0x2e,0x34,0x32,0x73,0x3b,0x20,0x7d,0x0a,0x20,0x20,0x2e,0x62,0x61,0x6c,0x6c,0x2d,0x67,0x72,0x69,0x64,0x2d,0x70,0x75,0x6c,0x73,0x65,0x20,0x3e,0x20,0x64,0x69,0x76,0x3a,0x6e,0x74,0x68,0x2d,0x63,0x68,0x69,0x6c,0x64,0x28,0x35,0x29,0x20,0x7b,0x0a,0x20,0x20,0x20,0x20,0x2d,0x77,0x65,0x62,0x6b,0x69,0x74,0x2d,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x64,0x65,0x6c,0x61,0x79,0x3a,0x20,0x30,0x2e,0x33,0x31,0x73,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x64,0x65,0x6c,0x61,0x79,0x3a,0x20,0x30,0x2e,0x33,0x31,0x73,0x3b,0x0a,0x20,0x20,0x20,0x20,0x2d,0x77,0x65,0x62,0x6b,0x69,0x74,0x2d,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x64,0x75,0x72,0x61,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x31,0x2e,0x34,0x35,0x73,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x64,0x75,0x72,0x61,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x31,0x2e,0x34,0x35,0x73,0x3b,0x20,0x7d,0x0a,0x20,0x20,0x2e,0x62,0x61,0x6c,0x6c,0x2d,0x67,0x72,0x69,0x64,0x2d,0x70,0x75,0x6c,0x73,0x65,0x20,0x3e,0x20,0x64,0x69,0x76,0x3a,0x6e,0x74,0x68,0x2d,0x63,0x68,0x69,0x6c,0x64,0x28,0x36,0x29,0x20,0x7b,0x0a,0x20,0x20,0x20,0x20,0x2d,0x77,0x65,0x62,0x6b,0x69,0x74,0x2d,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x64,0x65,0x6c,0x61,0x79,0x3a,0x20,0x30,0x2e,0x30,0x33,0x73,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x64,0x65,0x6c,0x61,0x79,0x3a,0x20,0x30,0x2e,0x30,0x33,0x73,0x3b,0x0a,0x20,0x20,0x20,0x20,0x2d,0x77,0x65,0x62,0x6b,0x69,0x74,0x2d,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x64,0x75,0x72,0x61,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x31,0x2e,0x31,0x38,0x73,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x64,0x75,0x72,0x61,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x31,0x2e,0x31,0x38,0x73,0x3b,0x20,0x7d,0x0a,0x20,0x20,0x2e,0x62,0x61,0x6c,0x6c,0x2d,0x67,0x72,0x69,0x64,0x2d,0x70,0x75,0x6c,0x73,0x65,0x20,0x3e,0x20,0x64,0x69,0x76,0x3a,0x6e,0x74,0x68,0x2d,0x63,0x68,0x69,0x6c,0x64,0x28,0x37,0x29,0x20,0x7b,0x0a,0x20,0x20,0x20,0x20,0x2d,0x77,0x65,0x62,0x6b,0x69,0x74,0x2d,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x64,0x65,0x6c,0x61,0x79,0x3a,0x20,0x30,0x2e,0x34,0x36,0x73,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x64,0x65,0x6c,0x61,0x79,0x3a,0x20,0x30,0x2e,0x34,0x36,0x73,0x3b,0x0a,0x20,0x20,0x20,0x20,0x2d,0x77,0x65,0x62,0x6b,0x69,0x74,0x2d,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x64,0x75,0x72,0x61,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x30,0x2e,0x38,0x37,0x73,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x64,0x75,0x72,0x61,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x30,0x2e,0x38,0x37,0x73,0x3b,0x20,0x7d,0x0a,0x20,0x20,0x2e,0x62,0x61,0x6c,0x6c,0x2d,0x67,0x72,0x69,0x64,0x2d,0x70,0x75,0x6c,0x73,0x65,0x20,0x3e,0x20,0x64,0x69,0x76,0x3a,0x6e,0x74,0x68,0x2d,0x63,0x68,0x69,0x6c,0x64,0x28,0x38,0x29,0x20,0x7b,0x0a,0x20,0x20,0x20,0x20,0x2d,0x77,0x65,0x62,0x6b,0x69,0x74,0x2d,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x64,0x65,0x6c,0x61,0x79,0x3a,0x20,0x30,0x2e,0x37,0x38,0x73,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x64,0x65,0x6c,0x61,0x79,0x3a,0x20,0x30,0x2e,0x37,0x38,0x73,0x3b,0x0a,0x20,0x20,0x20,0x20,0x2d,0x77,0x65,0x62,0x6b,0x69,0x74,0x2d,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x64,0x75,0x72,0x61,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x31,0x2e,0x34,0x35,0x73,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x64,0x75,0x72,0x61,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x31,0x2e,0x34,0x35,0x73,0x3b,0x20,0x7d,0x0a,0x20,0x20,0x2e,0x62,0x61,0x6c,0x6c,0x2d,0x67,0x72,0x69,0x64,0x2d,0x70,0x75,0x6c,0x73,0x65,0x20,0x3e,0x20,0x64,0x69,0x76,0x3a,0x6e,0x74,0x68,0x2d,0x63,0x68,0x69,0x6c,0x64,0x28,0x39,0x29,0x20,0x7b,0x0a,0x20,0x20,0x20,0x20,0x2d,0x77,0x65,0x62,0x6b,0x69,0x74,0x2d,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x64,0x65,0x6c,0x61,0x79,0x3a,0x20,0x30,0x2e,0x34,0x35,0x73,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x64,0x65,0x6c,0x61,0x79,0x3a,0x20,0x30,0x2e,0x34,0x35,0x73,0x3b,0x0a,0x20,0x20,0x20,0x20,0x2d,0x77,0x65,0x62,0x6b,0x69,0x74,0x2d,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x64,0x75,0x72,0x61,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x31,0x2e,0x30,0x36,0x73,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x64,0x75,0x72,0x61,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x31,0x2e,0x30,0x36,0x73,0x3b,0x20,0x7d,0x0a,0x20,0x20,0x2e,0x62,0x61,0x6c,0x6c,0x2d,0x67,0x72,0x69,0x64,0x2d,0x70,0x75,0x6c,0x73,0x65,0x20,0x3e,0x20,0x64,0x69,0x76,0x20,0x7b,0x0a,0x20,0x20,0x20,0x20,0x62,0x61,0x63,0x6b,0x67,0x72,0x6f,0x75,0x6e,0x64,0x2d,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x23,0x65,0x62,0x61,0x64,0x62,0x65,0x3b,0x0a,0x20,0x20,0x20,0x20,0x77,0x69,0x64,0x74,0x68,0x3a,0x20,0x35,0x30,0x70,0x78,0x3b,0x0a,0x20,0x20,0x20,0x20,0x68,0x65,0x69,0x67,0x68,0x74,0x3a,0x20,0x35,0x30,0x70,0x78,0x3b,0x0a,0x20,0x20,0x20,0x20,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x72,0x61,0x64,0x69,0x75,0x73,0x3a,0x20,0x31,0x30,0x30,0x25,0x3b,0x0a,0x20,0x20,0x20,0x20,0x6d,0x61,0x72,0x67,0x69,0x6e,0x3a,0x20,0x32,0x70,0x78,0x3b,0x0a,0x20,0x20,0x20,0x20,0x2d,0x77,0x65,0x62,0x6b,0x69,0x74,0x2d,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x66,0x69,0x6c,0x6c,0x2d,0x6d,0x6f,0x64,0x65,0x3a,0x20,0x62,0x6f,0x74,0x68,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x66,0x69,0x6c,0x6c,0x2d,0x6d,0x6f,0x64,0x65,0x3a,0x20,0x62,0x6f,0x74,0x68,0x3b,0x0a,0x20,0x20,0x20,0x20,0x64,0x69,0x73,0x70,0x6c,0x61,0x79,0x3a,0x20,0x69,0x6e,0x6c,0x69,0x6e,0x65,0x2d,0x62,0x6c,0x6f,0x63,0x6b,0x3b,0x0a,0x20,0x20,0x20,0x0a,0x20,0x20,0x20,0x20,0x2d,0x77,0x65,0x62,0x6b,0x69,0x74,0x2d,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x6e,0x61,0x6d,0x65,0x3a,0x20,0x62,0x61,0x6c,0x6c,0x2d,0x67,0x72,0x69,0x64,0x2d,0x70,0x75,0x6c,0x73,0x65,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x6e,0x61,0x6d,0x65,0x3a,0x20,0x62,0x61,0x6c,0x6c,0x2d,0x67,0x72,0x69,0x64,0x2d,0x70,0x75,0x6c,0x73,0x65,0x3b,0x0a,0x20,0x20,0x20,0x20,0x2d,0x77,0x65,0x62,0x6b,0x69,0x74,0x2d,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x69,0x74,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x63,0x6f,0x75,0x6e,0x74,0x3a,0x20,0x69,0x6e,0x66,0x69,0x6e,0x69,0x74,0x65,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x69,0x74,0x65,0x72,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x63,0x6f,0x75,0x6e,0x74,0x3a,0x20,0x69,0x6e,0x66,0x69,0x6e,0x69,0x74,0x65,0x3b,0x0a,0x20,0x20,0x20,0x20,0x2d,0x77,0x65,0x62,0x6b,0x69,0x74,0x2d,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x64,0x65,0x6c,0x61,0x79,0x3a,0x20,0x30,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x61,0x6e,0x69,0x6d,0x61,0x74,0x69,0x6f,0x6e,0x2d,0x64,0x65,0x6c,0x61,0x79,0x3a,0x20,0x30,0x3b,0x20,0x7d,0x0a,0x40,0x2d,0x77,0x65,0x62,0x6b,0x69,0x74,0x2d,0x6b,0x65,0x79,0x66,0x72,0x61,0x6d,0x65,0x73,0x20,0x62,0x61,0x6c,0x6c,0x2d,0x67,0x72,0x69,0x64,0x2d,0x70,0x75,0x6c,0x73,0x65,0x20,0x7b,0x0a,0x20,0x20,0x30,0x25,0x20,0x7b,0x0a,0x20,0x20,0x20,0x20,0x2d,0x77,0x65,0x62,0x6b,0x69,0x74,0x2d,0x74,0x72,0x61,0x6e,0x73,0x66,0x6f,0x72,0x6d,0x3a,0x20,0x73,0x63,0x61,0x6c,0x65,0x28,0x31,0x29,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x74,0x72,0x61,0x6e,0x73,0x66,0x6f,0x72,0x6d,0x3a,0x20,0x73,0x63,0x61,0x6c,0x65,0x28,0x31,0x29,0x3b,0x20,0x7d,0x0a,0x0a,0x20,0x20,0x35,0x30,0x25,0x20,0x7b,0x0a,0x20,0x20,0x20,0x20,0x2d,0x77,0x65,0x62,0x6b,0x69,0x74,0x2d,0x74,0x72,0x61,0x6e,0x73,0x66,0x6f,0x72,0x6d,0x3a,0x20,0x73,0x63,0x61,0x6c,0x65,0x28,0x30,0x2e,0x35,0x29,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x74,0x72,0x61,0x6e,0x73,0x66,0x6f,0x72,0x6d,0x3a,0x20,0x73,0x63,0x61,0x6c,0x65,0x28,0x30,0x2e,0x35,0x29,0x3b,0x0a,0x20,0x20,0x20,0x20,0x6f,0x70,0x61,0x63,0x69,0x74,0x79,0x3a,0x20,0x30,0x2e,0x37,0x3b,0x20,0x7d,0x0a,0x0a,0x20,0x20,0x31,0x30,0x30,0x25,0x20,0x7b,0x0a,0x20,0x20,0x20,0x20,0x2d,0x77,0x65,0x62,0x6b,0x69,0x74,0x2d,0x74,0x72,0x61,0x6e,0x73,0x66,0x6f,0x72,0x6d,0x3a,0x20,0x73,0x63,0x61,0x6c,0x65,0x28,0x31,0x29,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x74,0x72,0x61,0x6e,0x73,0x66,0x6f,0x72,0x6d,0x3a,0x20,0x73,0x63,0x61,0x6c,0x65,0x28,0x31,0x29,0x3b,0x0a,0x20,0x20,0x20,0x20,0x6f,0x70,0x61,0x63,0x69,0x74,0x79,0x3a,0x20,0x31,0x3b,0x20,0x7d,0x20,0x7d,0x0a,0x0a,0x40,0x6b,0x65,0x79,0x66,0x72,0x61,0x6d,0x65,0x73,0x20,0x62,0x61,0x6c,0x6c,0x2d,0x67,0x72,0x69,0x64,0x2d,0x70,0x75,0x6c,0x73,0x65,0x20,0x7b,0x0a,0x20,0x20,0x30,0x25,0x20,0x7b,0x0a,0x20,0x20,0x20,0x20,0x2d,0x77,0x65,0x62,0x6b,0x69,0x74,0x2d,0x74,0x72,0x61,0x6e,0x73,0x66,0x6f,0x72,0x6d,0x3a,0x20,0x73,0x63,0x61,0x6c,0x65,0x28,0x31,0x29,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x74,0x72,0x61,0x6e,0x73,0x66,0x6f,0x72,0x6d,0x3a,0x20,0x73,0x63,0x61,0x6c,0x65,0x28,0x31,0x29,0x3b,0x20,0x7d,0x0a,0x0a,0x20,0x20,0x35,0x30,0x25,0x20,0x7b,0x0a,0x20,0x20,0x20,0x20,0x2d,0x77,0x65,0x62,0x6b,0x69,0x74,0x2d,0x74,0x72,0x61,0x6e,0x73,0x66,0x6f,0x72,0x6d,0x3a,0x20,0x73,0x63,0x61,0x6c,0x65,0x28,0x30,0x2e,0x35,0x29,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x74,0x72,0x61,0x6e,0x73,0x66,0x6f,0x72,0x6d,0x3a,0x20,0x73,0x63,0x61,0x6c,0x65,0x28,0x30,0x2e,0x35,0x29,0x3b,0x0a,0x20,0x20,0x20,0x20,0x6f,0x70,0x61,0x63,0x69,0x74,0x79,0x3a,0x20,0x30,0x2e,0x37,0x3b,0x20,0x7d,0x0a,0x0a,0x20,0x20,0x31,0x30,0x30,0x25,0x20,0x7b,0x0a,0x20,0x20,0x20,0x20,0x2d,0x77,0x65,0x62,0x6b,0x69,0x74,0x2d,0x74,0x72,0x61,0x6e,0x73,0x66,0x6f,0x72,0x6d,0x3a,0x20,0x73,0x63,0x61,0x6c,0x65,0x28,0x31,0x29,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x74,0x72,0x61,0x6e,0x73,0x66,0x6f,0x72,0x6d,0x3a,0x20,0x73,0x63,0x61,0x6c,0x65,0x28,0x31,0x29,0x3b,0x0a,0x20,0x20,0x20,0x20,0x6f,0x70,0x61,0x63,0x69,0x74,0x79,0x3a,0x20,0x31,0x3b,0x20,0x7d,0x20,0x7d,0x09,0x09,0x0a,0x09,0x09,0x62,0x6f,0x64,0x79,0x20,0x7b,0x0a,0x09,0x09,0x09,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x20,0x23,0x34,0x33,0x34,0x33,0x34,0x33,0x3b,0x0a,0x09,0x09,0x09,0x66,0x6f,0x6e,0x74,0x2d,0x66,0x61,0x6d,0x69,0x6c,0x79,0x3a,0x20,0x22,0x53,0x46,0x20,0x50,0x72,0x6f,0x20,0x54,0x65,0x78,0x74,0x22,0x2c,0x20,0x22,0x53,0x46,0x20,0x50,0x72,0x6f,0x20,0x49,0x63,0x6f,0x6e,0x73,0x22,0x2c,0x20,0x22,0x48,0x65,0x6c,0x76,0x65,0x74,0x69,0x63,0x61,0x20,0x4e,0x65,0x75,0x65,0x22,0x2c,0x20,0x48,0x65,0x6c,0x76,0x65,0x74,0x69,0x63,0x61,0x2c,0x20,0x41,0x72,0x69,0x61,0x6c,0x2c,0x20,0x73,0x61,0x6e,0x73,0x2d,0x73,0x65,0x72,0x69,0x66,0x3b,0x0a,0x09,0x09,0x09,0x66,0x6f,0x6e,0x74,0x2d,0x73,0x69,0x7a,0x65,0x3a,0x20,0x31,0x30,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x6c,0x69,0x6e,0x65,0x2d,0x68,0x65,0x69,0x67,0x68,0x74,0x3a,0x20,0x31,0x2e,0x34,0x32,0x38,0x35,0x37,0x31,0x34,0x32,0x38,0x35,0x37,0x31,0x34,0x33,0x3b,0x0a,0x09,0x09,0x09,0x70,0x61,0x64,0x64,0x69,0x6e,0x67,0x3a,0x20,0x32,0x30,0x70,0x78,0x0a,0x09,0x09,0x7d,0x0a,0x0a,0x09,0x09,0x61,0x20,0x7b,0x0a,0x09,0x09,0x09,0x74,0x65,0x78,0x74,0x2d,0x64,0x65,0x63,0x6f,0x72,0x61,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x6e,0x6f,0x6e,0x65,0x3b,0x0a,0x09,0x09,0x7d,0x0a,0x0a,0x09,0x09,0x69,0x6e,0x70,0x75,0x74,0x3a,0x66,0x6f,0x63,0x75,0x73,0x2c,0x0a,0x09,0x09,0x62,0x75,0x74,0x74,0x6f,0x6e,0x3a,0x66,0x6f,0x63,0x75,0x73,0x20,0x7b,0x0a,0x09,0x09,0x09,0x6f,0x75,0x74,0x6c,0x69,0x6e,0x65,0x3a,0x20,0x30,0x0a,0x09,0x09,0x7d,0x0a,0x0a,0x09,0x09,0x23,0x63,0x6f,0x6e,0x74,0x61,0x69,0x6e,0x65,0x72,0x20,0x7b,0x0a,0x09,0x09,0x09,0x6d,0x61,0x72,0x67,0x69,0x6e,0x3a,0x20,0x30,0x20,0x61,0x75,0x74,0x6f,0x3b,0x0a,0x09,0x09,0x09,0x6d,0x61,0x78,0x2d,0x77,0x69,0x64,0x74,0x68,0x3a,0x20,0x33,0x35,0x30,0x70,0x78,0x0a,0x09,0x09,0x7d,0x0a,0x0a,0x09,0x09,0x23,0x73,0x63,0x61,0x6e,0x2d,0x62,0x74,0x6e,0x20,0x7b,0x0a,0x09,0x09,0x09,0x64,0x69,0x73,0x70,0x6c,0x61,0x79,0x3a,0x20,0x62,0x6c,0x6f,0x63,0x6b,0x3b,0x0a,0x09,0x09,0x09,0x62,0x61,0x63,0x6b,0x67,0x72,0x6f,0x75,0x6e,0x64,0x3a,0x20,0x23,0x44,0x30,0x44,0x33,0x44,0x34,0x3b,0x0a,0x09,0x09,0x09,0x62,0x6f,0x72,0x64,0x65,0x72,0x3a,0x20,0x6e,0x6f,0x6e,0x65,0x3b,0x0a,0x09,0x09,0x09,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x72,0x61,0x64,0x69,0x75,0x73,0x3a,0x20,0x32,0x35,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x63,0x75,0x72,0x73,0x6f,0x72,0x3a,0x20,0x70,0x6f,0x69,0x6e,0x74,0x65,0x72,0x3b,0x0a,0x09,0x09,0x09,0x66,0x6f,0x6e,0x74,0x2d,0x73,0x69,0x7a,0x65,0x3a,0x20,0x31,0x38,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x68,0x65,0x69,0x67,0x68,0x74,0x3a,0x20,0x34,0x35,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x6c,0x69,0x6e,0x65,0x2d,0x68,0x65,0x69,0x67,0x68,0x74,0x3a,0x20,0x34,0x35,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x6d,0x61,0x72,0x67,0x69,0x6e,0x3a,0x20,0x31,0x38,0x70,0x78,0x20,0x61,0x75,0x74,0x6f,0x3b,0x0a,0x09,0x09,0x09,0x70,0x61,0x64,0x64,0x69,0x6e,0x67,0x3a,0x20,0x30,0x70,0x78,0x20,0x33,0x30,0x70,0x78,0x3b,0x0a,0x09,0x09,0x0a,0x09,0x09,0x7d,0x0a,0x09,0x09,0x23,0x72,0x65,0x62,0x6f,0x6f,0x74,0x2d,0x62,0x74,0x6e,0x20,0x7b,0x0a,0x09,0x09,0x09,0x64,0x69,0x73,0x70,0x6c,0x61,0x79,0x3a,0x20,0x62,0x6c,0x6f,0x63,0x6b,0x3b,0x0a,0x09,0x09,0x09,0x62,0x61,0x63,0x6b,0x67,0x72,0x6f,0x75,0x6e,0x64,0x3a,0x20,0x23,0x44,0x30,0x44,0x33,0x44,0x34,0x3b,0x0a,0x09,0x09,0x09,0x62,0x6f,0x72,0x64,0x65,0x72,0x3a,0x20,0x6e,0x6f,0x6e,0x65,0x3b,0x0a,0x09,0x09,0x09,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x72,0x61,0x64,0x69,0x75,0x73,0x3a,0x20,0x32,0x35,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x63,0x75,0x72,0x73,0x6f,0x72,0x3a,0x20,0x70,0x6f,0x69,0x6e,0x74,0x65,0x72,0x3b,0x0a,0x09,0x09,0x09,0x66,0x6f,0x6e,0x74,0x2d,0x73,0x69,0x7a,0x65,0x3a,0x20,0x31,0x38,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x68,0x65,0x69,0x67,0x68,0x74,0x3a,0x20,0x34,0x35,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x6c,0x69,0x6e,0x65,0x2d,0x68,0x65,0x69,0x67,0x68,0x74,0x3a,0x20,0x34,0x35,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x6d,0x61,0x72,0x67,0x69,0x6e,0x3a,0x20,0x31,0x38,0x70,0x78,0x20,0x61,0x75,0x74,0x6f,0x3b,0x0a,0x09,0x09,0x09,0x70,0x61,0x64,0x64,0x69,0x6e,0x67,0x3a,0x20,0x30,0x70,0x78,0x20,0x33,0x30,0x70,0x78,0x3b,0x0a,0x09,0x09,0x0a,0x09,0x09,0x7d,0x0a,0x0a,0x09,0x09,0x23,0x73,0x73,0x69,0x64,0x2d,0x6c,0x69,0x73,0x74,0x20,0x7b,0x0a,0x09,0x09,0x09,0x6d,0x61,0x72,0x67,0x69,0x6e,0x2d,0x74,0x6f,0x70,0x3a,0x20,0x32,0x30,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x62,0x6f,0x78,0x2d,0x73,0x69,0x7a,0x69,0x6e,0x67,0x3a,0x20,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x62,0x6f,0x78,0x3b,0x0a,0x09,0x09,0x09,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x72,0x61,0x64,0x69,0x75,0x73,0x3a,0x20,0x31,0x38,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x77,0x69,0x64,0x74,0x68,0x3a,0x20,0x31,0x30,0x30,0x25,0x3b,0x0a,0x09,0x09,0x09,0x62,0x61,0x63,0x6b,0x67,0x72,0x6f,0x75,0x6e,0x64,0x3a,0x20,0x23,0x46,0x34,0x46,0x36,0x46,0x36,0x3b,0x0a,0x09,0x09,0x7d,0x0a,0x0a,0x09,0x09,0x23,0x73,0x73,0x69,0x64,0x2d,0x6c,0x69,0x73,0x74,0x3e,0x6c,0x69,0x20,0x7b,0x0a,0x09,0x09,0x09,0x6c,0x69,0x6e,0x65,0x2d,0x68,0x65,0x69,0x67,0x68,0x74,0x3a,0x20,0x33,0x32,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x70,0x6f,0x73,0x69,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x72,0x65,0x6c,0x61,0x74,0x69,0x76,0x65,0x3b,0x0a,0x09,0x09,0x09,0x63,0x75,0x72,0x73,0x6f,0x72,0x3a,0x20,0x70,0x6f,0x69,0x6e,0x74,0x65,0x72,0x3b,0x0a,0x09,0x09,0x09,0x64,0x69,0x73,0x70,0x6c,0x61,0x79,0x3a,0x20,0x62,0x6c,0x6f,0x63,0x6b,0x3b,0x0a,0x09,0x09,0x09,0x70,0x61,0x64,0x64,0x69,0x6e,0x67,0x3a,0x20,0x38,0x70,0x78,0x20,0x31,0x35,0x70,0x78,0x3b,0x0a,0x09,0x09,0x7d,0x0a,0x0a,0x09,0x09,0x23,0x73,0x73,0x69,0x64,0x2d,0x6c,0x69,0x73,0x74,0x3e,0x6c,0x69,0x3a,0x66,0x69,0x72,0x73,0x74,0x2d,0x63,0x68,0x69,0x6c,0x64,0x20,0x7b,0x0a,0x09,0x09,0x09,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x74,0x6f,0x70,0x3a,0x20,0x30,0x3b,0x0a,0x09,0x09,0x09,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x74,0x6f,0x70,0x2d,0x6c,0x65,0x66,0x74,0x2d,0x72,0x61,0x64,0x69,0x75,0x73,0x3a,0x20,0x32,0x30,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x74,0x6f,0x70,0x2d,0x72,0x69,0x67,0x68,0x74,0x2d,0x72,0x61,0x64,0x69,0x75,0x73,0x3a,0x20,0x32,0x30,0x70,0x78,0x0a,0x09,0x09,0x7d,0x0a,0x0a,0x09,0x09,0x23,0x73,0x73,0x69,0x64,0x2d,0x6c,0x69,0x73,0x74,0x3e,0x6c,0x69,0x3a,0x6c,0x61,0x73,0x74,0x2d,0x63,0x68,0x69,0x6c,0x64,0x20,0x7b,0x0a,0x09,0x09,0x09,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x62,0x6f,0x74,0x74,0x6f,0x6d,0x2d,0x6c,0x65,0x66,0x74,0x2d,0x72,0x61,0x64,0x69,0x75,0x73,0x3a,0x20,0x32,0x30,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x62,0x6f,0x74,0x74,0x6f,0x6d,0x2d,0x72,0x69,0x67,0x68,0x74,0x2d,0x72,0x61,0x64,0x69,0x75,0x73,0x3a,0x20,0x32,0x30,0x70,0x78,0x0a,0x09,0x09,0x7d,0x0a,0x0a,0x09,0x09,0x23,0x73,0x73,0x69,0x64,0x2d,0x6c,0x69,0x73,0x74,0x3e,0x6c,0x69,0x3a,0x68,0x6f,0x76,0x65,0x72,0x20,0x7b,0x0a,0x09,0x09,0x09,0x62,0x61,0x63,0x6b,0x67,0x72,0x6f,0x75,0x6e,0x64,0x3a,0x20,0x23,0x44,0x30,0x44,0x33,0x44,0x34,0x0a,0x09,0x09,0x7d,0x0a,0x0a,0x09,0x09,0x2e,0x77,0x69,0x66,0x69,0x2d,0x6c,0x6f,0x67,0x6f,0x20,0x7b,0x0a,0x09,0x09,0x09,0x70,0x6f,0x73,0x69,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x61,0x62,0x73,0x6f,0x6c,0x75,0x74,0x65,0x3b,0x0a,0x09,0x09,0x09,0x74,0x6f,0x70,0x3a,0x20,0x31,0x34,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x68,0x65,0x69,0x67,0x68,0x74,0x3a,0x20,0x31,0x38,0x70,0x78,0x3b,0x0a,0x09,0x09,0x7d,0x0a,0x0a,0x09,0x09,0x2e,0x65,0x6e,0x63,0x72,0x79,0x74,0x79,0x70,0x65,0x20,0x7b,0x0a,0x09,0x09,0x09,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x20,0x23,0x39,0x39,0x39,0x3b,0x0a,0x09,0x09,0x09,0x64,0x69,0x73,0x70,0x6c,0x61,0x79,0x3a,0x20,0x69,0x6e,0x6c,0x69,0x6e,0x65,0x2d,0x62,0x6c,0x6f,0x63,0x6b,0x3b,0x0a,0x09,0x09,0x09,0x7a,0x2d,0x69,0x6e,0x64,0x65,0x78,0x3a,0x20,0x31,0x3b,0x0a,0x09,0x09,0x09,0x70,0x6f,0x73,0x69,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x61,0x62,0x73,0x6f,0x6c,0x75,0x74,0x65,0x3b,0x0a,0x09,0x09,0x09,0x72,0x69,0x67,0x68,0x74,0x3a,0x20,0x31,0x36,0x70,0x78,0x3b,0x0a,0x09,0x09,0x7d,0x0a,0x0a,0x09,0x09,0x2e,0x73,0x73,0x69,0x64,0x5f,0x6e,0x61,0x6d,0x65,0x20,0x7b,0x0a,0x09,0x09,0x09,0x6d,0x61,0x72,0x67,0x69,0x6e,0x2d,0x6c,0x65,0x66,0x74,0x3a,0x20,0x33,0x34,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x66,0x6f,0x6e,0x74,0x2d,0x73,0x69,0x7a,0x65,0x3a,0x20,0x31,0x36,0x70,0x78,0x3b,0x0a,0x09,0x09,0x7d,0x0a,0x0a,0x09,0x09,0x23,0x73,0x65,0x63,0x6f,0x6e,0x64,0x61,0x72,0x79,0x2d,0x6d,0x65,0x6e,0x75,0x20,0x7b,0x0a,0x09,0x09,0x09,0x64,0x69,0x73,0x70,0x6c,0x61,0x79,0x3a,0x20,0x6e,0x6f,0x6e,0x65,0x3b,0x0a,0x09,0x09,0x09,0x77,0x69,0x64,0x74,0x68,0x3a,0x20,0x33,0x30,0x30,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x68,0x65,0x69,0x67,0x68,0x74,0x3a,0x20,0x31,0x38,0x30,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x70,0x6f,0x73,0x69,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x66,0x69,0x78,0x65,0x64,0x3b,0x0a,0x09,0x09,0x09,0x74,0x6f,0x70,0x3a,0x20,0x31,0x38,0x30,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x6c,0x65,0x66,0x74,0x3a,0x20,0x63,0x61,0x6c,0x63,0x28,0x35,0x30,0x25,0x20,0x2d,0x20,0x31,0x35,0x30,0x70,0x78,0x29,0x3b,0x0a,0x09,0x09,0x09,0x62,0x61,0x63,0x6b,0x67,0x72,0x6f,0x75,0x6e,0x64,0x3a,0x20,0x23,0x46,0x34,0x46,0x36,0x46,0x36,0x3b,0x0a,0x09,0x09,0x09,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x72,0x61,0x64,0x69,0x75,0x73,0x3a,0x20,0x32,0x35,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x74,0x65,0x78,0x74,0x2d,0x61,0x6c,0x69,0x67,0x6e,0x3a,0x20,0x63,0x65,0x6e,0x74,0x65,0x72,0x3b,0x0a,0x09,0x09,0x7d,0x0a,0x0a,0x09,0x09,0x23,0x73,0x65,0x63,0x6f,0x6e,0x64,0x61,0x72,0x79,0x2d,0x6d,0x65,0x6e,0x75,0x2d,0x73,0x73,0x69,0x64,0x20,0x7b,0x0a,0x09,0x09,0x09,0x6d,0x61,0x72,0x67,0x69,0x6e,0x2d,0x74,0x6f,0x70,0x3a,0x20,0x31,0x32,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x66,0x6f,0x6e,0x74,0x2d,0x73,0x69,0x7a,0x65,0x3a,0x20,0x32,0x30,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x64,0x69,0x73,0x70,0x6c,0x61,0x79,0x3a,0x20,0x69,0x6e,0x6c,0x69,0x6e,0x65,0x2d,0x62,0x6c,0x6f,0x63,0x6b,0x3b,0x0a,0x09,0x09,0x7d,0x0a,0x0a,0x09,0x09,0x23,0x6b,0x65,0x79,0x2d,0x69,0x63,0x6f,0x6e,0x20,0x7b,0x0a,0x09,0x09,0x09,0x70,0x6f,0x73,0x69,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x61,0x62,0x73,0x6f,0x6c,0x75,0x74,0x65,0x3b,0x0a,0x09,0x09,0x09,0x6c,0x65,0x66,0x74,0x3a,0x20,0x33,0x30,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x74,0x6f,0x70,0x3a,0x20,0x37,0x35,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x77,0x69,0x64,0x74,0x68,0x3a,0x20,0x32,0x35,0x70,0x78,0x3b,0x0a,0x09,0x09,0x7d,0x0a,0x0a,0x09,0x09,0x23,0x77,0x69,0x66,0x69,0x2d,0x70,0x61,0x73,0x73,0x20,0x7b,0x0a,0x09,0x09,0x09,0x6d,0x61,0x72,0x67,0x69,0x6e,0x2d,0x74,0x6f,0x70,0x3a,0x20,0x32,0x35,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x77,0x69,0x64,0x74,0x68,0x3a,0x20,0x32,0x36,0x30,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x68,0x65,0x69,0x67,0x68,0x74,0x3a,0x20,0x34,0x30,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x66,0x6f,0x6e,0x74,0x2d,0x73,0x69,0x7a,0x65,0x3a,0x20,0x31,0x38,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x62,0x6f,0x72,0x64,0x65,0x72,0x3a,0x20,0x6e,0x6f,0x6e,0x65,0x3b,0x0a,0x09,0x09,0x09,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x72,0x61,0x64,0x69,0x75,0x73,0x3a,0x20,0x32,0x35,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x74,0x65,0x78,0x74,0x2d,0x61,0x6c,0x69,0x67,0x6e,0x3a,0x20,0x63,0x65,0x6e,0x74,0x65,0x72,0x3b,0x0a,0x09,0x09,0x7d,0x0a,0x0a,0x09,0x09,0x23,0x77,0x69,0x66,0x69,0x2d,0x70,0x61,0x73,0x73,0x2d,0x73,0x75,0x62,0x20,0x7b,0x0a,0x09,0x09,0x09,0x77,0x69,0x64,0x74,0x68,0x3a,0x20,0x31,0x30,0x30,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x68,0x65,0x69,0x67,0x68,0x74,0x3a,0x20,0x34,0x30,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x62,0x6f,0x72,0x64,0x65,0x72,0x3a,0x20,0x6e,0x6f,0x6e,0x65,0x3b,0x0a,0x09,0x09,0x09,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x72,0x61,0x64,0x69,0x75,0x73,0x3a,0x20,0x32,0x35,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x62,0x61,0x63,0x6b,0x67,0x72,0x6f,0x75,0x6e,0x64,0x3a,0x20,0x23,0x44,0x30,0x44,0x33,0x44,0x34,0x3b,0x0a,0x09,0x09,0x09,0x6c,0x69,0x6e,0x65,0x2d,0x68,0x65,0x69,0x67,0x68,0x74,0x3a,0x20,0x31,0x38,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x6d,0x61,0x72,0x67,0x69,0x6e,0x3a,0x20,0x31,0x38,0x70,0x78,0x20,0x35,0x70,0x78,0x20,0x30,0x20,0x35,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x66,0x6f,0x6e,0x74,0x2d,0x73,0x69,0x7a,0x65,0x3a,0x20,0x31,0x38,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x6f,0x70,0x61,0x63,0x69,0x74,0x79,0x3a,0x20,0x30,0x2e,0x36,0x3b,0x0a,0x09,0x09,0x7d,0x0a,0x0a,0x09,0x09,0x23,0x73,0x65,0x63,0x6f,0x6e,0x64,0x61,0x72,0x79,0x2d,0x6d,0x65,0x6e,0x75,0x2d,0x62,0x61,0x63,0x6b,0x20,0x7b,0x0a,0x09,0x09,0x09,0x63,0x75,0x72,0x73,0x6f,0x72,0x3a,0x20,0x70,0x6f,0x69,0x6e,0x74,0x65,0x72,0x3b,0x0a,0x09,0x09,0x09,0x70,0x6f,0x73,0x69,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x61,0x62,0x73,0x6f,0x6c,0x75,0x74,0x65,0x3b,0x0a,0x09,0x09,0x09,0x74,0x6f,0x70,0x3a,0x20,0x31,0x38,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x6c,0x65,0x66,0x74,0x3a,0x20,0x31,0x38,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x66,0x6f,0x6e,0x74,0x2d,0x66,0x61,0x6d,0x69,0x6c,0x79,0x3a,0x20,0x43,0x6f,0x6e,0x73,0x6f,0x6c,0x61,0x73,0x3b,0x0a,0x09,0x09,0x09,0x66,0x6f,0x6e,0x74,0x2d,0x73,0x69,0x7a,0x65,0x3a,0x20,0x31,0x36,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x77,0x69,0x64,0x74,0x68,0x3a,0x20,0x31,0x33,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x68,0x65,0x69,0x67,0x68,0x74,0x3a,0x20,0x31,0x33,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x6c,0x69,0x6e,0x65,0x2d,0x68,0x65,0x69,0x67,0x68,0x74,0x3a,0x20,0x33,0x30,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x74,0x6f,0x70,0x3a,0x20,0x33,0x70,0x78,0x20,0x73,0x6f,0x6c,0x69,0x64,0x20,0x23,0x61,0x31,0x61,0x31,0x61,0x31,0x3b,0x0a,0x09,0x09,0x09,0x62,0x6f,0x72,0x64,0x65,0x72,0x2d,0x6c,0x65,0x66,0x74,0x3a,0x20,0x33,0x70,0x78,0x20,0x73,0x6f,0x6c,0x69,0x64,0x20,0x23,0x61,0x31,0x61,0x31,0x61,0x31,0x3b,0x0a,0x09,0x09,0x09,0x74,0x72,0x61,0x6e,0x73,0x66,0x6f,0x72,0x6d,0x3a,0x20,0x72,0x6f,0x74,0x61,0x74,0x65,0x28,0x2d,0x34,0x35,0x64,0x65,0x67,0x29,0x3b,0x0a,0x09,0x09,0x7d,0x0a,0x0a,0x09,0x09,0x23,0x73,0x74,0x61,0x74,0x75,0x73,0x20,0x7b,0x0a,0x09,0x09,0x09,0x64,0x69,0x73,0x70,0x6c,0x61,0x79,0x3a,0x20,0x6e,0x6f,0x6e,0x65,0x3b,0x0a,0x09,0x09,0x09,0x6d,0x61,0x72,0x67,0x69,0x6e,0x2d,0x74,0x6f,0x70,0x3a,0x20,0x35,0x30,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x66,0x6f,0x6e,0x74,0x2d,0x73,0x69,0x7a,0x65,0x3a,0x20,0x32,0x38,0x70,0x78,0x3b,0x0a,0x09,0x09,0x09,0x74,0x65,0x78,0x74,0x2d,0x61,0x6c,0x69,0x67,0x6e,0x3a,0x20,0x63,0x65,0x6e,0x74,0x65,0x72,0x3b,0x0a,0x09,0x09,0x7d,0x0a,0x09,0x3c,0x2f,0x73,0x74,0x79,0x6c,0x65,0x3e,0x0a,0x3c,0x73,0x74,0x79,0x6c,0x65,0x3e,0x68,0x74,0x6d,0x6c,0x2c,0x20,0x2a,0x20,0x7b,0x2d,0x77,0x65,0x62,0x6b,0x69,0x74,0x2d,0x75,0x73,0x65,0x72,0x2d,0x73,0x65,0x6c,0x65,0x63,0x74,0x3a,0x74,0x65,0x78,0x74,0x21,0x69,0x6d,0x70,0x6f,0x72,0x74,0x61,0x6e,0x74,0x3b,0x20,0x2d,0x6d,0x6f,0x7a,0x2d,0x75,0x73,0x65,0x72,0x2d,0x73,0x65,0x6c,0x65,0x63,0x74,0x3a,0x74,0x65,0x78,0x74,0x21,0x69,0x6d,0x70,0x6f,0x72,0x74,0x61,0x6e,0x74,0x3b,0x7d,0x3c,0x2f,0x73,0x74,0x79,0x6c,0x65,0x3e,0x3c,0x2f,0x68,0x65,0x61,0x64,0x3e,0x0a,0x0a,0x3c,0x62,0x6f,0x64,0x79,0x3e,0x0a,0x09,0x3c,0x68,0x31,0x20,0x73,0x74,0x79,0x6c,0x65,0x3d,0x22,0x74,0x65,0x78,0x74,0x2d,0x61,0x6c,0x69,0x67,0x6e,0x3a,0x63,0x65,0x6e,0x74,0x65,0x72,0x3b,0x66,0x6f,0x6e,0x74,0x2d,0x73,0x69,0x7a,0x65,0x3a,0x34,0x30,0x70,0x78,0x3b,0x22,0x3e,0x57,0x69,0x46,0x69,0x26,0x23,0x78,0x39,0x31,0x34,0x44,0x3b,0x26,0x23,0x78,0x37,0x46,0x36,0x45,0x3b,0x3c,0x2f,0x68,0x31,0x3e,0x0a,0x09,0x3c,0x70,0x20,0x73,0x74,0x79,0x6c,0x65,0x3d,0x22,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x23,0x39,0x39,0x39,0x3b,0x74,0x65,0x78,0x74,0x2d,0x61,0x6c,0x69,0x67,0x6e,0x3a,0x20,0x63,0x65,0x6e,0x74,0x65,0x72,0x3b,0x22,0x3e,0x26,0x23,0x78,0x34,0x45,0x44,0x33,0x3b,0x26,0x23,0x78,0x35,0x45,0x39,0x33,0x3b,0x26,0x23,0x78,0x35,0x37,0x33,0x30,0x3b,0x26,0x23,0x78,0x35,0x37,0x34,0x30,0x3b,0x20,0x3a,0x67,0x69,0x74,0x68,0x75,0x62,0x2e,0x63,0x6f,0x6d,0x2f,0x62,0x69,0x6c,0x69,0x62,0x69,0x6c,0x69,0x66,0x6d,0x6b,0x2f,0x77,0x69,0x66,0x69,0x5f,0x6c,0x69,0x6e,0x6b,0x5f,0x74,0x6f,0x6f,0x6c,0x3c,0x2f,0x70,0x3e,0x0a,0x20,0x20,0x20,0x20,0x3c,0x70,0x20,0x73,0x74,0x79,0x6c,0x65,0x3d,0x22,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x23,0x39,0x39,0x39,0x3b,0x74,0x65,0x78,0x74,0x2d,0x61,0x6c,0x69,0x67,0x6e,0x3a,0x20,0x63,0x65,0x6e,0x74,0x65,0x72,0x3b,0x22,0x3e,0x26,0x23,0x78,0x35,0x46,0x35,0x33,0x3b,0x26,0x23,0x78,0x35,0x32,0x34,0x44,0x3b,0x26,0x23,0x78,0x38,0x42,0x42,0x45,0x3b,0x26,0x23,0x78,0x35,0x39,0x30,0x37,0x3b,0x26,0x23,0x78,0x37,0x43,0x37,0x42,0x3b,0x26,0x23,0x78,0x35,0x37,0x38,0x42,0x3b,0x20,0x3a,0x45,0x53,0x50,0x38,0x32,0x36,0x36,0x45,0x58,0x20,0x26,0x23,0x78,0x34,0x45,0x43,0x35,0x3b,0x26,0x23,0x78,0x36,0x35,0x32,0x46,0x3b,0x26,0x23,0x78,0x36,0x33,0x30,0x31,0x3b,0x32,0x2e,0x34,0x47,0x3c,0x2f,0x70,0x3e,0x0a,0x09,0x3c,0x64,0x69,0x76,0x20,0x69,0x64,0x3d,0x22,0x63,0x6f,0x6e,0x74,0x61,0x69,0x6e,0x65,0x72,0x22,0x3e,0x0a,0x09,0x09,0x3c,0x62,0x75,0x74,0x74,0x6f,0x6e,0x20,0x6f,0x6e,0x63,0x6c,0x69,0x63,0x6b,0x3d,0x22,0x73,0x63,0x61,0x6e,0x28,0x29,0x22,0x20,0x69,0x64,0x3d,0x22,0x73,0x63,0x61,0x6e,0x2d,0x62,0x74,0x6e,0x22,0x3e,0x26,0x23,0x78,0x36,0x32,0x36,0x42,0x3b,0x26,0x23,0x78,0x36,0x33,0x43,0x46,0x3b,0x57,0x49,0x46,0x49,0x3c,0x2f,0x62,0x75,0x74,0x74,0x6f,0x6e,0x3e,0x0a,0x09,0x09,0x0a,0x09,0x09,0x3c,0x64,0x69,0x76,0x20,0x69,0x64,0x3d,0x22,0x73,0x73,0x69,0x64,0x2d,0x6c,0x69,0x73,0x74,0x22,0x3e,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x09,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x09,0x3c,0x64,0x69,0x76,0x20,0x69,0x64,0x3d,0x22,0x73,0x65,0x63,0x6f,0x6e,0x64,0x61,0x72,0x79,0x2d,0x6d,0x65,0x6e,0x75,0x22,0x3e,0x0a,0x09,0x09,0x3c,0x64,0x69,0x76,0x20,0x69,0x64,0x3d,0x22,0x73,0x65,0x63,0x6f,0x6e,0x64,0x61,0x72,0x79,0x2d,0x6d,0x65,0x6e,0x75,0x2d,0x62,0x61,0x63,0x6b,0x22,0x20,0x6f,0x6e,0x63,0x6c,0x69,0x63,0x6b,0x3d,0x22,0x62,0x61,0x63,0x6b,0x28,0x29,0x22,0x3e,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x09,0x09,0x3c,0x64,0x69,0x76,0x20,0x69,0x64,0x3d,0x22,0x73,0x65,0x63,0x6f,0x6e,0x64,0x61,0x72,0x79,0x2d,0x6d,0x65,0x6e,0x75,0x2d,0x73,0x73,0x69,0x64,0x22,0x3e,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x09,0x09,0x3c,0x69,0x6d,0x67,0x20,0x69,0x64,0x3d,0x22,0x6b,0x65,0x79,0x2d,0x69,0x63,0x6f,0x6e,0x22,0x20,0x73,0x72,0x63,0x3d,0x22,0x64,0x61,0x74,0x61,0x3a,0x69,0x6d,0x61,0x67,0x65,0x2f,0x70,0x6e,0x67,0x3b,0x62,0x61,0x73,0x65,0x36,0x34,0x2c,0x69,0x56,0x42,0x4f,0x52,0x77,0x30,0x4b,0x47,0x67,0x6f,0x41,0x41,0x41,0x41,0x4e,0x53,0x55,0x68,0x45,0x55,0x67,0x41,0x41,0x41,0x43,0x67,0x41,0x41,0x41,0x41,0x6f,0x43,0x41,0x4d,0x41,0x41,0x41,0x43,0x37,0x49,0x45,0x68,0x66,0x41,0x41,0x41,0x41,0x54,0x6c,0x42,0x4d,0x56,0x45,0x56,0x48,0x63,0x45,0x7a,0x58,0x30,0x74,0x45,0x63,0x48,0x42,0x78,0x51,0x55,0x45,0x30,0x4a,0x43,0x51,0x70,0x42,0x51,0x6b,0x46,0x53,0x4f,0x68,0x49,0x44,0x41,0x67,0x49,0x61,0x45,0x67,0x77,0x6c,0x4a,0x43,0x4e,0x75,0x61,0x32,0x31,0x56,0x56,0x46,0x55,0x32,0x4e,0x44,0x53,0x66,0x6e,0x5a,0x30,0x7a,0x4d,0x7a,0x4f,0x51,0x6b,0x49,0x33,0x71,0x6f,0x77,0x62,0x56,0x6c,0x51,0x37,0x31,0x72,0x42,0x44,0x69,0x6e,0x67,0x68,0x36,0x56,0x52,0x2f,0x6c,0x70,0x53,0x65,0x53,0x61,0x52,0x79,0x71,0x65,0x68,0x6f,0x32,0x4a,0x68,0x58,0x48,0x6a,0x68,0x31,0x35,0x56,0x70,0x38,0x6c,0x41,0x41,0x41,0x41,0x45,0x48,0x52,0x53,0x54,0x6c,0x4d,0x41,0x47,0x6d,0x69,0x2f,0x36,0x79,0x4c,0x2b,0x2f,0x76,0x33,0x4f,0x61,0x61,0x44,0x78,0x50,0x38,0x4e,0x37,0x4a,0x4a,0x69,0x2f,0x58,0x51,0x41,0x41,0x41,0x58,0x78,0x4a,0x52,0x45,0x46,0x55,0x4f,0x4d,0x75,0x4e,0x31,0x59,0x6c,0x75,0x77,0x79,0x41,0x4d,0x41,0x46,0x42,0x6f,0x41,0x6e,0x62,0x4f,0x63,0x53,0x51,0x63,0x2f,0x2f,0x2b,0x6a,0x4d,0x35,0x43,0x30,0x6c,0x51,0x5a,0x68,0x6c,0x69,0x71,0x31,0x79,0x70,0x4d,0x4e,0x78,0x6a,0x53,0x4d,0x76,0x59,0x4e,0x76,0x51,0x6d,0x79,0x63,0x64,0x59,0x4c,0x50,0x2b,0x34,0x6f,0x41,0x59,0x56,0x33,0x45,0x6f,0x35,0x75,0x54,0x4b,0x6f,0x48,0x44,0x41,0x31,0x32,0x49,0x34,0x65,0x47,0x38,0x64,0x35,0x4b,0x2b,0x6a,0x58,0x50,0x4c,0x44,0x63,0x54,0x63,0x61,0x58,0x4c,0x45,0x67,0x33,0x34,0x30,0x35,0x41,0x49,0x67,0x74,0x56,0x48,0x57,0x71,0x76,0x51,0x78,0x48,0x69,0x46,0x73,0x4e,0x62,0x66,0x52,0x67,0x39,0x4d,0x6f,0x79,0x71,0x5a,0x53,0x57,0x4f,0x4d,0x42,0x31,0x74,0x72,0x75,0x64,0x38,0x42,0x49,0x54,0x72,0x74,0x59,0x70,0x44,0x49,0x4f,0x6f,0x46,0x4a,0x63,0x49,0x42,0x7a,0x6b,0x4b,0x41,0x33,0x34,0x4f,0x32,0x65,0x41,0x36,0x53,0x39,0x38,0x41,0x61,0x52,0x55,0x49,0x58,0x56,0x47,0x4b,0x35,0x73,0x68,0x70,0x52,0x53,0x56,0x4c,0x59,0x65,0x54,0x6e,0x75,0x59,0x2b,0x36,0x70,0x4a,0x52,0x78,0x56,0x72,0x74,0x43,0x53,0x52,0x42,0x51,0x31,0x31,0x4a,0x53,0x79,0x68,0x51,0x49,0x37,0x77,0x61,0x6b,0x42,0x59,0x70,0x6e,0x55,0x6d,0x56,0x62,0x51,0x76,0x75,0x42,0x65,0x62,0x32,0x32,0x4c,0x78,0x47,0x56,0x59,0x66,0x58,0x47,0x72,0x2b,0x69,0x73,0x63,0x61,0x35,0x37,0x50,0x6f,0x69,0x70,0x5a,0x46,0x48,0x62,0x64,0x65,0x6c,0x6a,0x39,0x38,0x4a,0x72,0x61,0x4c,0x32,0x54,0x4e,0x57,0x52,0x69,0x4d,0x5a,0x2b,0x36,0x69,0x5a,0x35,0x31,0x47,0x51,0x36,0x61,0x2f,0x30,0x74,0x72,0x64,0x56,0x6e,0x56,0x64,0x49,0x30,0x68,0x6e,0x68,0x4e,0x54,0x79,0x35,0x74,0x64,0x55,0x75,0x6d,0x65,0x62,0x52,0x6c,0x48,0x71,0x33,0x4a,0x73,0x4a,0x30,0x54,0x55,0x44,0x6f,0x4b,0x69,0x66,0x35,0x52,0x62,0x76,0x76,0x37,0x7a,0x73,0x43,0x7a,0x5a,0x50,0x4f,0x79,0x42,0x73,0x51,0x77,0x6a,0x51,0x42,0x30,0x6c,0x46,0x71,0x33,0x4a,0x65,0x4e,0x63,0x43,0x4d,0x35,0x45,0x6c,0x72,0x54,0x57,0x42,0x33,0x6b,0x64,0x41,0x4d,0x6b,0x67,0x67,0x31,0x50,0x2f,0x6b,0x6a,0x52,0x79,0x53,0x76,0x66,0x6c,0x73,0x4f,0x66,0x5a,0x37,0x46,0x64,0x6e,0x62,0x41,0x54,0x70,0x6e,0x64,0x65,0x78,0x4b,0x33,0x50,0x31,0x6f,0x50,0x76,0x56,0x52,0x78,0x6a,0x54,0x58,0x62,0x4f,0x33,0x66,0x44,0x57,0x58,0x4b,0x57,0x69,0x6f,0x4d,0x4a,0x35,0x6e,0x6c,0x74,0x69,0x47,0x5a,0x66,0x71,0x6b,0x44,0x4a,0x36,0x53,0x78,0x6d,0x65,0x34,0x77,0x39,0x32,0x6c,0x44,0x76,0x77,0x5a,0x6c,0x67,0x48,0x70,0x6b,0x4f,0x67,0x47,0x50,0x63,0x4d,0x55,0x4b,0x33,0x57,0x4a,0x2f,0x6a,0x53,0x37,0x6b,0x4b,0x2f,0x33,0x52,0x48,0x55,0x68,0x6a,0x6a,0x6d,0x36,0x70,0x65,0x2b,0x58,0x42,0x4f,0x2b,0x2b,0x4c,0x44,0x37,0x78,0x43,0x79,0x65,0x46,0x4a,0x69,0x31,0x67,0x62,0x44,0x61,0x4e,0x41,0x41,0x41,0x41,0x41,0x45,0x6c,0x46,0x54,0x6b,0x53,0x75,0x51,0x6d,0x43,0x43,0x22,0x3e,0x0a,0x09,0x09,0x3c,0x69,0x6e,0x70,0x75,0x74,0x20,0x74,0x79,0x70,0x65,0x3d,0x22,0x74,0x65,0x78,0x74,0x22,0x20,0x69,0x64,0x3d,0x22,0x77,0x69,0x66,0x69,0x2d,0x70,0x61,0x73,0x73,0x22,0x20,0x6f,0x6e,0x69,0x6e,0x70,0x75,0x74,0x3d,0x22,0x70,0x61,0x73,0x73,0x5f,0x63,0x68,0x61,0x6e,0x67,0x65,0x28,0x29,0x22,0x3e,0x0a,0x09,0x09,0x3c,0x62,0x75,0x74,0x74,0x6f,0x6e,0x20,0x69,0x64,0x3d,0x22,0x77,0x69,0x66,0x69,0x2d,0x70,0x61,0x73,0x73,0x2d,0x73,0x75,0x62,0x22,0x20,0x6f,0x6e,0x63,0x6c,0x69,0x63,0x6b,0x3d,0x22,0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x28,0x29,0x22,0x20,0x64,0x69,0x73,0x61,0x62,0x6c,0x65,0x64,0x3d,0x22,0x22,0x3e,0x26,0x23,0x78,0x38,0x46,0x44,0x45,0x3b,0x26,0x23,0x78,0x36,0x33,0x41,0x35,0x3b,0x3c,0x2f,0x62,0x75,0x74,0x74,0x6f,0x6e,0x3e,0x0a,0x09,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x09,0x3c,0x64,0x69,0x76,0x20,0x69,0x64,0x3d,0x22,0x73,0x74,0x61,0x74,0x75,0x73,0x22,0x3e,0x20,0x20,0x20,0x20,0x20,0x20,0x0a,0x09,0x09,0x3c,0x64,0x69,0x76,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x22,0x6c,0x6f,0x61,0x64,0x65,0x72,0x2d,0x69,0x6e,0x6e,0x65,0x72,0x20,0x62,0x61,0x6c,0x6c,0x2d,0x67,0x72,0x69,0x64,0x2d,0x70,0x75,0x6c,0x73,0x65,0x22,0x20,0x73,0x74,0x79,0x6c,0x65,0x3d,0x22,0x6d,0x61,0x72,0x67,0x69,0x6e,0x3a,0x20,0x30,0x20,0x61,0x75,0x74,0x6f,0x3b,0x22,0x3e,0x0a,0x09,0x09,0x20,0x20,0x3c,0x64,0x69,0x76,0x3e,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x09,0x09,0x20,0x20,0x3c,0x64,0x69,0x76,0x3e,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x09,0x09,0x20,0x20,0x3c,0x64,0x69,0x76,0x3e,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x09,0x09,0x20,0x20,0x3c,0x64,0x69,0x76,0x3e,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x09,0x09,0x20,0x20,0x3c,0x64,0x69,0x76,0x3e,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x09,0x09,0x20,0x20,0x3c,0x64,0x69,0x76,0x3e,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x09,0x09,0x20,0x20,0x3c,0x64,0x69,0x76,0x3e,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x09,0x09,0x20,0x20,0x3c,0x64,0x69,0x76,0x3e,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x09,0x09,0x20,0x20,0x3c,0x64,0x69,0x76,0x3e,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x09,0x09,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x3c,0x2f,0x64,0x69,0x76,0x3e,0x0a,0x0a,0x3c,0x73,0x63,0x72,0x69,0x70,0x74,0x3e,0x0a,0x09,0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e,0x20,0x24,0x28,0x69,0x64,0x29,0x20,0x7b,0x0a,0x09,0x09,0x72,0x65,0x74,0x75,0x72,0x6e,0x20,0x64,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x2e,0x67,0x65,0x74,0x45,0x6c,0x65,0x6d,0x65,0x6e,0x74,0x42,0x79,0x49,0x64,0x28,0x69,0x64,0x29,0x3b,0x0a,0x09,0x7d,0x3b,0x0a,0x0a,0x09,0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e,0x20,0x72,0x65,0x62,0x6f,0x6f,0x74,0x28,0x29,0x20,0x7b,0x0a,0x0a,0x09,0x09,0x76,0x61,0x72,0x20,0x78,0x6d,0x6c,0x68,0x74,0x74,0x70,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x69,0x66,0x20,0x28,0x77,0x69,0x6e,0x64,0x6f,0x77,0x2e,0x58,0x4d,0x4c,0x48,0x74,0x74,0x70,0x52,0x65,0x71,0x75,0x65,0x73,0x74,0x29,0x20,0x7b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x78,0x6d,0x6c,0x68,0x74,0x74,0x70,0x20,0x3d,0x20,0x6e,0x65,0x77,0x20,0x58,0x4d,0x4c,0x48,0x74,0x74,0x70,0x52,0x65,0x71,0x75,0x65,0x73,0x74,0x28,0x29,0x3b,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7d,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x78,0x6d,0x6c,0x68,0x74,0x74,0x70,0x2e,0x6f,0x6e,0x72,0x65,0x61,0x64,0x79,0x73,0x74,0x61,0x74,0x65,0x63,0x68,0x61,0x6e,0x67,0x65,0x20,0x3d,0x20,0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e,0x20,0x28,0x29,0x20,0x7b,0x0a,0x09,0x09,0x09,0x69,0x66,0x20,0x28,0x78,0x6d,0x6c,0x68,0x74,0x74,0x70,0x2e,0x72,0x65,0x61,0x64,0x79,0x53,0x74,0x61,0x74,0x65,0x20,0x3d,0x3d,0x20,0x34,0x20,0x26,0x26,0x20,0x78,0x6d,0x6c,0x68,0x74,0x74,0x70,0x2e,0x73,0x74,0x61,0x74,0x75,0x73,0x20,0x3d,0x3d,0x20,0x32,0x30,0x30,0x29,0x20,0x7b,0x0a,0x09,0x09,0x09,0x09,0x69,0x66,0x20,0x28,0x78,0x6d,0x6c,0x68,0x74,0x74,0x70,0x2e,0x72,0x65,0x73,0x70,0x6f,0x6e,0x73,0x65,0x54,0x65,0x78,0x74,0x20,0x21,0x3d,0x20,0x27,0x27,0x29,0x20,0x0a,0x09,0x09,0x09,0x09,0x77,0x69,0x6e,0x64,0x6f,0x77,0x2e,0x6f,0x70,0x65,0x6e,0x28,0x22,0x68,0x74,0x74,0x70,0x3a,0x2f,0x2f,0x22,0x2b,0x78,0x6d,0x6c,0x68,0x74,0x74,0x70,0x2e,0x72,0x65,0x73,0x70,0x6f,0x6e,0x73,0x65,0x54,0x65,0x78,0x74,0x29,0x3b,0x0a,0x09,0x09,0x09,0x7d,0x0a,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x7d,0x0a,0x09,0x09,0x78,0x6d,0x6c,0x68,0x74,0x74,0x70,0x2e,0x6f,0x70,0x65,0x6e,0x28,0x22,0x47,0x45,0x54,0x22,0x2c,0x20,0x22,0x2f,0x6f,0x70,0x65,0x72,0x61,0x3f,0x6f,0x70,0x65,0x72,0x61,0x3d,0x72,0x65,0x62,0x6f,0x6f,0x74,0x22,0x29,0x3b,0x0a,0x09,0x09,0x0a,0x09,0x09,0x78,0x6d,0x6c,0x68,0x74,0x74,0x70,0x2e,0x73,0x65,0x6e,0x64,0x28,0x29,0x3b,0x0a,0x0a,0x09,0x7d,0x0a,0x0a,0x09,0x2f,0x2f,0x20,0x26,0x23,0x78,0x36,0x32,0x36,0x42,0x3b,0x26,0x23,0x78,0x36,0x33,0x43,0x46,0x3b,0x57,0x69,0x46,0x69,0x0a,0x09,0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e,0x20,0x73,0x63,0x61,0x6e,0x28,0x29,0x20,0x7b,0x0a,0x09,0x09,0x24,0x28,0x27,0x73,0x63,0x61,0x6e,0x2d,0x62,0x74,0x6e,0x27,0x29,0x2e,0x73,0x65,0x74,0x41,0x74,0x74,0x72,0x69,0x62,0x75,0x74,0x65,0x28,0x27,0x64,0x69,0x73,0x61,0x62,0x6c,0x65,0x64,0x27,0x2c,0x20,0x27,0x64,0x69,0x73,0x61,0x62,0x6c,0x65,0x64,0x27,0x29,0x3b,0x0a,0x09,0x09,0x24,0x28,0x27,0x73,0x63,0x61,0x6e,0x2d,0x62,0x74,0x6e,0x27,0x29,0x2e,0x73,0x74,0x79,0x6c,0x65,0x2e,0x63,0x75,0x72,0x73,0x6f,0x72,0x20,0x3d,0x20,0x27,0x64,0x65,0x66,0x61,0x75,0x6c,0x74,0x27,0x3b,0x0a,0x09,0x09,0x24,0x28,0x27,0x73,0x63,0x61,0x6e,0x2d,0x62,0x74,0x6e,0x27,0x29,0x2e,0x73,0x74,0x79,0x6c,0x65,0x2e,0x6f,0x70,0x61,0x63,0x69,0x74,0x79,0x20,0x3d,0x20,0x27,0x30,0x2e,0x36,0x27,0x3b,0x0a,0x09,0x09,0x24,0x28,0x27,0x73,0x73,0x69,0x64,0x2d,0x6c,0x69,0x73,0x74,0x27,0x29,0x2e,0x69,0x6e,0x6e,0x65,0x72,0x48,0x54,0x4d,0x4c,0x20,0x3d,0x20,0x27,0x27,0x3b,0x0a,0x09,0x09,0x24,0x28,0x27,0x73,0x73,0x69,0x64,0x2d,0x6c,0x69,0x73,0x74,0x27,0x29,0x2e,0x73,0x74,0x79,0x6c,0x65,0x2e,0x64,0x69,0x73,0x70,0x6c,0x61,0x79,0x20,0x3d,0x20,0x27,0x6e,0x6f,0x6e,0x65,0x27,0x3b,0x0a,0x09,0x2f,0x2f,0x09,0x24,0x28,0x27,0x73,0x74,0x61,0x74,0x75,0x73,0x27,0x29,0x2e,0x69,0x6e,0x6e,0x65,0x72,0x48,0x54,0x4d,0x4c,0x20,0x3d,0x20,0x27,0x26,0x23,0x78,0x36,0x42,0x36,0x33,0x3b,0x26,0x23,0x78,0x35,0x37,0x32,0x38,0x3b,0x26,0x23,0x78,0x36,0x32,0x36,0x42,0x3b,0x26,0x23,0x78,0x36,0x33,0x43,0x46,0x3b,0x27,0x3b,0x0a,0x09,0x09,0x24,0x28,0x27,0x73,0x74,0x61,0x74,0x75,0x73,0x27,0x29,0x2e,0x73,0x74,0x79,0x6c,0x65,0x2e,0x64,0x69,0x73,0x70,0x6c,0x61,0x79,0x20,0x3d,0x20,0x27,0x62,0x6c,0x6f,0x63,0x6b,0x27,0x3b,0x0a,0x09,0x09,0x76,0x61,0x72,0x20,0x78,0x6d,0x6c,0x68,0x74,0x74,0x70,0x20,0x3d,0x20,0x6e,0x65,0x77,0x20,0x58,0x4d,0x4c,0x48,0x74,0x74,0x70,0x52,0x65,0x71,0x75,0x65,0x73,0x74,0x28,0x29,0x3b,0x0a,0x09,0x09,0x78,0x6d,0x6c,0x68,0x74,0x74,0x70,0x2e,0x6f,0x6e,0x72,0x65,0x61,0x64,0x79,0x73,0x74,0x61,0x74,0x65,0x63,0x68,0x61,0x6e,0x67,0x65,0x20,0x3d,0x20,0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e,0x20,0x28,0x29,0x20,0x7b,0x0a,0x09,0x09,0x09,0x69,0x66,0x20,0x28,0x78,0x6d,0x6c,0x68,0x74,0x74,0x70,0x2e,0x72,0x65,0x61,0x64,0x79,0x53,0x74,0x61,0x74,0x65,0x20,0x3d,0x3d,0x20,0x34,0x20,0x26,0x26,0x20,0x78,0x6d,0x6c,0x68,0x74,0x74,0x70,0x2e,0x73,0x74,0x61,0x74,0x75,0x73,0x20,0x3d,0x3d,0x20,0x32,0x30,0x30,0x29,0x20,0x7b,0x0a,0x09,0x09,0x09,0x09,0x24,0x28,0x27,0x73,0x63,0x61,0x6e,0x2d,0x62,0x74,0x6e,0x27,0x29,0x2e,0x73,0x74,0x79,0x6c,0x65,0x2e,0x63,0x75,0x72,0x73,0x6f,0x72,0x20,0x3d,0x20,0x27,0x70,0x6f,0x69,0x6e,0x74,0x65,0x72,0x27,0x3b,0x0a,0x09,0x09,0x09,0x09,0x24,0x28,0x27,0x73,0x63,0x61,0x6e,0x2d,0x62,0x74,0x6e,0x27,0x29,0x2e,0x73,0x74,0x79,0x6c,0x65,0x2e,0x6f,0x70,0x61,0x63,0x69,0x74,0x79,0x20,0x3d,0x20,0x27,0x31,0x27,0x3b,0x0a,0x09,0x09,0x09,0x09,0x24,0x28,0x27,0x73,0x73,0x69,0x64,0x2d,0x6c,0x69,0x73,0x74,0x27,0x29,0x2e,0x73,0x74,0x79,0x6c,0x65,0x2e,0x64,0x69,0x73,0x70,0x6c,0x61,0x79,0x20,0x3d,0x20,0x27,0x62,0x6c,0x6f,0x63,0x6b,0x27,0x3b,0x0a,0x09,0x09,0x09,0x09,0x24,0x28,0x27,0x73,0x74,0x61,0x74,0x75,0x73,0x27,0x29,0x2e,0x73,0x74,0x79,0x6c,0x65,0x2e,0x64,0x69,0x73,0x70,0x6c,0x61,0x79,0x20,0x3d,0x20,0x27,0x6e,0x6f,0x6e,0x65,0x27,0x3b,0x0a,0x09,0x09,0x09,0x09,0x72,0x65,0x73,0x5f,0x6a,0x73,0x6f,0x6e,0x20,0x3d,0x20,0x4a,0x53,0x4f,0x4e,0x2e,0x70,0x61,0x72,0x73,0x65,0x28,0x78,0x6d,0x6c,0x68,0x74,0x74,0x70,0x2e,0x72,0x65,0x73,0x70,0x6f,0x6e,0x73,0x65,0x54,0x65,0x78,0x74,0x29,0x3b,0x0a,0x09,0x09,0x09,0x09,0x76,0x61,0x72,0x20,0x69,0x2c,0x20,0x6a,0x2c,0x20,0x6d,0x61,0x78,0x3b,0x0a,0x09,0x09,0x09,0x09,0x66,0x6f,0x72,0x20,0x28,0x69,0x20,0x3d,0x20,0x30,0x3b,0x20,0x69,0x20,0x3c,0x20,0x72,0x65,0x73,0x5f,0x6a,0x73,0x6f,0x6e,0x2e,0x72,0x65,0x71,0x2e,0x6c,0x65,0x6e,0x67,0x74,0x68,0x3b,0x20,0x69,0x2b,0x2b,0x29,0x20,0x7b,0x0a,0x09,0x09,0x09,0x09,0x09,0x6d,0x61,0x78,0x20,0x3d,0x20,0x30,0x3b,0x0a,0x09,0x09,0x09,0x09,0x09,0x66,0x6f,0x72,0x20,0x28,0x6a,0x20,0x3d,0x20,0x30,0x3b,0x20,0x6a,0x20,0x3c,0x20,0x72,0x65,0x73,0x5f,0x6a,0x73,0x6f,0x6e,0x2e,0x72,0x65,0x71,0x2e,0x6c,0x65,0x6e,0x67,0x74,0x68,0x3b,0x20,0x6a,0x2b,0x2b,0x29,0x20,0x69,0x66,0x20,0x28,0x72,0x65,0x73,0x5f,0x6a,0x73,0x6f,0x6e,0x2e,0x72,0x65,0x71,0x5b,0x6d,0x61,0x78,0x5d,0x2e,0x72,0x73,0x73,0x69,0x20,0x3c,0x20,0x72,0x65,0x73,0x5f,0x6a,0x73,0x6f,0x6e,0x2e,0x72,0x65,0x71,0x5b,0x6a,0x5d,0x2e,0x72,0x73,0x73,0x69,0x29,0x20,0x6d,0x61,0x78,0x20,0x3d,0x20,0x6a,0x3b,0x0a,0x09,0x09,0x09,0x09,0x09,0x76,0x61,0x72,0x20,0x70,0x61,0x72,0x61,0x20,0x3d,0x20,0x64,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x2e,0x63,0x72,0x65,0x61,0x74,0x65,0x45,0x6c,0x65,0x6d,0x65,0x6e,0x74,0x28,0x27,0x6c,0x69,0x27,0x29,0x3b,0x0a,0x09,0x09,0x09,0x09,0x09,0x70,0x61,0x72,0x61,0x2e,0x69,0x64,0x20,0x3d,0x20,0x27,0x73,0x73,0x69,0x64,0x27,0x20,0x2b,0x20,0x69,0x3b,0x0a,0x09,0x09,0x09,0x09,0x09,0x70,0x61,0x72,0x61,0x2e,0x73,0x65,0x74,0x41,0x74,0x74,0x72,0x69,0x62,0x75,0x74,0x65,0x28,0x27,0x6f,0x6e,0x63,0x6c,0x69,0x63,0x6b,0x27,0x2c,0x20,0x22,0x73,0x73,0x69,0x64,0x5f,0x73,0x65,0x6c,0x65,0x63,0x74,0x28,0x27,0x22,0x20,0x2b,0x20,0x70,0x61,0x72,0x61,0x2e,0x69,0x64,0x20,0x2b,0x20,0x22,0x27,0x29,0x22,0x29,0x3b,0x0a,0x09,0x09,0x09,0x09,0x09,0x69,0x66,0x20,0x28,0x72,0x65,0x73,0x5f,0x6a,0x73,0x6f,0x6e,0x2e,0x72,0x65,0x71,0x5b,0x6d,0x61,0x78,0x5d,0x2e,0x72,0x73,0x73,0x69,0x20,0x3e,0x3d,0x20,0x2d,0x34,0x35,0x29,0x20,0x70,0x61,0x72,0x61,0x2e,0x69,0x6e,0x6e,0x65,0x72,0x48,0x54,0x4d,0x4c,0x20,0x2b,0x3d,0x20,0x22,0x3c,0x69,0x6d,0x67,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x27,0x77,0x69,0x66,0x69,0x2d,0x6c,0x6f,0x67,0x6f,0x27,0x20,0x73,0x72,0x63,0x3d,0x27,0x64,0x61,0x74,0x61,0x3a,0x69,0x6d,0x61,0x67,0x65,0x2f,0x70,0x6e,0x67,0x3b,0x62,0x61,0x73,0x65,0x36,0x34,0x2c,0x69,0x56,0x42,0x4f,0x52,0x77,0x30,0x4b,0x47,0x67,0x6f,0x41,0x41,0x41,0x41,0x4e,0x53,0x55,0x68,0x45,0x55,0x67,0x41,0x41,0x41,0x44,0x77,0x41,0x41,0x41,0x41,0x72,0x42,0x41,0x4d,0x41,0x41,0x41,0x44,0x57,0x41,0x66,0x5a,0x69,0x41,0x41,0x41,0x41,0x49,0x56,0x42,0x4d,0x56,0x45,0x56,0x6b,0x5a,0x47,0x52,0x48,0x63,0x45,0x7a,0x6a,0x34,0x2b,0x4e,0x34,0x65,0x48,0x69,0x73,0x72,0x4b,0x79,0x53,0x6b,0x70,0x4a,0x34,0x65,0x48,0x69,0x58,0x6c,0x35,0x65,0x48,0x68,0x34,0x65,0x41,0x67,0x49,0x42,0x71,0x61,0x6d,0x6f,0x77,0x6e,0x4a,0x73,0x78,0x41,0x41,0x41,0x41,0x43,0x6e,0x52,0x53,0x54,0x6c,0x50,0x2b,0x41,0x42,0x58,0x66,0x50,0x5a,0x4c,0x36,0x5a,0x4b,0x2f,0x4a,0x61,0x76,0x58,0x48,0x72,0x77,0x41,0x41,0x41,0x65,0x56,0x4a,0x52,0x45,0x46,0x55,0x4f,0x4d,0x74,0x39,0x6b,0x38,0x74,0x50,0x41,0x6a,0x45,0x51,0x78,0x69,0x63,0x68,0x4d,0x64,0x70,0x62,0x79,0x78,0x49,0x66,0x74,0x34,0x72,0x50,0x32,0x77,0x6f,0x2b,0x75,0x55,0x46,0x51,0x7a,0x71,0x6a,0x34,0x34,0x47,0x53,0x69,0x62,0x74,0x53,0x62,0x68,0x6f,0x6a,0x78,0x5a,0x6f,0x79,0x4b,0x6e,0x4e,0x52,0x45,0x44,0x35,0x34,0x32,0x49,0x55,0x54,0x63,0x76,0x39,0x4b,0x5a,0x74,0x73,0x74,0x75,0x67,0x62,0x57,0x6e,0x62,0x6e,0x2b,0x64,0x7a,0x6a,0x66,0x66,0x37,0x41,0x43,0x33,0x6c,0x70,0x54,0x53,0x2b,0x6f,0x5a,0x6f,0x4b,0x79,0x70,0x48,0x2b,0x58,0x78,0x2b,0x71,0x39,0x61,0x51,0x49,0x37,0x44,0x59,0x2f,0x67,0x70,0x38,0x6f,0x42,0x56,0x63,0x37,0x67,0x39,0x68,0x35,0x31,0x45,0x7a,0x74,0x64,0x68,0x61,0x30,0x63,0x61,0x4c,0x42,0x62,0x44,0x57,0x37,0x30,0x30,0x63,0x4c,0x37,0x6f,0x6d,0x4c,0x41,0x67,0x4d,0x37,0x31,0x78,0x48,0x65,0x50,0x4a,0x45,0x73,0x64,0x4e,0x57,0x73,0x39,0x46,0x73,0x76,0x6e,0x6f,0x2b,0x4d,0x49,0x77,0x76,0x68,0x74,0x68,0x35,0x55,0x2f,0x64,0x66,0x54,0x4d,0x4b,0x35,0x4f,0x35,0x57,0x70,0x4a,0x77,0x32,0x2b,0x42,0x37,0x78,0x2f,0x55,0x59,0x7a,0x4b,0x63,0x51,0x36,0x49,0x6e,0x32,0x6d,0x38,0x54,0x4a,0x6f,0x33,0x4c,0x44,0x76,0x45,0x48,0x69,0x57,0x72,0x45,0x68,0x5a,0x76,0x6d,0x47,0x6f,0x6a,0x50,0x41,0x39,0x76,0x33,0x5a,0x4a,0x38,0x77,0x6a,0x75,0x34,0x36,0x55,0x71,0x64,0x74,0x4c,0x56,0x2b,0x32,0x74,0x49,0x53,0x52,0x42,0x32,0x50,0x56,0x7a,0x67,0x34,0x71,0x44,0x70,0x46,0x4a,0x2b,0x4c,0x75,0x79,0x74,0x52,0x30,0x53,0x4a,0x63,0x64,0x46,0x31,0x68,0x4b,0x67,0x6e,0x42,0x56,0x45,0x75,0x34,0x38,0x52,0x36,0x59,0x6f,0x6d,0x55,0x73,0x59,0x4a,0x6f,0x46,0x6e,0x6f,0x55,0x75,0x30,0x48,0x54,0x65,0x74,0x52,0x37,0x77,0x4f,0x4f,0x5a,0x4a,0x57,0x77,0x4c,0x31,0x6f,0x32,0x36,0x61,0x65,0x34,0x2f,0x75,0x5a,0x6a,0x71,0x54,0x43,0x35,0x70,0x52,0x51,0x72,0x49,0x35,0x74,0x31,0x68,0x71,0x56,0x47,0x76,0x57,0x47,0x77,0x53,0x6f,0x65,0x6c,0x6b,0x4c,0x50,0x4d,0x7a,0x36,0x65,0x2f,0x65,0x36,0x62,0x7a,0x70,0x4a,0x70,0x4c,0x4f,0x59,0x35,0x62,0x34,0x66,0x35,0x74,0x47,0x6e,0x66,0x2b,0x44,0x6b,0x65,0x34,0x57,0x6d,0x4c,0x45,0x6d,0x66,0x41,0x33,0x76,0x74,0x34,0x77,0x5a,0x54,0x4f,0x79,0x2b,0x56,0x79,0x79,0x62,0x54,0x51,0x7a,0x2f,0x57,0x78,0x63,0x4e,0x6b,0x48,0x42,0x52,0x31,0x37,0x66,0x75,0x42,0x39,0x30,0x73,0x56,0x6c,0x72,0x44,0x6e,0x4b,0x6e,0x61,0x58,0x53,0x4a,0x37,0x2f,0x31,0x2f,0x36,0x51,0x36,0x33,0x63,0x37,0x46,0x70,0x49,0x6d,0x71,0x45,0x61,0x51,0x35,0x46,0x53,0x30,0x48,0x66,0x75,0x52,0x36,0x5a,0x4d,0x72,0x50,0x38,0x49,0x38,0x38,0x52,0x53,0x38,0x48,0x6e,0x68,0x65,0x59,0x54,0x74,0x74,0x59,0x30,0x41,0x39,0x31,0x30,0x5a,0x69,0x64,0x72,0x56,0x42,0x72,0x65,0x6b,0x50,0x59,0x31,0x55,0x62,0x6a,0x37,0x6f,0x41,0x5a,0x32,0x66,0x48,0x48,0x73,0x7a,0x42,0x68,0x6a,0x4d,0x46,0x4f,0x35,0x34,0x61,0x48,0x79,0x48,0x33,0x6f,0x79,0x2b,0x67,0x48,0x78,0x35,0x54,0x50,0x30,0x7a,0x67,0x63,0x50,0x64,0x45,0x54,0x75,0x36,0x4d,0x6d,0x46,0x49,0x30,0x70,0x41,0x4f,0x73,0x55,0x45,0x77,0x61,0x59,0x53,0x73,0x66,0x71,0x75,0x6b,0x6b,0x34,0x6f,0x2b,0x65,0x73,0x6d,0x6f,0x44,0x54,0x6a,0x4c,0x43,0x2f,0x6b,0x6f,0x43,0x46,0x6d,0x74,0x4f,0x55,0x54,0x4d,0x6f,0x39,0x45,0x34,0x37,0x57,0x61,0x4d,0x77,0x78,0x66,0x43,0x78,0x5a,0x4f,0x55,0x39,0x44,0x5a,0x4e,0x67,0x49,0x7a,0x4e,0x30,0x4a,0x2b,0x52,0x2f,0x4f,0x32,0x73,0x47,0x44,0x57,0x4d,0x68,0x2f,0x38,0x65,0x44,0x36,0x41,0x31,0x49,0x35,0x69,0x33,0x64,0x75,0x7a,0x37,0x72,0x56,0x41,0x41,0x41,0x41,0x41,0x45,0x6c,0x46,0x54,0x6b,0x53,0x75,0x51,0x6d,0x43,0x43,0x27,0x3e,0x22,0x3b,0x0a,0x09,0x09,0x09,0x09,0x09,0x65,0x6c,0x73,0x65,0x20,0x69,0x66,0x20,0x28,0x72,0x65,0x73,0x5f,0x6a,0x73,0x6f,0x6e,0x2e,0x72,0x65,0x71,0x5b,0x6d,0x61,0x78,0x5d,0x2e,0x72,0x73,0x73,0x69,0x20,0x3e,0x3d,0x20,0x2d,0x36,0x30,0x29,0x20,0x70,0x61,0x72,0x61,0x2e,0x69,0x6e,0x6e,0x65,0x72,0x48,0x54,0x4d,0x4c,0x20,0x2b,0x3d,0x20,0x22,0x3c,0x69,0x6d,0x67,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x27,0x77,0x69,0x66,0x69,0x2d,0x6c,0x6f,0x67,0x6f,0x27,0x20,0x73,0x72,0x63,0x3d,0x27,0x64,0x61,0x74,0x61,0x3a,0x69,0x6d,0x61,0x67,0x65,0x2f,0x70,0x6e,0x67,0x3b,0x62,0x61,0x73,0x65,0x36,0x34,0x2c,0x69,0x56,0x42,0x4f,0x52,0x77,0x30,0x4b,0x47,0x67,0x6f,0x41,0x41,0x41,0x41,0x4e,0x53,0x55,0x68,0x45,0x55,0x67,0x41,0x41,0x41,0x44,0x77,0x41,0x41,0x41,0x41,0x73,0x43,0x41,0x4d,0x41,0x41,0x41,0x41,0x4f,0x39,0x43,0x76,0x62,0x41,0x41,0x41,0x41,0x50,0x31,0x42,0x4d,0x56,0x45,0x56,0x48,0x63,0x45,0x7a,0x66,0x33,0x39,0x2f,0x52,0x30,0x64,0x48,0x75,0x37,0x75,0x35,0x32,0x64,0x6e,0x61,0x4a,0x69,0x59,0x6d,0x41,0x67,0x49,0x42,0x6d,0x5a,0x6d,0x62,0x63,0x33,0x4e,0x7a,0x61,0x32,0x74,0x71,0x53,0x6b,0x70,0x4b,0x58,0x6c,0x35,0x65,0x6c,0x70,0x61,0x58,0x64,0x33,0x64,0x33,0x67,0x34,0x4f,0x44,0x65,0x33,0x74,0x35,0x78,0x63,0x58,0x48,0x65,0x33,0x74,0x37,0x64,0x33,0x64,0x33,0x64,0x33,0x64,0x31,0x69,0x59,0x6d,0x49,0x78,0x4d,0x41,0x4f,0x48,0x41,0x41,0x41,0x41,0x45,0x33,0x52,0x53,0x54,0x6c,0x4d,0x41,0x69,0x54,0x41,0x4e,0x2f,0x4c,0x58,0x54,0x2f,0x76,0x30,0x61,0x6b,0x57,0x70,0x4f,0x59,0x30,0x57,0x35,0x34,0x4e,0x6a,0x72,0x53,0x57,0x64,0x7a,0x72,0x77,0x41,0x41,0x41,0x6a,0x46,0x4a,0x52,0x45,0x46,0x55,0x53,0x4d,0x65,0x31,0x6c,0x6f,0x6b,0x57,0x6f,0x79,0x41,0x4d,0x52,0x63,0x73,0x6d,0x73,0x69,0x6b,0x49,0x2f,0x2f,0x2b,0x74,0x45,0x77,0x49,0x52,0x48,0x65,0x75,0x30,0x39,0x70,0x7a,0x4a,0x36,0x61,0x72,0x65,0x38,0x50,0x49,0x53,0x61,0x56,0x2b,0x76,0x2f,0x78,0x43,0x63,0x4c,0x36,0x78,0x46,0x34,0x50,0x77,0x42,0x5a,0x78,0x61,0x32,0x70,0x6c,0x78,0x6a,0x6e,0x6d,0x64,0x38,0x54,0x79,0x74,0x62,0x78,0x44,0x64,0x6b,0x57,0x44,0x66,0x6b,0x4b,0x6b,0x6c,0x52,0x76,0x32,0x35,0x72,0x2b,0x49,0x41,0x75,0x53,0x4f,0x4c,0x31,0x38,0x79,0x56,0x79,0x59,0x76,0x78,0x66,0x61,0x43,0x64,0x6e,0x30,0x6c,0x75,0x2f,0x35,0x6f,0x4f,0x41,0x6e,0x4d,0x49,0x74,0x65,0x6c,0x43,0x5a,0x74,0x34,0x52,0x75,0x72,0x53,0x6d,0x6c,0x65,0x56,0x53,0x52,0x38,0x37,0x71,0x38,0x71,0x5a,0x56,0x31,0x73,0x66,0x42,0x49,0x34,0x50,0x44,0x52,0x49,0x48,0x43,0x51,0x62,0x61,0x51,0x43,0x63,0x50,0x4d,0x58,0x47,0x7a,0x70,0x33,0x62,0x30,0x77,0x31,0x73,0x71,0x66,0x66,0x54,0x6c,0x65,0x59,0x64,0x57,0x37,0x43,0x38,0x68,0x72,0x71,0x69,0x6d,0x4e,0x56,0x63,0x57,0x70,0x45,0x49,0x67,0x2f,0x59,0x59,0x53,0x42,0x53,0x71,0x79,0x6a,0x50,0x64,0x39,0x32,0x67,0x48,0x47,0x48,0x72,0x35,0x53,0x66,0x79,0x66,0x53,0x47,0x4c,0x6d,0x54,0x67,0x73,0x78,0x59,0x30,0x4a,0x7a,0x6a,0x6c,0x76,0x6a,0x44,0x6c,0x62,0x55,0x39,0x32,0x45,0x68,0x5a,0x59,0x54,0x65,0x2f,0x44,0x42,0x65,0x44,0x74,0x4a,0x71,0x53,0x48,0x67,0x52,0x63,0x72,0x4a,0x2b,0x69,0x47,0x66,0x72,0x79,0x67,0x39,0x4e,0x33,0x70,0x44,0x49,0x58,0x6b,0x76,0x51,0x33,0x67,0x6c,0x64,0x59,0x48,0x51,0x47,0x4f,0x31,0x54,0x56,0x49,0x4d,0x50,0x32,0x4d,0x71,0x63,0x65,0x66,0x38,0x38,0x62,0x39,0x51,0x39,0x34,0x61,0x49,0x6d,0x72,0x74,0x50,0x34,0x4c,0x44,0x6f,0x36,0x6b,0x72,0x61,0x6b,0x53,0x6a,0x50,0x4b,0x6c,0x43,0x69,0x74,0x6d,0x7a,0x53,0x52,0x70,0x51,0x63,0x64,0x4b,0x48,0x70,0x79,0x65,0x33,0x66,0x79,0x72,0x6a,0x53,0x77,0x7a,0x76,0x49,0x64,0x72,0x59,0x74,0x4c,0x47,0x57,0x4f,0x73,0x70,0x5a,0x65,0x42,0x6b,0x38,0x6e,0x73,0x4d,0x6d,0x64,0x57,0x74,0x33,0x58,0x67,0x74,0x5a,0x72,0x6b,0x6c,0x35,0x63,0x51,0x69,0x36,0x2f,0x6d,0x49,0x59,0x38,0x70,0x33,0x45,0x30,0x76,0x62,0x53,0x32,0x74,0x30,0x6c,0x4b,0x35,0x38,0x77,0x52,0x79,0x70,0x32,0x54,0x70,0x4a,0x2b,0x31,0x31,0x65,0x71,0x72,0x6b,0x6c,0x72,0x78,0x49,0x39,0x65,0x37,0x47,0x4d,0x77,0x32,0x48,0x42,0x4f,0x71,0x36,0x4c,0x58,0x42,0x5a,0x57,0x6c,0x6e,0x71,0x37,0x70,0x37,0x6c,0x53,0x6d,0x50,0x58,0x53,0x6a,0x51,0x58,0x30,0x51,0x72,0x54,0x53,0x72,0x38,0x66,0x45,0x4e,0x35,0x68,0x6a,0x45,0x74,0x39,0x52,0x45,0x76,0x55,0x6d,0x38,0x77,0x4b,0x7a,0x6b,0x78,0x6b,0x49,0x71,0x38,0x75,0x4e,0x65,0x76,0x41,0x4f,0x78,0x4a,0x6a,0x4a,0x6a,0x69,0x67,0x33,0x75,0x70,0x53,0x30,0x74,0x49,0x53,0x36,0x47,0x2b,0x68,0x64,0x75,0x74,0x68,0x67,0x37,0x70,0x68,0x59,0x62,0x6a,0x49,0x47,0x2b,0x72,0x73,0x6d,0x42,0x65,0x74,0x75,0x76,0x6f,0x50,0x75,0x36,0x43,0x6a,0x72,0x74,0x43,0x45,0x74,0x64,0x62,0x4c,0x62,0x33,0x5a,0x76,0x4b,0x7a,0x73,0x4b,0x31,0x64,0x61,0x67,0x41,0x53,0x74,0x33,0x38,0x33,0x47,0x65,0x73,0x6a,0x59,0x72,0x4d,0x47,0x4a,0x77,0x4b,0x78,0x73,0x42,0x41,0x30,0x62,0x79,0x37,0x53,0x64,0x59,0x49,0x61,0x73,0x6e,0x66,0x7a,0x6a,0x6d,0x4f,0x36,0x34,0x2b,0x4c,0x67,0x32,0x44,0x56,0x71,0x53,0x39,0x2b,0x76,0x41,0x4e,0x57,0x37,0x73,0x52,0x72,0x39,0x37,0x34,0x2b,0x42,0x55,0x4c,0x4e,0x30,0x6a,0x76,0x43,0x76,0x64,0x57,0x51,0x65,0x45,0x30,0x4e,0x59,0x39,0x2b,0x5a,0x43,0x31,0x75,0x59,0x6c,0x72,0x61,0x35,0x37,0x2f,0x50,0x67,0x6a,0x77,0x47,0x38,0x38,0x52,0x44,0x31,0x73,0x69,0x78,0x6a,0x35,0x58,0x4a,0x50,0x49,0x4e,0x74,0x61,0x62,0x74,0x65,0x6d,0x77,0x2f,0x33,0x56,0x48,0x55,0x5a,0x6d,0x2b,0x64,0x6a,0x33,0x53,0x4c,0x32,0x6f,0x51,0x54,0x56,0x50,0x7a,0x67,0x57,0x75,0x32,0x48,0x78,0x6c,0x2f,0x39,0x44,0x54,0x66,0x6b,0x76,0x36,0x2b,0x37,0x30,0x6a,0x79,0x7a,0x75,0x4f,0x6f,0x2b,0x39,0x4f,0x74,0x44,0x57,0x76,0x50,0x35,0x62,0x2f,0x41,0x45,0x45,0x62,0x69,0x6b,0x4f,0x57,0x7a,0x6e,0x48,0x44,0x41,0x41,0x41,0x41,0x41,0x42,0x4a,0x52,0x55,0x35,0x45,0x72,0x6b,0x4a,0x67,0x67,0x67,0x3d,0x3d,0x27,0x3e,0x22,0x3b,0x0a,0x09,0x09,0x09,0x09,0x09,0x65,0x6c,0x73,0x65,0x20,0x69,0x66,0x20,0x28,0x72,0x65,0x73,0x5f,0x6a,0x73,0x6f,0x6e,0x2e,0x72,0x65,0x71,0x5b,0x6d,0x61,0x78,0x5d,0x2e,0x72,0x73,0x73,0x69,0x20,0x3e,0x3d,0x20,0x2d,0x37,0x35,0x29,0x20,0x70,0x61,0x72,0x61,0x2e,0x69,0x6e,0x6e,0x65,0x72,0x48,0x54,0x4d,0x4c,0x20,0x2b,0x3d,0x20,0x22,0x3c,0x69,0x6d,0x67,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x27,0x77,0x69,0x66,0x69,0x2d,0x6c,0x6f,0x67,0x6f,0x27,0x20,0x73,0x72,0x63,0x3d,0x27,0x64,0x61,0x74,0x61,0x3a,0x69,0x6d,0x61,0x67,0x65,0x2f,0x70,0x6e,0x67,0x3b,0x62,0x61,0x73,0x65,0x36,0x34,0x2c,0x69,0x56,0x42,0x4f,0x52,0x77,0x30,0x4b,0x47,0x67,0x6f,0x41,0x41,0x41,0x41,0x4e,0x53,0x55,0x68,0x45,0x55,0x67,0x41,0x41,0x41,0x44,0x77,0x41,0x41,0x41,0x41,0x72,0x43,0x41,0x4d,0x41,0x41,0x41,0x41,0x54,0x38,0x52,0x74,0x6a,0x41,0x41,0x41,0x41,0x50,0x31,0x42,0x4d,0x56,0x45,0x56,0x48,0x63,0x45,0x7a,0x73,0x37,0x4f,0x7a,0x6a,0x34,0x2b,0x4e,0x74,0x62,0x57,0x33,0x57,0x31,0x74,0x62,0x65,0x33,0x74,0x37,0x61,0x32,0x74,0x72,0x64,0x33,0x64,0x31,0x6c,0x5a,0x57,0x58,0x66,0x33,0x39,0x2f,0x67,0x34,0x4f,0x44,0x69,0x34,0x75,0x4b,0x4c,0x69,0x34,0x76,0x67,0x34,0x4f,0x42,0x32,0x64,0x6e,0x61,0x49,0x69,0x49,0x69,0x69,0x6f,0x71,0x4a,0x37,0x65,0x33,0x74,0x33,0x64,0x33,0x66,0x64,0x33,0x64,0x31,0x69,0x59,0x6d,0x49,0x75,0x49,0x51,0x4b,0x71,0x41,0x41,0x41,0x41,0x45,0x33,0x52,0x53,0x54,0x6c,0x4d,0x41,0x44,0x68,0x33,0x39,0x4e,0x2b,0x42,0x4d,0x2b,0x2f,0x32,0x31,0x66,0x32,0x53,0x43,0x6d,0x61,0x54,0x4b,0x6c,0x76,0x6a,0x67,0x31,0x62,0x63,0x6e,0x4c,0x51,0x41,0x41,0x41,0x67,0x70,0x4a,0x52,0x45,0x46,0x55,0x53,0x4d,0x65,0x31,0x6c,0x59,0x6d,0x53,0x72,0x43,0x41,0x4d,0x52,0x51,0x32,0x72,0x62,0x43,0x34,0x74,0x2f,0x2f,0x2b,0x74,0x41,0x77,0x6d,0x67,0x6a,0x76,0x52,0x72,0x37,0x56,0x65,0x54,0x55,0x71,0x74,0x45,0x54,0x6d,0x34,0x49,0x43,0x51,0x37,0x44,0x6e,0x78,0x68,0x54,0x51,0x67,0x69,0x56,0x72,0x34,0x65,0x59,0x4e,0x56,0x4c,0x71,0x72,0x5a,0x6f,0x30,0x31,0x67,0x70,0x32,0x68,0x78,0x54,0x4f,0x46,0x45,0x78,0x76,0x47,0x6f,0x31,0x65,0x74,0x46,0x45,0x66,0x53,0x48,0x41,0x47,0x4a,0x35,0x34,0x4d,0x42,0x2f,0x49,0x74,0x67,0x2f,0x6f,0x58,0x4b,0x68,0x75,0x35,0x48,0x55,0x30,0x54,0x6e,0x57,0x4a,0x35,0x4a,0x31,0x2f,0x51,0x6a,0x63,0x44,0x30,0x6c,0x49,0x61,0x73,0x44,0x70,0x44,0x50,0x4c,0x69,0x34,0x4b,0x6d,0x75,0x66,0x4a,0x34,0x42,0x69,0x30,0x44,0x44,0x48,0x6d,0x6e,0x4a,0x46,0x62,0x38,0x32,0x78,0x2b,0x35,0x77,0x36,0x43,0x62,0x74,0x39,0x73,0x64,0x32,0x39,0x55,0x30,0x41,0x31,0x33,0x56,0x31,0x6b,0x63,0x74,0x32,0x65,0x33,0x30,0x46,0x76,0x58,0x57,0x64,0x78,0x57,0x31,0x50,0x51,0x4c,0x6f,0x72,0x6b,0x51,0x4a,0x73,0x2f,0x4d,0x6b,0x38,0x57,0x5a,0x2f,0x59,0x30,0x79,0x41,0x4f,0x57,0x63,0x41,0x6f,0x41,0x6a,0x6e,0x39,0x52,0x4a,0x58,0x46,0x55,0x57,0x58,0x36,0x58,0x61,0x5a,0x5a,0x6a,0x4e,0x53,0x53,0x35,0x5a,0x6c,0x69,0x61,0x49,0x59,0x33,0x5a,0x49,0x53,0x75,0x50,0x43,0x42,0x51,0x55,0x53,0x57,0x6d,0x79,0x67,0x44,0x47,0x57,0x6d,0x6c,0x46,0x6a,0x2b,0x4b,0x70,0x47,0x6e,0x4b,0x61,0x72,0x51,0x2b,0x49,0x4b,0x75,0x62,0x4d,0x74,0x71,0x32,0x5a,0x56,0x44,0x68,0x64,0x46,0x54,0x32,0x75,0x71,0x65,0x79,0x56,0x50,0x63,0x6a,0x57,0x58,0x68,0x55,0x41,0x2b,0x48,0x41,0x71,0x50,0x62,0x46,0x58,0x45,0x77,0x6a,0x55,0x31,0x71,0x64,0x65,0x50,0x63,0x76,0x70,0x65,0x70,0x56,0x46,0x49,0x33,0x70,0x65,0x37,0x43,0x39,0x6b,0x49,0x32,0x44,0x56,0x58,0x45,0x71,0x73,0x74,0x2b,0x68,0x45,0x5a,0x4b,0x71,0x78,0x69,0x71,0x51,0x4f,0x37,0x51,0x67,0x43,0x76,0x42,0x4b,0x37,0x7a,0x70,0x43,0x31,0x56,0x33,0x51,0x56,0x35,0x71,0x4c,0x4f,0x65,0x77,0x31,0x49,0x4c,0x70,0x4e,0x72,0x59,0x72,0x53,0x64,0x51,0x57,0x75,0x6e,0x31,0x65,0x43,0x6e,0x69,0x54,0x6e,0x63,0x2b,0x69,0x79,0x50,0x5a,0x52,0x54,0x4b,0x59,0x68,0x39,0x36,0x62,0x7a,0x44,0x52,0x63,0x73,0x78,0x52,0x36,0x70,0x6e,0x2b,0x5a,0x6b,0x33,0x75,0x38,0x6e,0x6b,0x4e,0x71,0x72,0x34,0x30,0x72,0x76,0x43,0x2f,0x4c,0x54,0x79,0x73,0x63,0x34,0x35,0x6f,0x76,0x7a,0x31,0x59,0x74,0x44,0x41,0x37,0x30,0x35,0x44,0x6d,0x78,0x4e,0x70,0x58,0x2f,0x78,0x47,0x42,0x4e,0x58,0x4c,0x45,0x59,0x2b,0x69,0x78,0x71,0x36,0x2b,0x33,0x42,0x34,0x54,0x6e,0x77,0x48,0x78,0x35,0x45,0x43,0x34,0x42,0x37,0x75,0x48,0x4a,0x2b,0x4b,0x55,0x37,0x67,0x52,0x78,0x57,0x73,0x45,0x63,0x5a,0x78,0x76,0x30,0x4a,0x36,0x55,0x55,0x71,0x69,0x76,0x6c,0x43,0x79,0x2f,0x7a,0x43,0x73,0x76,0x2f,0x41,0x76,0x75,0x36,0x4f,0x61,0x35,0x71,0x32,0x64,0x6c,0x4c,0x68,0x4d,0x7a,0x78,0x52,0x4a,0x66,0x48,0x35,0x57,0x6e,0x48,0x43,0x50,0x33,0x70,0x7a,0x6f,0x53,0x63,0x78,0x4b,0x50,0x66,0x42,0x6c,0x75,0x30,0x4a,0x46,0x66,0x54,0x69,0x50,0x50,0x62,0x37,0x47,0x4a,0x58,0x6b,0x58,0x72,0x46,0x61,0x6a,0x72,0x58,0x4e,0x62,0x6c,0x33,0x6f,0x2b,0x75,0x41,0x44,0x6c,0x58,0x4b,0x57,0x76,0x46,0x6b,0x33,0x72,0x30,0x71,0x35,0x77,0x35,0x62,0x52,0x58,0x33,0x6a,0x2f,0x2f,0x4f,0x59,0x6f,0x32,0x74,0x52,0x6d,0x5a,0x34,0x78,0x73,0x4a,0x61,0x4b,0x79,0x58,0x6a,0x30,0x30,0x50,0x6c,0x43,0x56,0x6b,0x71,0x54,0x72,0x34,0x38,0x6a,0x58,0x75,0x69,0x59,0x73,0x6e,0x50,0x78,0x79,0x7a,0x52,0x75,0x54,0x62,0x47,0x35,0x77,0x6d,0x72,0x32,0x70,0x45,0x76,0x77,0x2f,0x41,0x74,0x48,0x66,0x30,0x77,0x66,0x45,0x74,0x2f,0x71,0x34,0x76,0x30,0x66,0x37,0x43,0x66,0x37,0x41,0x65,0x42,0x64,0x53,0x67,0x61,0x4a,0x54,0x43,0x52,0x48,0x51,0x41,0x41,0x41,0x41,0x42,0x4a,0x52,0x55,0x35,0x45,0x72,0x6b,0x4a,0x67,0x67,0x67,0x3d,0x3d,0x27,0x3e,0x22,0x3b,0x0a,0x09,0x09,0x09,0x09,0x09,0x65,0x6c,0x73,0x65,0x20,0x70,0x61,0x72,0x61,0x2e,0x69,0x6e,0x6e,0x65,0x72,0x48,0x54,0x4d,0x4c,0x20,0x2b,0x3d,0x20,0x22,0x3c,0x69,0x6d,0x67,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x27,0x77,0x69,0x66,0x69,0x2d,0x6c,0x6f,0x67,0x6f,0x27,0x20,0x73,0x72,0x63,0x3d,0x27,0x64,0x61,0x74,0x61,0x3a,0x69,0x6d,0x61,0x67,0x65,0x2f,0x70,0x6e,0x67,0x3b,0x62,0x61,0x73,0x65,0x36,0x34,0x2c,0x69,0x56,0x42,0x4f,0x52,0x77,0x30,0x4b,0x47,0x67,0x6f,0x41,0x41,0x41,0x41,0x4e,0x53,0x55,0x68,0x45,0x55,0x67,0x41,0x41,0x41,0x44,0x77,0x41,0x41,0x41,0x41,0x72,0x42,0x41,0x4d,0x41,0x41,0x41,0x44,0x57,0x41,0x66,0x5a,0x69,0x41,0x41,0x41,0x41,0x4b,0x6c,0x42,0x4d,0x56,0x45,0x58,0x63,0x33,0x4e,0x78,0x48,0x63,0x45,0x7a,0x62,0x32,0x39,0x74,0x6b,0x5a,0x47,0x54,0x65,0x33,0x74,0x37,0x67,0x34,0x4f,0x44,0x71,0x36,0x75,0x72,0x66,0x33,0x39,0x2f,0x61,0x32,0x74,0x72,0x66,0x33,0x39,0x2f,0x69,0x34,0x75,0x4a,0x33,0x64,0x33,0x65,0x51,0x6b,0x4a,0x43,0x4e,0x6a,0x59,0x33,0x51,0x4c,0x48,0x69,0x6c,0x41,0x41,0x41,0x41,0x44,0x6e,0x52,0x53,0x54,0x6c,0x50,0x2b,0x41,0x41,0x50,0x2b,0x6c,0x47,0x63,0x55,0x31,0x30,0x47,0x33,0x4b,0x74,0x71,0x53,0x33,0x73,0x6e,0x39,0x32,0x6a,0x51,0x41,0x41,0x41,0x49,0x5a,0x53,0x55,0x52,0x42,0x56,0x44,0x6a,0x4c,0x64,0x5a,0x4f,0x78,0x62,0x68,0x52,0x42,0x44,0x49,0x5a,0x64,0x37,0x43,0x6c,0x63,0x61,0x53,0x73,0x5a,0x6e,0x53,0x49,0x61,0x6a,0x30,0x4a,0x49,0x52,0x4c,0x6c,0x6c,0x4b,0x44,0x69,0x4a,0x36,0x45,0x53,0x58,0x6c,0x52,0x49,0x52,0x70,0x64,0x75,0x47,0x49,0x47,0x68,0x4f,0x69,0x42,0x43,0x52,0x69,0x6b,0x4e,0x33,0x34,0x55,0x53,0x56,0x49,0x67,0x63,0x4b,0x33,0x52,0x59,0x52,0x44,0x33,0x41,0x53,0x42,0x52,0x31,0x4b,0x43,0x52,0x56,0x50,0x68,0x4f,0x33,0x5a,0x7a,0x63,0x31,0x4f,0x44,0x6a,0x63,0x37,0x73,0x39,0x2f,0x59,0x59,0x2f,0x38,0x65,0x41,0x7a,0x62,0x6d,0x75,0x56,0x6d,0x52,0x76,0x2f,0x30,0x4a,0x7a,0x53,0x39,0x47,0x6d,0x75,0x34,0x2f,0x46,0x64,0x73,0x39,0x6c,0x36,0x4d,0x4a,0x46,0x6e,0x72,0x39,0x46,0x57,0x70,0x37,0x65,0x36,0x37,0x37,0x43,0x42,0x4f,0x37,0x35,0x78,0x44,0x5a,0x4c,0x74,0x63,0x63,0x41,0x75,0x30,0x39,0x67,0x5a,0x61,0x39,0x48,0x77,0x56,0x75,0x2b,0x41,0x34,0x46,0x79,0x43,0x70,0x71,0x4d,0x4c,0x74,0x41,0x75,0x37,0x50,0x4a,0x77,0x63,0x46,0x6b,0x50,0x49,0x79,0x34,0x59,0x4d,0x49,0x39,0x67,0x30,0x65,0x6c,0x4a,0x73,0x7a,0x73,0x4a,0x6e,0x59,0x36,0x59,0x31,0x5a,0x4d,0x2f,0x46,0x31,0x33,0x73,0x30,0x72,0x71,0x4d,0x55,0x50,0x63,0x74,0x44,0x7a,0x50,0x53,0x44,0x45,0x2f,0x30,0x50,0x55,0x33,0x49,0x6c,0x2b,0x62,0x6e,0x45,0x4c,0x6a,0x68,0x55,0x63,0x67,0x30,0x6c,0x42,0x6e,0x49,0x70,0x70,0x66,0x69,0x4d,0x62,0x47,0x4d,0x32,0x54,0x67,0x68,0x37,0x49,0x34,0x51,0x53,0x2b,0x46,0x75,0x4d,0x6d,0x7a,0x71,0x36,0x76,0x5a,0x59,0x59,0x6e,0x4b,0x4e,0x5a,0x38,0x76,0x42,0x45,0x34,0x53,0x37,0x5a,0x61,0x45,0x54,0x4e,0x63,0x68,0x5a,0x63,0x6c,0x52,0x73,0x6d,0x56,0x33,0x49,0x53,0x73,0x45,0x70,0x35,0x66,0x6f,0x64,0x72,0x41,0x6f,0x65,0x71,0x62,0x48,0x56,0x79,0x55,0x36,0x41,0x52,0x2f,0x44,0x50,0x65,0x4b,0x6d,0x39,0x4e,0x6f,0x36,0x53,0x4d,0x51,0x66,0x6f,0x43,0x2b,0x70,0x34,0x57,0x6e,0x46,0x68,0x49,0x6c,0x73,0x4a,0x33,0x4a,0x5a,0x4c,0x37,0x50,0x43,0x58,0x6b,0x67,0x6b,0x4b,0x78,0x30,0x75,0x6a,0x36,0x61,0x66,0x78,0x2b,0x45,0x53,0x4b,0x62,0x71,0x57,0x52,0x62,0x35,0x72,0x64,0x55,0x71,0x68,0x73,0x35,0x5a,0x69,0x77,0x62,0x57,0x6f,0x47,0x45,0x4a,0x33,0x53,0x6d,0x2f,0x4b,0x73,0x46,0x38,0x66,0x32,0x50,0x56,0x4e,0x53,0x32,0x67,0x37,0x74,0x4d,0x44,0x62,0x65,0x31,0x4c,0x5a,0x39,0x48,0x69,0x66,0x6d,0x34,0x59,0x65,0x53,0x2b,0x53,0x4b,0x56,0x4a,0x6a,0x70,0x52,0x31,0x58,0x4e,0x72,0x77,0x38,0x31,0x65,0x75,0x4d,0x74,0x30,0x68,0x52,0x61,0x33,0x50,0x67,0x43,0x56,0x6b,0x36,0x74,0x36,0x41,0x31,0x59,0x69,0x5a,0x37,0x44,0x64,0x6c,0x78,0x36,0x4e,0x69,0x4a,0x70,0x52,0x44,0x39,0x36,0x54,0x4e,0x51,0x71,0x58,0x56,0x72,0x42,0x50,0x56,0x78,0x34,0x69,0x77,0x62,0x49,0x6e,0x78,0x61,0x69,0x76,0x43,0x4e,0x73,0x76,0x56,0x54,0x5a,0x72,0x59,0x55,0x6e,0x47,0x46,0x35,0x7a,0x67,0x5a,0x53,0x4d,0x67,0x59,0x62,0x4f,0x5a,0x41,0x4a,0x65,0x44,0x53,0x78,0x38,0x4d,0x69,0x58,0x61,0x31,0x30,0x35,0x70,0x77,0x37,0x4b,0x6e,0x6e,0x55,0x79,0x77,0x4e,0x43,0x34,0x72,0x67,0x32,0x70,0x53,0x77,0x52,0x74,0x4b,0x5a,0x38,0x77,0x4e,0x69,0x7a,0x42,0x36,0x30,0x6f,0x46,0x75,0x79,0x51,0x6c,0x47,0x66,0x69,0x6d,0x42,0x74,0x33,0x37,0x2f,0x6b,0x61,0x4b,0x35,0x6f,0x6a,0x53,0x34,0x4e,0x67,0x36,0x33,0x35,0x6e,0x6d,0x2b,0x4d,0x2b,0x4c,0x62,0x41,0x59,0x79,0x77,0x44,0x75,0x31,0x4e,0x4c,0x76,0x59,0x59,0x6b,0x66,0x45,0x75,0x52,0x72,0x79,0x66,0x6d,0x2f,0x32,0x4b,0x66,0x73,0x58,0x34,0x55,0x63,0x42,0x2f,0x6c,0x32,0x50,0x79,0x63,0x36,0x55,0x37,0x4a,0x53,0x2f,0x33,0x39,0x75,0x62,0x2b,0x6b,0x2f,0x34,0x54,0x6e,0x4b,0x6a,0x4f,0x66,0x44,0x6c,0x47,0x66,0x70,0x33,0x6e,0x50,0x32,0x4c,0x6e,0x4e,0x69,0x59,0x33,0x62,0x39,0x32,0x63,0x59,0x48,0x46,0x76,0x4f,0x79,0x65,0x59,0x58,0x4e,0x73,0x35,0x77,0x63,0x68,0x74,0x5a,0x2f,0x77,0x48,0x43,0x65,0x75,0x4e,0x37,0x30,0x47,0x34,0x4a,0x41,0x6b,0x41,0x41,0x41,0x41,0x41,0x53,0x55,0x56,0x4f,0x52,0x4b,0x35,0x43,0x59,0x49,0x49,0x3d,0x27,0x3e,0x22,0x3b,0x0a,0x09,0x09,0x09,0x09,0x09,0x70,0x61,0x72,0x61,0x2e,0x69,0x6e,0x6e,0x65,0x72,0x48,0x54,0x4d,0x4c,0x20,0x2b,0x3d,0x20,0x22,0x3c,0x73,0x70,0x61,0x6e,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x27,0x65,0x6e,0x63,0x72,0x79,0x74,0x79,0x70,0x65,0x27,0x3e,0x22,0x20,0x2b,0x20,0x72,0x65,0x73,0x5f,0x6a,0x73,0x6f,0x6e,0x2e,0x72,0x65,0x71,0x5b,0x6d,0x61,0x78,0x5d,0x2e,0x65,0x6e,0x63,0x72,0x79,0x70,0x74,0x69,0x6f,0x6e,0x54,0x79,0x70,0x65,0x20,0x2b,0x20,0x27,0x3c,0x2f,0x73,0x70,0x61,0x6e,0x3e,0x27,0x20,0x2b,0x20,0x22,0x3c,0x73,0x70,0x61,0x6e,0x20,0x69,0x64,0x3d,0x27,0x73,0x73,0x69,0x64,0x5f,0x6e,0x61,0x6d,0x65,0x22,0x20,0x2b,0x20,0x69,0x20,0x2b,0x20,0x22,0x27,0x20,0x63,0x6c,0x61,0x73,0x73,0x3d,0x27,0x73,0x73,0x69,0x64,0x5f,0x6e,0x61,0x6d,0x65,0x27,0x3e,0x22,0x20,0x2b,0x20,0x72,0x65,0x73,0x5f,0x6a,0x73,0x6f,0x6e,0x2e,0x72,0x65,0x71,0x5b,0x6d,0x61,0x78,0x5d,0x2e,0x73,0x73,0x69,0x64,0x20,0x2b,0x20,0x27,0x3c,0x2f,0x73,0x70,0x61,0x6e,0x3e,0x27,0x3b,0x0a,0x09,0x09,0x09,0x09,0x09,0x24,0x28,0x27,0x73,0x73,0x69,0x64,0x2d,0x6c,0x69,0x73,0x74,0x27,0x29,0x2e,0x61,0x70,0x70,0x65,0x6e,0x64,0x43,0x68,0x69,0x6c,0x64,0x28,0x70,0x61,0x72,0x61,0x29,0x3b,0x0a,0x09,0x09,0x09,0x09,0x09,0x72,0x65,0x73,0x5f,0x6a,0x73,0x6f,0x6e,0x2e,0x72,0x65,0x71,0x5b,0x6d,0x61,0x78,0x5d,0x2e,0x72,0x73,0x73,0x69,0x20,0x3d,0x20,0x2d,0x39,0x39,0x39,0x3b,0x0a,0x09,0x09,0x09,0x09,0x7d,0x0a,0x09,0x09,0x09,0x09,0x24,0x28,0x27,0x73,0x63,0x61,0x6e,0x2d,0x62,0x74,0x6e,0x27,0x29,0x2e,0x72,0x65,0x6d,0x6f,0x76,0x65,0x41,0x74,0x74,0x72,0x69,0x62,0x75,0x74,0x65,0x28,0x27,0x64,0x69,0x73,0x61,0x62,0x6c,0x65,0x64,0x27,0x29,0x3b,0x0a,0x09,0x09,0x09,0x7d,0x3b,0x0a,0x09,0x09,0x7d,0x3b,0x0a,0x09,0x09,0x78,0x6d,0x6c,0x68,0x74,0x74,0x70,0x2e,0x6f,0x70,0x65,0x6e,0x28,0x27,0x47,0x45,0x54,0x27,0x2c,0x20,0x27,0x2f,0x77,0x69,0x66,0x69,0x73,0x63,0x61,0x6e,0x27,0x2c,0x20,0x74,0x72,0x75,0x65,0x29,0x3b,0x0a,0x09,0x09,0x78,0x6d,0x6c,0x68,0x74,0x74,0x70,0x2e,0x73,0x65,0x6e,0x64,0x28,0x29,0x3b,0x0a,0x09,0x7d,0x3b,0x0a,0x0a,0x09,0x2f,0x2f,0x20,0x26,0x23,0x78,0x39,0x30,0x30,0x39,0x3b,0x26,0x23,0x78,0x34,0x45,0x32,0x44,0x3b,0x57,0x69,0x46,0x69,0x0a,0x09,0x76,0x61,0x72,0x20,0x73,0x73,0x69,0x64,0x5f,0x6e,0x61,0x6d,0x65,0x3b,0x0a,0x09,0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e,0x20,0x73,0x73,0x69,0x64,0x5f,0x73,0x65,0x6c,0x65,0x63,0x74,0x28,0x73,0x73,0x69,0x64,0x5f,0x6e,0x75,0x6d,0x29,0x20,0x7b,0x0a,0x09,0x09,0x73,0x73,0x69,0x64,0x5f,0x6e,0x61,0x6d,0x65,0x20,0x3d,0x20,0x24,0x28,0x73,0x73,0x69,0x64,0x5f,0x6e,0x75,0x6d,0x29,0x2e,0x63,0x68,0x69,0x6c,0x64,0x72,0x65,0x6e,0x5b,0x32,0x5d,0x2e,0x69,0x6e,0x6e,0x65,0x72,0x48,0x54,0x4d,0x4c,0x3b,0x0a,0x09,0x09,0x24,0x28,0x22,0x63,0x6f,0x6e,0x74,0x61,0x69,0x6e,0x65,0x72,0x22,0x29,0x2e,0x73,0x74,0x79,0x6c,0x65,0x2e,0x64,0x69,0x73,0x70,0x6c,0x61,0x79,0x20,0x3d,0x20,0x22,0x6e,0x6f,0x6e,0x65,0x22,0x3b,0x0a,0x09,0x09,0x69,0x66,0x20,0x28,0x24,0x28,0x73,0x73,0x69,0x64,0x5f,0x6e,0x75,0x6d,0x29,0x2e,0x63,0x68,0x69,0x6c,0x64,0x72,0x65,0x6e,0x5b,0x31,0x5d,0x2e,0x69,0x6e,0x6e,0x65,0x72,0x48,0x54,0x4d,0x4c,0x20,0x3d,0x3d,0x20,0x22,0x4f,0x70,0x65,0x6e,0x22,0x29,0x20,0x7b,0x0a,0x09,0x09,0x09,0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x28,0x29,0x3b,0x0a,0x09,0x09,0x7d,0x0a,0x09,0x09,0x65,0x6c,0x73,0x65,0x20,0x7b,0x0a,0x09,0x09,0x09,0x24,0x28,0x27,0x77,0x69,0x66,0x69,0x2d,0x70,0x61,0x73,0x73,0x2d,0x73,0x75,0x62,0x27,0x29,0x2e,0x73,0x65,0x74,0x41,0x74,0x74,0x72,0x69,0x62,0x75,0x74,0x65,0x28,0x27,0x64,0x69,0x73,0x61,0x62,0x6c,0x65,0x64,0x27,0x2c,0x20,0x27,0x64,0x69,0x73,0x61,0x62,0x6c,0x65,0x64,0x27,0x29,0x3b,0x0a,0x09,0x09,0x09,0x24,0x28,0x22,0x73,0x65,0x63,0x6f,0x6e,0x64,0x61,0x72,0x79,0x2d,0x6d,0x65,0x6e,0x75,0x2d,0x73,0x73,0x69,0x64,0x22,0x29,0x2e,0x69,0x6e,0x6e,0x65,0x72,0x48,0x54,0x4d,0x4c,0x20,0x3d,0x20,0x73,0x73,0x69,0x64,0x5f,0x6e,0x61,0x6d,0x65,0x3b,0x0a,0x09,0x09,0x09,0x24,0x28,0x22,0x73,0x65,0x63,0x6f,0x6e,0x64,0x61,0x72,0x79,0x2d,0x6d,0x65,0x6e,0x75,0x22,0x29,0x2e,0x73,0x74,0x79,0x6c,0x65,0x2e,0x64,0x69,0x73,0x70,0x6c,0x61,0x79,0x20,0x3d,0x20,0x22,0x62,0x6c,0x6f,0x63,0x6b,0x22,0x3b,0x0a,0x09,0x09,0x09,0x69,0x66,0x20,0x28,0x24,0x28,0x22,0x73,0x65,0x63,0x6f,0x6e,0x64,0x61,0x72,0x79,0x2d,0x6d,0x65,0x6e,0x75,0x2d,0x73,0x73,0x69,0x64,0x22,0x29,0x2e,0x6f,0x66,0x66,0x73,0x65,0x74,0x57,0x69,0x64,0x74,0x68,0x20,0x3e,0x20,0x31,0x35,0x30,0x29,0x20,0x7b,0x0a,0x09,0x09,0x09,0x09,0x76,0x61,0x72,0x20,0x73,0x74,0x72,0x20,0x3d,0x20,0x24,0x28,0x22,0x73,0x65,0x63,0x6f,0x6e,0x64,0x61,0x72,0x79,0x2d,0x6d,0x65,0x6e,0x75,0x2d,0x73,0x73,0x69,0x64,0x22,0x29,0x2e,0x69,0x6e,0x6e,0x65,0x72,0x48,0x54,0x4d,0x4c,0x3b,0x0a,0x09,0x09,0x09,0x09,0x24,0x28,0x22,0x73,0x65,0x63,0x6f,0x6e,0x64,0x61,0x72,0x79,0x2d,0x6d,0x65,0x6e,0x75,0x2d,0x73,0x73,0x69,0x64,0x22,0x29,0x2e,0x69,0x6e,0x6e,0x65,0x72,0x48,0x54,0x4d,0x4c,0x20,0x3d,0x20,0x73,0x74,0x72,0x2e,0x73,0x75,0x62,0x73,0x74,0x72,0x28,0x30,0x2c,0x20,0x73,0x74,0x72,0x2e,0x6c,0x65,0x6e,0x67,0x74,0x68,0x20,0x2d,0x20,0x34,0x29,0x20,0x2b,0x20,0x22,0x2e,0x2e,0x2e,0x22,0x3b,0x0a,0x09,0x09,0x09,0x7d,0x0a,0x09,0x09,0x09,0x24,0x28,0x22,0x77,0x69,0x66,0x69,0x2d,0x70,0x61,0x73,0x73,0x22,0x29,0x2e,0x66,0x6f,0x63,0x75,0x73,0x28,0x29,0x3b,0x0a,0x09,0x09,0x7d,0x0a,0x09,0x7d,0x3b,0x0a,0x0a,0x09,0x2f,0x2f,0x20,0x26,0x23,0x78,0x38,0x46,0x44,0x34,0x3b,0x26,0x23,0x78,0x35,0x36,0x44,0x45,0x3b,0x26,0x23,0x78,0x36,0x33,0x30,0x39,0x3b,0x26,0x23,0x78,0x39,0x35,0x32,0x45,0x3b,0x0a,0x09,0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e,0x20,0x62,0x61,0x63,0x6b,0x28,0x29,0x20,0x7b,0x0a,0x09,0x09,0x24,0x28,0x22,0x73,0x65,0x63,0x6f,0x6e,0x64,0x61,0x72,0x79,0x2d,0x6d,0x65,0x6e,0x75,0x22,0x29,0x2e,0x73,0x74,0x79,0x6c,0x65,0x2e,0x64,0x69,0x73,0x70,0x6c,0x61,0x79,0x20,0x3d,0x20,0x22,0x6e,0x6f,0x6e,0x65,0x22,0x3b,0x0a,0x09,0x09,0x24,0x28,0x22,0x63,0x6f,0x6e,0x74,0x61,0x69,0x6e,0x65,0x72,0x22,0x29,0x2e,0x73,0x74,0x79,0x6c,0x65,0x2e,0x64,0x69,0x73,0x70,0x6c,0x61,0x79,0x20,0x3d,0x20,0x22,0x62,0x6c,0x6f,0x63,0x6b,0x22,0x3b,0x0a,0x09,0x09,0x24,0x28,0x27,0x77,0x69,0x66,0x69,0x2d,0x70,0x61,0x73,0x73,0x2d,0x73,0x75,0x62,0x27,0x29,0x2e,0x73,0x74,0x79,0x6c,0x65,0x2e,0x63,0x75,0x72,0x73,0x6f,0x72,0x20,0x3d,0x20,0x27,0x64,0x65,0x66,0x61,0x75,0x6c,0x74,0x27,0x3b,0x0a,0x09,0x09,0x24,0x28,0x27,0x77,0x69,0x66,0x69,0x2d,0x70,0x61,0x73,0x73,0x2d,0x73,0x75,0x62,0x27,0x29,0x2e,0x73,0x74,0x79,0x6c,0x65,0x2e,0x6f,0x70,0x61,0x63,0x69,0x74,0x79,0x20,0x3d,0x20,0x27,0x30,0x2e,0x36,0x27,0x3b,0x0a,0x09,0x09,0x24,0x28,0x22,0x77,0x69,0x66,0x69,0x2d,0x70,0x61,0x73,0x73,0x22,0x29,0x2e,0x76,0x61,0x6c,0x75,0x65,0x20,0x3d,0x20,0x22,0x22,0x3b,0x0a,0x09,0x7d,0x0a,0x0a,0x09,0x2f,0x2f,0x20,0x26,0x23,0x78,0x35,0x42,0x43,0x36,0x3b,0x26,0x23,0x78,0x37,0x38,0x30,0x31,0x3b,0x26,0x23,0x78,0x38,0x46,0x39,0x33,0x3b,0x26,0x23,0x78,0x35,0x31,0x36,0x35,0x3b,0x26,0x23,0x78,0x35,0x30,0x33,0x43,0x3b,0x26,0x23,0x78,0x36,0x35,0x33,0x39,0x3b,0x26,0x23,0x78,0x35,0x33,0x44,0x38,0x3b,0x26,0x23,0x78,0x46,0x46,0x30,0x43,0x3b,0x26,0x23,0x78,0x35,0x32,0x32,0x34,0x3b,0x26,0x23,0x78,0x36,0x35,0x41,0x44,0x3b,0x26,0x23,0x78,0x39,0x35,0x37,0x46,0x3b,0x26,0x23,0x78,0x35,0x45,0x41,0x36,0x3b,0x26,0x23,0x78,0x36,0x36,0x32,0x46,0x3b,0x26,0x23,0x78,0x35,0x34,0x32,0x36,0x3b,0x26,0x23,0x78,0x35,0x39,0x32,0x37,0x3b,0x26,0x23,0x78,0x34,0x45,0x38,0x45,0x3b,0x38,0x0a,0x09,0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e,0x20,0x70,0x61,0x73,0x73,0x5f,0x63,0x68,0x61,0x6e,0x67,0x65,0x28,0x29,0x20,0x7b,0x0a,0x09,0x09,0x69,0x66,0x20,0x28,0x24,0x28,0x22,0x77,0x69,0x66,0x69,0x2d,0x70,0x61,0x73,0x73,0x22,0x29,0x2e,0x76,0x61,0x6c,0x75,0x65,0x2e,0x6c,0x65,0x6e,0x67,0x74,0x68,0x20,0x3e,0x3d,0x20,0x38,0x29,0x20,0x7b,0x0a,0x09,0x09,0x09,0x24,0x28,0x27,0x77,0x69,0x66,0x69,0x2d,0x70,0x61,0x73,0x73,0x2d,0x73,0x75,0x62,0x27,0x29,0x2e,0x73,0x74,0x79,0x6c,0x65,0x2e,0x63,0x75,0x72,0x73,0x6f,0x72,0x20,0x3d,0x20,0x27,0x70,0x6f,0x69,0x6e,0x74,0x65,0x72,0x27,0x3b,0x0a,0x09,0x09,0x09,0x24,0x28,0x27,0x77,0x69,0x66,0x69,0x2d,0x70,0x61,0x73,0x73,0x2d,0x73,0x75,0x62,0x27,0x29,0x2e,0x73,0x74,0x79,0x6c,0x65,0x2e,0x6f,0x70,0x61,0x63,0x69,0x74,0x79,0x20,0x3d,0x20,0x27,0x31,0x27,0x3b,0x0a,0x09,0x09,0x09,0x24,0x28,0x27,0x77,0x69,0x66,0x69,0x2d,0x70,0x61,0x73,0x73,0x2d,0x73,0x75,0x62,0x27,0x29,0x2e,0x72,0x65,0x6d,0x6f,0x76,0x65,0x41,0x74,0x74,0x72,0x69,0x62,0x75,0x74,0x65,0x28,0x27,0x64,0x69,0x73,0x61,0x62,0x6c,0x65,0x64,0x27,0x29,0x3b,0x0a,0x0a,0x09,0x09,0x7d,0x0a,0x09,0x09,0x65,0x6c,0x73,0x65,0x20,0x7b,0x0a,0x09,0x09,0x09,0x24,0x28,0x27,0x77,0x69,0x66,0x69,0x2d,0x70,0x61,0x73,0x73,0x2d,0x73,0x75,0x62,0x27,0x29,0x2e,0x73,0x74,0x79,0x6c,0x65,0x2e,0x63,0x75,0x72,0x73,0x6f,0x72,0x20,0x3d,0x20,0x27,0x64,0x65,0x66,0x61,0x75,0x6c,0x74,0x27,0x3b,0x0a,0x09,0x09,0x09,0x24,0x28,0x27,0x77,0x69,0x66,0x69,0x2d,0x70,0x61,0x73,0x73,0x2d,0x73,0x75,0x62,0x27,0x29,0x2e,0x73,0x74,0x79,0x6c,0x65,0x2e,0x6f,0x70,0x61,0x63,0x69,0x74,0x79,0x20,0x3d,0x20,0x27,0x30,0x2e,0x36,0x27,0x3b,0x0a,0x09,0x09,0x09,0x24,0x28,0x27,0x77,0x69,0x66,0x69,0x2d,0x70,0x61,0x73,0x73,0x2d,0x73,0x75,0x62,0x27,0x29,0x2e,0x73,0x65,0x74,0x41,0x74,0x74,0x72,0x69,0x62,0x75,0x74,0x65,0x28,0x27,0x64,0x69,0x73,0x61,0x62,0x6c,0x65,0x64,0x27,0x2c,0x20,0x27,0x64,0x69,0x73,0x61,0x62,0x6c,0x65,0x64,0x27,0x29,0x3b,0x0a,0x09,0x09,0x7d,0x0a,0x09,0x7d,0x0a,0x0a,0x09,0x2f,0x2f,0x26,0x23,0x78,0x38,0x46,0x44,0x45,0x3b,0x26,0x23,0x78,0x36,0x33,0x41,0x35,0x3b,0x57,0x69,0x46,0x69,0x0a,0x09,0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e,0x20,0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x28,0x29,0x20,0x7b,0x0a,0x09,0x09,0x24,0x28,0x27,0x73,0x65,0x63,0x6f,0x6e,0x64,0x61,0x72,0x79,0x2d,0x6d,0x65,0x6e,0x75,0x27,0x29,0x2e,0x73,0x74,0x79,0x6c,0x65,0x2e,0x64,0x69,0x73,0x70,0x6c,0x61,0x79,0x20,0x3d,0x20,0x27,0x6e,0x6f,0x6e,0x65,0x27,0x3b,0x0a,0x09,0x09,0x2f,0x2f,0x24,0x28,0x27,0x73,0x74,0x61,0x74,0x75,0x73,0x27,0x29,0x2e,0x69,0x6e,0x6e,0x65,0x72,0x48,0x54,0x4d,0x4c,0x20,0x3d,0x20,0x27,0x26,0x23,0x78,0x36,0x42,0x36,0x33,0x3b,0x26,0x23,0x78,0x35,0x37,0x32,0x38,0x3b,0x26,0x23,0x78,0x38,0x46,0x44,0x45,0x3b,0x26,0x23,0x78,0x36,0x33,0x41,0x35,0x3b,0x27,0x3b,0x0a,0x09,0x09,0x24,0x28,0x27,0x73,0x74,0x61,0x74,0x75,0x73,0x27,0x29,0x2e,0x73,0x74,0x79,0x6c,0x65,0x2e,0x64,0x69,0x73,0x70,0x6c,0x61,0x79,0x20,0x3d,0x20,0x27,0x62,0x6c,0x6f,0x63,0x6b,0x27,0x3b,0x0a,0x09,0x09,0x76,0x61,0x72,0x20,0x78,0x6d,0x6c,0x68,0x74,0x74,0x70,0x20,0x3d,0x20,0x6e,0x65,0x77,0x20,0x58,0x4d,0x4c,0x48,0x74,0x74,0x70,0x52,0x65,0x71,0x75,0x65,0x73,0x74,0x28,0x29,0x3b,0x0a,0x09,0x09,0x76,0x61,0x72,0x20,0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x53,0x74,0x72,0x69,0x6e,0x67,0x20,0x3d,0x20,0x27,0x2e,0x2f,0x77,0x69,0x66,0x69,0x63,0x6f,0x6e,0x66,0x69,0x67,0x3f,0x73,0x73,0x69,0x64,0x3d,0x27,0x20,0x2b,0x20,0x73,0x73,0x69,0x64,0x5f,0x6e,0x61,0x6d,0x65,0x20,0x2b,0x20,0x27,0x26,0x70,0x61,0x73,0x73,0x77,0x6f,0x72,0x64,0x3d,0x27,0x20,0x2b,0x20,0x24,0x28,0x27,0x77,0x69,0x66,0x69,0x2d,0x70,0x61,0x73,0x73,0x27,0x29,0x2e,0x76,0x61,0x6c,0x75,0x65,0x3b,0x0a,0x09,0x09,0x78,0x6d,0x6c,0x68,0x74,0x74,0x70,0x2e,0x6f,0x6e,0x72,0x65,0x61,0x64,0x79,0x73,0x74,0x61,0x74,0x65,0x63,0x68,0x61,0x6e,0x67,0x65,0x20,0x3d,0x20,0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e,0x20,0x28,0x29,0x20,0x7b,0x0a,0x09,0x09,0x09,0x69,0x66,0x20,0x28,0x78,0x6d,0x6c,0x68,0x74,0x74,0x70,0x2e,0x72,0x65,0x61,0x64,0x79,0x53,0x74,0x61,0x74,0x65,0x20,0x3d,0x3d,0x20,0x34,0x20,0x26,0x26,0x20,0x78,0x6d,0x6c,0x68,0x74,0x74,0x70,0x2e,0x73,0x74,0x61,0x74,0x75,0x73,0x20,0x3d,0x3d,0x20,0x32,0x30,0x30,0x29,0x20,0x7b,0x0a,0x09,0x09,0x09,0x09,0x69,0x66,0x20,0x28,0x78,0x6d,0x6c,0x68,0x74,0x74,0x70,0x2e,0x72,0x65,0x73,0x70,0x6f,0x6e,0x73,0x65,0x54,0x65,0x78,0x74,0x20,0x3d,0x3d,0x20,0x27,0x30,0x27,0x29,0x20,0x24,0x28,0x27,0x73,0x74,0x61,0x74,0x75,0x73,0x27,0x29,0x2e,0x69,0x6e,0x6e,0x65,0x72,0x48,0x54,0x4d,0x4c,0x20,0x3d,0x20,0x27,0x26,0x23,0x78,0x38,0x46,0x44,0x45,0x3b,0x26,0x23,0x78,0x36,0x33,0x41,0x35,0x3b,0x26,0x23,0x78,0x35,0x39,0x33,0x31,0x3b,0x26,0x23,0x78,0x38,0x44,0x32,0x35,0x3b,0x27,0x3b,0x0a,0x09,0x09,0x09,0x09,0x65,0x6c,0x73,0x65,0x20,0x24,0x28,0x27,0x73,0x74,0x61,0x74,0x75,0x73,0x27,0x29,0x2e,0x69,0x6e,0x6e,0x65,0x72,0x48,0x54,0x4d,0x4c,0x20,0x3d,0x20,0x27,0x20,0x3c,0x62,0x75,0x74,0x74,0x6f,0x6e,0x20,0x6f,0x6e,0x63,0x6c,0x69,0x63,0x6b,0x3d,0x22,0x72,0x65,0x62,0x6f,0x6f,0x74,0x28,0x29,0x22,0x20,0x69,0x64,0x3d,0x22,0x72,0x65,0x62,0x6f,0x6f,0x74,0x2d,0x62,0x74,0x6e,0x22,0x3e,0x26,0x23,0x78,0x39,0x31,0x34,0x44,0x3b,0x26,0x23,0x78,0x37,0x46,0x36,0x45,0x3b,0x26,0x23,0x78,0x35,0x42,0x38,0x43,0x3b,0x26,0x23,0x78,0x36,0x32,0x31,0x30,0x3b,0x26,0x23,0x78,0x39,0x31,0x43,0x44,0x3b,0x26,0x23,0x78,0x35,0x34,0x32,0x46,0x3b,0x26,0x23,0x78,0x35,0x45,0x37,0x36,0x3b,0x26,0x23,0x78,0x38,0x44,0x46,0x33,0x3b,0x26,0x23,0x78,0x38,0x46,0x36,0x43,0x3b,0x3c,0x2f,0x62,0x75,0x74,0x74,0x6f,0x6e,0x3e,0x20,0x3c,0x70,0x20,0x73,0x74,0x79,0x6c,0x65,0x3d,0x22,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x23,0x39,0x39,0x39,0x3b,0x74,0x65,0x78,0x74,0x2d,0x61,0x6c,0x69,0x67,0x6e,0x3a,0x20,0x63,0x65,0x6e,0x74,0x65,0x72,0x3b,0x22,0x3e,0x20,0x27,0x2b,0x27,0x26,0x23,0x78,0x36,0x37,0x32,0x43,0x3b,0x26,0x23,0x78,0x36,0x37,0x33,0x41,0x3b,0x49,0x50,0x3a,0x27,0x2b,0x78,0x6d,0x6c,0x68,0x74,0x74,0x70,0x2e,0x72,0x65,0x73,0x70,0x6f,0x6e,0x73,0x65,0x54,0x65,0x78,0x74,0x2b,0x27,0x20,0x3c,0x2f,0x70,0x3e,0x20,0x20,0x3c,0x70,0x20,0x73,0x74,0x79,0x6c,0x65,0x3d,0x22,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x23,0x39,0x39,0x39,0x3b,0x74,0x65,0x78,0x74,0x2d,0x61,0x6c,0x69,0x67,0x6e,0x3a,0x20,0x63,0x65,0x6e,0x74,0x65,0x72,0x3b,0x22,0x3e,0x2d,0x2d,0x26,0x23,0x78,0x35,0x33,0x43,0x32,0x3b,0x2d,0x26,0x23,0x78,0x36,0x35,0x37,0x30,0x3b,0x2d,0x26,0x23,0x78,0x38,0x42,0x42,0x45,0x3b,0x2d,0x26,0x23,0x78,0x37,0x46,0x36,0x45,0x3b,0x2d,0x2d,0x3c,0x2f,0x70,0x3e,0x20,0x3c,0x69,0x66,0x72,0x61,0x6d,0x65,0x20,0x20,0x73,0x72,0x63,0x3d,0x22,0x2f,0x22,0x20,0x20,0x69,0x64,0x3d,0x22,0x6d,0x79,0x69,0x66,0x72,0x61,0x6d,0x65,0x22,0x20,0x77,0x69,0x64,0x74,0x68,0x3d,0x22,0x31,0x30,0x30,0x25,0x22,0x20,0x20,0x68,0x65,0x69,0x67,0x68,0x74,0x3d,0x22,0x31,0x30,0x30,0x30,0x30,0x70,0x78,0x22,0x22,0x20,0x69,0x64,0x3d,0x22,0x77,0x69,0x6e,0x22,0x20,0x6e,0x61,0x6d,0x65,0x3d,0x22,0x77,0x69,0x6e,0x22,0x20,0x6f,0x6e,0x6c,0x6f,0x61,0x64,0x3d,0x22,0x4a,0x61,0x76,0x61,0x73,0x63,0x72,0x69,0x70,0x74,0x3a,0x53,0x65,0x74,0x57,0x69,0x6e,0x48,0x65,0x69,0x67,0x68,0x74,0x28,0x74,0x68,0x69,0x73,0x29,0x22,0x20,0x66,0x72,0x61,0x6d,0x65,0x62,0x6f,0x72,0x64,0x65,0x72,0x3d,0x22,0x30,0x22,0x20,0x73,0x63,0x72,0x6f,0x6c,0x6c,0x69,0x6e,0x67,0x3d,0x22,0x6e,0x6f,0x22,0x3e,0x3c,0x2f,0x69,0x66,0x72,0x61,0x6d,0x65,0x3e,0x27,0x3b,0x0a,0x09,0x09,0x09,0x09,0x0a,0x09,0x09,0x09,0x7d,0x0a,0x09,0x09,0x7d,0x0a,0x09,0x09,0x78,0x6d,0x6c,0x68,0x74,0x74,0x70,0x2e,0x6f,0x70,0x65,0x6e,0x28,0x27,0x47,0x45,0x54,0x27,0x2c,0x20,0x72,0x65,0x71,0x75,0x65,0x73,0x74,0x53,0x74,0x72,0x69,0x6e,0x67,0x2c,0x20,0x74,0x72,0x75,0x65,0x29,0x3b,0x0a,0x09,0x09,0x78,0x6d,0x6c,0x68,0x74,0x74,0x70,0x2e,0x73,0x65,0x6e,0x64,0x28,0x29,0x3b,0x0a,0x09,0x09,0x24,0x28,0x27,0x77,0x69,0x66,0x69,0x2d,0x70,0x61,0x73,0x73,0x2d,0x73,0x75,0x62,0x27,0x29,0x2e,0x73,0x74,0x79,0x6c,0x65,0x2e,0x63,0x75,0x72,0x73,0x6f,0x72,0x20,0x3d,0x20,0x27,0x64,0x65,0x66,0x61,0x75,0x6c,0x74,0x27,0x3b,0x0a,0x09,0x09,0x24,0x28,0x27,0x77,0x69,0x66,0x69,0x2d,0x70,0x61,0x73,0x73,0x2d,0x73,0x75,0x62,0x27,0x29,0x2e,0x73,0x74,0x79,0x6c,0x65,0x2e,0x6f,0x70,0x61,0x63,0x69,0x74,0x79,0x20,0x3d,0x20,0x27,0x30,0x2e,0x36,0x27,0x3b,0x0a,0x09,0x09,0x24,0x28,0x22,0x77,0x69,0x66,0x69,0x2d,0x70,0x61,0x73,0x73,0x22,0x29,0x2e,0x76,0x61,0x6c,0x75,0x65,0x20,0x3d,0x20,0x22,0x22,0x3b,0x0a,0x09,0x7d,0x0a,0x0a,0x09,0x2f,0x2f,0x26,0x23,0x78,0x37,0x36,0x44,0x31,0x3b,0x26,0x23,0x78,0x35,0x34,0x32,0x43,0x3b,0x26,0x23,0x78,0x35,0x36,0x44,0x45,0x3b,0x26,0x23,0x78,0x38,0x46,0x36,0x36,0x3b,0x26,0x23,0x78,0x39,0x35,0x32,0x45,0x3b,0x26,0x23,0x78,0x46,0x46,0x30,0x43,0x3b,0x26,0x23,0x78,0x37,0x35,0x32,0x38,0x3b,0x26,0x23,0x78,0x34,0x45,0x38,0x45,0x3b,0x26,0x23,0x78,0x36,0x33,0x44,0x30,0x3b,0x26,0x23,0x78,0x34,0x45,0x41,0x34,0x3b,0x26,0x23,0x78,0x35,0x42,0x43,0x36,0x3b,0x26,0x23,0x78,0x37,0x38,0x30,0x31,0x3b,0x0a,0x09,0x64,0x6f,0x63,0x75,0x6d,0x65,0x6e,0x74,0x2e,0x6f,0x6e,0x6b,0x65,0x79,0x64,0x6f,0x77,0x6e,0x20,0x3d,0x20,0x66,0x75,0x6e,0x63,0x74,0x69,0x6f,0x6e,0x20,0x28,0x65,0x76,0x65,0x6e,0x74,0x29,0x20,0x7b,0x0a,0x09,0x09,0x76,0x61,0x72,0x20,0x65,0x20,0x3d,0x20,0x65,0x76,0x65,0x6e,0x74,0x20,0x7c,0x7c,0x20,0x77,0x69,0x6e,0x64,0x6f,0x77,0x2e,0x65,0x76,0x65,0x6e,0x74,0x3b,0x0a,0x09,0x09,0x69,0x66,0x20,0x28,0x65,0x20,0x26,0x26,0x20,0x65,0x2e,0x6b,0x65,0x79,0x43,0x6f,0x64,0x65,0x20,0x3d,0x3d,0x20,0x31,0x33,0x20,0x26,0x26,0x20,0x24,0x28,0x22,0x77,0x69,0x66,0x69,0x2d,0x70,0x61,0x73,0x73,0x22,0x29,0x2e,0x76,0x61,0x6c,0x75,0x65,0x2e,0x6c,0x65,0x6e,0x67,0x74,0x68,0x20,0x3e,0x3d,0x20,0x38,0x29,0x20,0x7b,0x0a,0x09,0x09,0x09,0x63,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x28,0x29,0x3b,0x0a,0x09,0x09,0x7d,0x0a,0x09,0x7d,0x3b,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x3c,0x2f,0x73,0x63,0x72,0x69,0x70,0x74,0x3e,0x0a,0x0a,0x3c,0x2f,0x62,0x6f,0x64,0x79,0x3e,0x3c,0x2f,0x68,0x74,0x6d,0x6c,0x3e};