Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php /** * @package embed-sharepoint-onedrive-documents * @author miniOrange * @li..
Decoded Output download
<?php
/**
* @package embed-sharepoint-onedrive-documents
* @author miniOrange
* @link https://plugins.miniorange.com
*/
namespace MoSharePointObjectSync\Observer;
use Error;
use MoSharePointObjectSync\Wrappers\pluginConstants;
use MoSharePointObjectSync\Wrappers\wpWrapper;
use MoSharePointObjectSync\API\Azure;
use MoSharePointObjectSync\LicenseLibrary\Mo_License_Service;
class uploadObserver
{
private static $obj;
private static $isliveri;
public static function getObserver()
{
if (isset(self::$obj)) {
goto OF;
}
self::$obj = new uploadObserver();
self::$isliveri = Mo_License_Service::is_customer_license_valid();
OF:
return self::$obj;
}
public function mo_sps_gform_file_sync($oW, $MK, $IA, $uo = false)
{
if (self::$isliveri) {
goto xP;
}
return;
xP:
$U7 = 0;
$pI = array();
$v3 = array();
$F5 = array();
foreach ($_FILES as $Q3 => $gm) {
$zc = explode("_", $Q3);
$pr = !empty($zc[1]) ? $zc[1] : '';
$rG = !empty($gm["name"]) ? $gm["name"] : '';
$x0 = !empty($IA[$pr]) ? $IA[$pr] : '';
$gm["path"] = $x0;
$F5[$pr] = $gm;
if (!('' !== $pr)) {
goto LL;
}
$Ps = array("id" => $pr, "method" => "POST", "url" => "/drives/" . $oW . "/items/" . $MK . ":/" . $rG . ":/createUploadSession", "body" => array("name" => $rG), "headers" => array("Content-Type" => "application/json"));
array_push($pI, $Ps);
$U7++;
if (!($U7 % 19 === 0)) {
goto MB;
}
$v3 = $this->mo_sps_process_batch_request($pI);
$pI = array();
MB:
LL:
R5:
}
S2:
if (empty($pI)) {
goto Lm;
}
$v3 = $this->mo_sps_process_batch_request($pI);
Lm:
echo "\xd\xa\x9 <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js" integrity="sha512-v2CJ7UaYy4JwqLDIrZUI/4hqeoQieOmAZNXBeQyjo21dadnwR+8ZaIJVT8EE2iyI61OV8e6M8PP2/4hpQINQ/g==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script type="text/javascript">
\x9 \x9jQuery(document).ready(function() {\xd
\x9\x9\x9\x9\xd
\x9\x9 var files = ";
echo json_encode($F5);
echo ";
\xa \x9\x9var res = ";
echo json_encode($v3);
echo ";\xd
\x9\xd
Object.keys(res).forEach(async (key)=>{\xd\xa await uploadChunks(files[key], res[key], 0, key);
\xa });
\xa\xd\xa\x9 var show_toast = ";
echo json_encode($uo);
echo " ? true : false;
\xa console.log('show toast : ', show_toast);\xd\xa \x9\x9 var display = show_toast ? '' : 'display:none';\xd\xa
\xa \x9 jQuery("body").append(`<div class="mo_doc_lib_toast_display_container" id="mo_doc_lib_toast_display_container_0" style="${display}"></div>`);
\xa\x9 \x9 createToastForUpload(files);
\x9eventHandler();\xd
\x9 \x9\xd\xa function eventHandler() {\xd
\x9 \x9jQuery(document).on("click", ".mo_doc_lib_upload_open_details", function (e) {
\x9\x9\x9jQuery(".mo_doc_lib_upload_files_and_heading_container").show();
\x9 \x9 jQuery("#mo_doc_lib_close_minimize_btn_container_2").hide();\xd\xa \x9\x9\x9\x9});\xd
\x9
\xa\x9\x9 jQuery(document).on("click", ".mo_doc_lib_upload_close_details", function (e) {
\xa \x9\x9 jQuery(".mo_doc_lib_upload_files_and_heading_container").hide();
\x9\x9 \x9 jQuery("#mo_doc_lib_close_minimize_btn_container_2").show();\xd\xa });
\xa\x9 \xd
\x9\x9 \x9jQuery(document).on("click", ".mo_doc_lib_upload_close_uploads", function (e) {
\xa \x9\x9 \x9jQuery("#mo_doc_lib_toast_display_container_0").hide();\xd
\x9\x9 \x9});\xd
\x9
\xa\x9 \x9\x9 jQuery(document).on("click", "input[id^='mo_doc_lib_upload_copy_item_link_']", function (e) {\xd\xa \x9 var doc_id = e.currentTarget.getAttribute("doc_id");
\xa\x9 \x9\x9\x9var drive_id = e.currentTarget.getAttribute("drive_id");\xd
\x9\x9 var index = e.currentTarget.getAttribute("index");\xd
\xd\xa\x9\x9\x9\x9 \x9var download_link = '";
echo admin_url("admin-ajax.php");
echo "' + "?action=mo_sps_download_file&drive_id=" + drive_id + "&file_id=" + doc_id;\xd\xa
\x9\x9\x9 var temp = jQuery("<input>");
\xa \x9\x9\x9\x9jQuery("body").append(temp);\xd
temp.val(download_link).select();
\xa\x9\x9
\x9 \x9 document.execCommand("copy");\xd\xa\x9 \x9\x9\x9 temp.remove();
\x9\x9
\x9\x9\x9\x9 \x9jQuery("#mo_doc_lib_upload_copy_item_link_" + index).val('Copied');\xd
\x9\x9\x9\x9\x9setTimeout(() => {
\xa\x9 \x9\x9\x9 jQuery("#mo_doc_lib_upload_copy_item_link_" + index).val('Copy Link');
\x9\x9 \x9 }, 2500);
\xa\x9 \x9 });
\x9 \x9 }
\xa\xd\xa\x9\x9\x9 function createToastForUpload(files) {
\x9\x9if (jQuery(`#mo_doc_lib_toast_display_container_0`).html()) {\xd\xa\x9\x9\x9 \x9if(show_toast) {\xd
\x9 \x9\x9jQuery(`#mo_doc_lib_toast_display_container_0`).show();\xd\xa\x9 \x9 \x9\x9} else {
\xa \x9\x9\x9\x9 jQuery(`#mo_doc_lib_toast_display_container_0`).hide();
\xa\x9 \x9\x9\x9}\xd
\x9 \x9\x9} else {\xd\xa \x9\x9\x9 var newToast = `\xd\xa\x9 \x9 \x9\x9 <div class="mo_doc_lib_upload_main_container">
\xa\x9 \x9 \x9 \x9<div class="mo_doc_lib_upload_files_and_heading_container">
\xa \x9\x9\x9\x9\x9\x9\x9 <div class="mo_doc_lib_upload_header">
\x9\x9\x9 \x9 \x9<div class="mo_doc_lib_upload_heading">Uploads</div>\xd
\x9 \x9\x9 <div class="mo_doc_lib_close_minimize_btn_container" id="mo_doc_lib_close_minimize_btn_container_1">
\xa \x9 \x9 \x9\x9 \x9 \x9<div class="mo_doc_lib_upload_close_details"><span class="dashicons dashicons-arrow-down-alt2"></span></div>\xd\xa\x9 \x9 \x9 \x9\x9 <div class="mo_doc_lib_upload_close_uploads"><span class="dashicons dashicons-no-alt"></span></div>
\x9 \x9\x9 </div>\xd\xa\x9\x9\x9\x9 \x9\x9\x9 </div>\xd\xa \x9 \x9\x9 <div class="mo_doc_lib_upload_files_to_upload" id="mo_doc_lib_upload_files_to_upload">\xd
\x9 \x9 \x9 \x9\x9\x9</div>\xd
\x9\x9\x9\x9\x9 \x9\x9</div>\xd
\x9 \x9\x9<div class="mo_doc_lib_upload_short_container">
\x9 \x9 \x9\x9 \x9\x9<div class="mo_doc_lib_upload_short_header">\xd\xa\x9\x9\x9 \x9 \x9\x9<div class="mo_doc_lib_upload_animation_and_count_container">\xd
\x9 \x9 \x9\x9 \x9<div class="mo_doc_lib_upload_icon_animation" id="mo_doc_lib_upload_icon_animation">
\x9 \x9 \x9 \x9 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 64" width="64" height="64" preserveAspectRatio="xMidYMid meet" style="width: 100%; height: 100%; transform: translate3d(0px, 0px, 0px); content-visibility: visible;"><defs><clipPath id="__lottie_element_615"><rect width="64" height="64" x="0" y="0"></rect></clipPath></defs><g clip-path="url(#__lottie_element_615)"><g transform="matrix(1,0,0,1,31.5,43.566001892089844)" opacity="1" style="display: block;"><g opacity="1" transform="matrix(1,0,0,1,0,0)"><path fill="rgb(255,255,255)" fill-opacity="1" d=" M-14.5,-1.5 C-14.5,-1.5 14.5,-1.5 14.5,-1.5 C14.5,-1.5 14.5,1.5 14.5,1.5 C14.5,1.5 -14.5,1.5 -14.5,1.5 C-14.5,1.5 -14.5,-1.5 -14.5,-1.5z"></path></g></g><g transform="matrix(1,0,0,1,31.5,26.573265075683594)" opacity="1" style="display: block;"><g opacity="1" transform="matrix(1,0,0,1,0,0)"><path fill="rgb(255,255,255)" fill-opacity="1" d=" M-1.5,10.532999992370605 C-1.5,10.532999992370605 -1.5,-4.980000019073486 -1.5,-4.980000019073486 C-1.5,-4.980000019073486 -8.468999862670898,1.621999979019165 -8.468999862670898,1.621999979019165 C-8.468999862670898,1.621999979019165 -10.531000137329102,-0.5559999942779541 -10.531000137329102,-0.5559999942779541 C-10.531000137329102,-0.5559999942779541 0,-10.532999992370605 0,-10.532999992370605 C0,-10.532999992370605 10.531000137329102,-0.5559999942779541 10.531000137329102,-0.5559999942779541 C10.531000137329102,-0.5559999942779541 8.468999862670898,1.621999979019165 8.468999862670898,1.621999979019165 C8.468999862670898,1.621999979019165 1.5,-4.980000019073486 1.5,-4.980000019073486 C1.5,-4.980000019073486 1.5,10.532999992370605 1.5,10.532999992370605 C1.5,10.532999992370605 -1.5,10.532999992370605 -1.5,10.532999992370605z"></path></g></g></g></svg>
\x9\x9\x9\x9 \x9\x9 \x9\x9</div>\xd
\x9\x9\x9 \x9 \x9\x9 \x9<div class="mo_doc_lib_uploaded_items_track" cancled="0" total_items="0" completed="0" id="mo_doc_lib_uploaded_items_track"></div>
\xa\x9 \x9 \x9\x9 \x9\x9 </div>\xd\xa \x9 \x9 \x9\x9 \x9<div class="mo_doc_lib_close_minimize_btn_container" id="mo_doc_lib_close_minimize_btn_container_2">\xd
\x9\x9 \x9 \x9\x9 <div class="mo_doc_lib_upload_open_details"><span class="dashicons dashicons-arrow-up-alt2"></span></div>
\xa\x9\x9\x9\x9\x9 \x9 \x9 <div class="mo_doc_lib_upload_close_uploads"><span class="dashicons dashicons-no-alt"></span></div>
\x9 \x9 </div>
\xa \x9 \x9\x9\x9\x9\x9\x9</div>
\x9 \x9 \x9\x9 </div>
\xa\x9 \x9 </div>
\x9\x9 \x9`;
\x9 if(show_toast) {
\x9\x9 \x9jQuery(`#mo_doc_lib_toast_display_container_0`).show();
\x9\x9 } else {\xd\xa \x9\x9\x9 jQuery(`#mo_doc_lib_toast_display_container_0`).hide();
\xa\x9 \x9\x9}
\x9 \x9 \x9 jQuery(`#mo_doc_lib_toast_display_container_0`).html(newToast);
\x9 }\xd\xa\xd\xa if (jQuery(`#mo_doc_lib_upload_files_to_upload`).html()) {\xd
\x9 \x9 var file_list_item_array = jQuery(`.mo_doc_lib_upload_files_list_row`).toArray();\xd
\x9\x9\x9 \x9var item_count = file_list_item_array.length;
\x9 \x9\x9 add_files(files, item_count);\xd
\x9\x9 \x9 } else {
\xa\x9 \x9\x9\x9 add_files(files, 0);
\x9 \x9 }\xd
\x9\x9 }\xd
\xd
\x9\x9async function add_files(files, start) {
var file_list = ``;
\x9\x9\x9 var total_items = Object.keys(files).length + start;\xd\xa\xd
\x9 \x9 var completed = await parseInt(jQuery(`#mo_doc_lib_uploaded_items_track`).attr("completed"), 10);
\xa \x9 \x9jQuery(`#mo_doc_lib_uploaded_items_track`).attr("total_items", total_items);\xd
\xd
\x9\x9\x9 jQuery(`#mo_doc_lib_uploaded_items_track`).html(`Uploaded ${completed}/${total_items}`);\xd
for (var index in files) {\xd\xa \x9 // for (var index = start; index < total_items; index++) {
\xa\x9 \x9 var file = files[index - start];\xd
\x9\x9 var extension = file.name.split(".").pop();
\xa\x9 \x9 \x9file_list += `<div index="${index}" id="mo_doc_lib_upload_files_list_row_${index}" class="mo_doc_lib_upload_files_list_row">\xd\xa\x9\x9 \x9\x9\x9<div class="mo_doc_lib_upload_files_progress" id="mo_doc_lib_upload_files_progress_${index}"></div>
\xa\x9 \x9<div class="mo_doc_lib_upload_files_list_name_and_progress_percent_container">\xd
\x9 \x9 \x9\x9 \x9<div style="display:flex;align-items:center;gap:10px;">\xd
\x9 \x9\x9\x9 \x9<div id="mo_doc_lib_upload_actions_${index}">
\x9\x9 \x9<div id="mo_doc_lib_upload_cancel_button_${index}" style="display:flex;align-items:center;cursor:pointer;"><svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M14.7803 0.21967C15.0732 0.512563 15.0732 0.987437 14.7803 1.28033L1.28033 14.7803C0.987437 15.0732 0.512563 15.0732 0.21967 14.7803C-0.0732233 14.4874 -0.0732233 14.0126 0.21967 13.7197L13.7197 0.21967C14.0126 -0.0732233 14.4874 -0.0732233 14.7803 0.21967Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M0.21967 0.21967C0.512563 -0.0732233 0.987437 -0.0732233 1.28033 0.21967L14.7803 13.7197C15.0732 14.0126 15.0732 14.4874 14.7803 14.7803C14.4874 15.0732 14.0126 15.0732 13.7197 14.7803L0.21967 1.28033C-0.0732233 0.987437 -0.0732233 0.512563 0.21967 0.21967Z" fill="white"/></svg></div>\xd
\x9\x9 \x9\x9\x9\x9\x9</div>\xd
\x9 \x9 \x9\x9\x9<div class="mo_doc_lib_upload_files_list_name">
\x9\x9 \x9 \x9 \x9\x9${file.name}\xd\xa \x9 <div>
\x9\x9\x9\x9 \x9 \x9\x9\x9\x9<div class="mo_doc_lib_file_upload_extension">${extension.toUpperCase()}</div>\xd\xa \x9\x9\x9\x9\x9 \x9</div>\xd
\x9 \x9\x9\x9 </div>
\x9\x9 \x9\x9 \x9 </div>\xd
\x9\x9 \x9\x9\x9\x9<div class="mo_doc_lib_upload_files_progress_percent_and_download_link" id="mo_doc_lib_upload_files_progress_percent_and_download_link_${index}"></div>
\x9 \x9\x9\x9\x9</div>
\x9 \x9 </div>`;\xd\xa \x9 \x9}\xd\xa
\xa \x9\x9\x9\x9jQuery(`#mo_doc_lib_upload_files_to_upload`).append(file_list);
\x9 \x9}
\x9 \x9 jQuery(document).ready(function () {
\x9\x9\x9 \x9// Check for FileReader API (HTML5) support.
\x9 if (!window.FileReader) {\xd
\x9\x9\x9\x9\x9alert("This browser does not support the FileReader API.");
\xa\x9\x9\x9\x9 }
\x9 });
\xa\x9\x9\x9\x9// Upload the file.\xd\xa \x9\x9\x9// You can upload files up to 2 GB with the REST API.\xd\xa\xd
async function createFile(path, name, type) {\xd\xa let response = await fetch(path);
\xa let data = await response.blob();
let metadata = {
\xa type: type
};\xd\xa return new File([data], name, metadata);
\xa }\xd
\x9\x9\x9 async function uploadChunks(file, res, db_id, index) {\xd
\x9 \x9\x9 var uploadUrl = res.body.uploadUrl;\xd
\xd\xa \x9 var reader = new FileReader();
\x9\x9\x9\x9\x9// Variables for byte stream position\xd
\x9\x9 \x9\x9var position = 0;
\x9\x9 \x9var chunkLength = 320 * 1024;\xd
\x9\x9 var continueRead = true;\xd
file = await createFile(file.path, file.name, file.type);\xd\xa
\xa\x9 \x9\x9jQuery(document).on("click", `#mo_doc_lib_upload_cancel_button_${index}`, async function (e) {
\xa\x9 \x9 continueRead = false;
\xa \x9\x9 \x9 jQuery(`#mo_doc_lib_upload_files_list_row_${index}`).remove();
\xa
\x9\x9\x9\x9// var total_items = parseInt(jQuery(`#mo_doc_lib_uploaded_items_track`).attr('total_items'), 10) - 1;\xd\xa\x9\x9\x9\x9 // jQuery(`#mo_doc_lib_uploaded_items_track`).attr('total_items', total_items);\xd
\xd
\x9 \x9\x9var cancled =\xd
\x9\x9 \x9 \x9await parseInt(jQuery(`#mo_doc_lib_uploaded_items_track`).attr("cancled"),10) + 1;
\x9\x9 \x9\x9\x9jQuery(`#mo_doc_lib_uploaded_items_track`).attr("cancled", cancled);\xd\xa\x9 \x9 });
\xa
\xa\x9 \x9 while (continueRead) {\xd
\x9\x9\x9 \x9var chunk;
\x9 \x9 try {
\xa\x9 \x9\x9 \x9 continueRead = true;\xd
\x9\x9 \x9\x9\x9 //Try to read in the chunk\xd
\x9\x9 \x9try {
\xa \x9\x9 \x9 let stopByte = position + chunkLength;
\xa \x9 \x9\x9 \x9 chunk = await readFragmentAsync(file, position, stopByte);
\xa \x9\x9\x9 \x9\x9\x9if (chunk.byteLength > 0) {
\xa\x9\x9 \x9\x9 \x9continueRead = true;
\xa\x9\x9\x9\x9\x9 \x9} else {
\x9 \x9\x9 break;\xd\xa\x9 \x9\x9 \x9 \x9}\xd
\x9 } catch (e) {\xd
\x9\x9 \x9 \x9break;\xd
\x9\x9\x9 \x9 }
\xa\xd
\x9\x9 \x9 \x9 // Try to upload the chunk.\xd\xa\x9 \x9 \x9\x9\x9try {\xd\xa\x9\x9 \x9 \x9let progress = Math.round(((position + chunkLength) / file.size) * 100);\xd\xa\x9 \x9 \x9 let res = await uploadChunk(chunk, uploadUrl, position, file.size, index, file.name);\xd
\x9 \x9 \x9 // Check the response.
\x9 \x9 \x9\x9\x9\x9if (res.status !== 202 && res.status !== 201 && res.status !== 200)\xd
\x9 \x9 throw "Put operation did not return expected response";\xd
\x9 \x9if (res.status === 201 || res.status === 200) {\xd\xa\x9\x9 \x9 \x9 \x9var doc_id = res.json.id ?? "";
\x9 \x9\x9\x9 var drive_id = res.json.parentReference.driveId ?? "";\xd
\xa\x9\x9\x9\x9\x9 \x9jQuery(`#mo_doc_lib_upload_files_progress_${index}`).css("width", "100%");\xd
\xd
\x9 \x9 \x9\x9\x9\x9jQuery(`#mo_doc_lib_upload_files_progress_percent_and_download_link_${index}`).empty();\xd\xa\x9\x9 \x9\x9\x9\x9 jQuery(`#mo_doc_lib_upload_files_progress_percent_and_download_link_${index}`).html("100%");
\xa\xd
\x9 \x9\x9 jQuery(`#mo_doc_lib_upload_files_progress_percent_and_download_link_${index}`).html(`\xd
\x9\x9\x9\x9 \x9 <input class="mo_doc_lib_upload_copy_item_link" index="${index}" type="button" value="Copy Link" id="mo_doc_lib_upload_copy_item_link_${index}" doc_id="${doc_id}" drive_id="${drive_id}">`
\x9 \x9 \x9 \x9\x9);\xd
\xd
\x9\x9 \x9 \x9 continueRead = false;\xd\xa \x9 \x9\x9 \x9\x9} else {\xd\xa\x9\x9\x9 jQuery(`#mo_doc_lib_upload_files_progress_${index}`).css("width", progress + "%");
\x9 \x9\x9 \x9 jQuery(`#mo_doc_lib_upload_files_progress_percent_and_download_link_${index}`).empty();
\x9\x9\x9 \x9 jQuery(`#mo_doc_lib_upload_files_progress_percent_and_download_link_${index}`).html(progress + "%");\xd
\x9 \x9\x9\x9 \x9 position = Number(res.json.nextExpectedRanges[0].split("-")[0]);
\xa\x9 \x9 \x9\x9\x9 }
\x9\x9\x9\x9 \x9\x9} catch (e) {
\x9 \x9 console.error("Error occured when calling uploadChunk::" + e);\xd\xa \x9 \x9\x9}\xd
\x9 } catch (e) {
\xa\x9 \x9 \x9\x9continueRead = false;\xd\xa\x9\x9 \x9}\xd
\x9 \x9}\xd\xa \x9 jQuery(`#mo_doc_lib_upload_files_progress_${index}`).delay(100).fadeOut();\xd\xa \x9\x9\x9\x9jQuery(`#mo_doc_lib_upload_actions_${index}`).html(\xd\xa\x9 \x9\x9 \x9`<div style="display:flex;align-items:center;"><svg width="18" height="13" viewBox="0 0 18 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17 1L6 12L1 7" stroke="#8E8E8E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg></div>`
\x9\x9\x9 );\xd\xa\xd
\x9 \x9\x9\x9var completed = await parseInt(jQuery(`#mo_doc_lib_uploaded_items_track`).attr("completed"), 10) + 1;
\x9\x9jQuery(`#mo_doc_lib_uploaded_items_track`).attr("completed", completed);\xd
\xd\xa\x9\x9\x9 \x9var total_items = parseInt(jQuery(`#mo_doc_lib_uploaded_items_track`).attr("total_items"), 10);
\xa \x9\x9jQuery(`#mo_doc_lib_uploaded_items_track`).html(`Uploaded ${completed}/${total_items}`);
\x9}
\xa\xd
// Reads in the chunk and returns a promise.\xd
\x9\x9 function readFragmentAsync(file, startByte, stopByte) {
\x9\x9 \x9var frag = "";
\xa\x9\x9 \x9const reader = new FileReader();
\x9\x9 \x9var blob = file.slice(startByte, stopByte);
\xa\x9 \x9\x9 reader.readAsArrayBuffer(blob);
\xa \x9\x9\x9 return new Promise((resolve, reject) => {
\x9\x9\x9\x9reader.onloadend = (event) => {
\xa\x9 \x9\x9 if (reader.readyState === reader.DONE) {
\x9 \x9\x9 \x9frag = reader.result;
\xa \x9\x9 \x9\x9\x9\x9resolve(frag);\xd\xa \x9 \x9\x9\x9}\xd
\x9\x9\x9\x9 };
\xa \x9 \x9\x9});\xd\xa \x9\x9}\xd\xa
\x9\x9\x9function uploadChunk(chunk, uploadURL, position, totalLength, index, fileName) {\xd
\x9\x9\x9\x9 var max = position + chunk.byteLength - 1;\xd
\xd\xa\x9\x9 return new Promise((resolve, reject) => {\xd\xa\x9\x9 \x9 function makeRequest(attemptsLeft) {\xd
\x9 \x9\x9let crHeader = "bytes " + position + "-" + max + "/" + totalLength;\xd\xa\xd
\x9 \x9jQuery
\x9\x9 .ajax({
\x9\x9 \x9 type: "PUT",
\xa \x9 \x9 \x9 \x9 contentType: "application/octet-stream",\xd
\x9\x9 \x9\x9 \x9 url: uploadURL,\xd
\x9 \x9\x9\x9 \x9\x9 data: chunk,
\x9 \x9\x9 \x9processData: false,\xd\xa \x9 \x9\x9\x9headers: { "Content-Range": crHeader },\xd
\x9 \x9\x9 \x9 })
\xa \x9 \x9\x9 \x9.done(function (data, textStatus, jqXHR) {\xd\xa \x9 \x9 \x9\x9 let results = {
\xa\x9\x9\x9\x9 \x9status: jqXHR.status,
\xa\x9 \x9\x9\x9 \x9 \x9json: jqXHR.responseJSON,
\x9 \x9 };
\x9 \x9 \x9 resolve(results);\xd\xa\x9 \x9\x9\x9\x9\x9\x9})
\x9\x9\x9.fail(function (response) {
\xa
\xa\x9\x9 \x9 switch (response.status) {
\x9 \x9 \x9case 400:\xd\xa \x9 \x9\x9 reject(
\x9 \x9 \x9\x9 \x9\x9new Error("Bad Request: Please check your request parameters.")
\x9\x9 \x9\x9 );
\x9 \x9 \x9 \x9\x9\x9\x9\x9break;\xd
\x9 \x9 \x9 \x9case 401:
\x9\x9\x9 reject(
\x9\x9\x9\x9 \x9 \x9 \x9 new Error(
\xa \x9 \x9 \x9 "Unauthorized: Authentication is required and has failed."\xd
\x9 \x9 \x9 \x9)
\x9\x9 \x9\x9\x9);
\xa\x9\x9 \x9\x9\x9 \x9 \x9break;\xd\xa\x9 \x9\x9 case 403:\xd\xa \x9\x9 \x9\x9\x9\x9reject(
\xa\x9 \x9\x9 \x9 new Error(
\x9 \x9 \x9\x9 \x9 "Forbidden: You don't have permission to access the resource."
\x9 \x9\x9\x9\x9\x9 \x9 )
\xa \x9 \x9 \x9\x9 \x9\x9 );\xd
\x9\x9 \x9\x9\x9\x9\x9\x9\x9break;
\xa\x9 \x9 \x9 \x9\x9case 404:\xd\xa \x9 \x9 \x9 reject(
\x9\x9 \x9\x9 \x9 \x9new Error(\xd\xa\x9\x9\x9 \x9 "Not Found: The requested resource could not be found."
\x9\x9 \x9 \x9 )\xd
\x9 \x9 \x9\x9 );\xd\xa\x9 \x9 \x9 \x9\x9break;
\xa \x9\x9 \x9 \x9\x9case 500:
\x9\x9\x9\x9\x9 \x9reject(
\x9\x9 \x9 \x9\x9 \x9 \x9\x9new Error(
\xa\x9\x9\x9 \x9\x9\x9 \x9 \x9"Internal Server Error: An error occurred on the server."\xd\xa\x9\x9 \x9\x9 \x9\x9\x9 )\xd
\x9 \x9 \x9\x9\x9);
\x9 \x9\x9\x9\x9\x9 break;\xd
\x9\x9\x9\x9 \x9 \x9case 503:\xd\xa \x9 \x9\x9 \x9\x9\x9 if (attemptsLeft > 0) {\xd\xa \x9 \x9 \x9\x9 // console.log("503 Service Unavailable. Retrying...");\xd
\x9\x9\x9\x9\x9 \x9\x9 \x9 // setTimeout(() => makeRequest(attemptsLeft - 1), 1000); // Retry after 1 second
\x9 \x9\x9\x9 \x9} else {
\x9\x9\x9\x9\x9\x9 \x9\x9 reject(
\xa\x9\x9\x9 \x9\x9\x9\x9 \x9new Error(
\xa\x9 \x9\x9 \x9 \x9 \x9\x9\x9 "Service Unavailable: Maximum retry attempts reached."\xd
\x9 \x9 \x9\x9 )
\xa\x9\x9 \x9\x9 \x9 \x9\x9);\xd
\x9 \x9 \x9\x9 \x9\x9}\xd\xa \x9\x9\x9 \x9 \x9\x9\x9 break;
\xa\x9\x9 \x9 \x9\x9 \x9 default:
\x9\x9\x9\x9 \x9\x9\x9\x9 reject(\xd
\x9\x9 \x9 \x9\x9 \x9\x9 new Error(
\x9\x9 \x9 \x9 \x9 `Upload failed: ${response.status} ${response.statusText}`
\xa \x9\x9\x9\x9 \x9\x9\x9)
\x9 \x9\x9 \x9 \x9\x9 );\xd
\x9 \x9\x9\x9 }
\xa \x9\x9\x9\x9 \x9 });
\xa \x9 \x9\x9\x9}
\xa\xd
\x9\x9\x9 \x9\x9try {\xd
\x9\x9\x9\x9\x9\x9makeRequest(1); // Allow up to 3 attempts
\xa\x9 } catch (e) {
\x9 \x9\x9\x9\x9reject(e);
\x9\x9 \x9\x9 }\xd
\x9\x9 \x9});
\xa\x9 \x9\x9}
\x9\x9 // Upload each chunk using PUT
\xa \x9\x9\x9function uploadChunkBackup(chunk, uploadURL, position, totalLength) {
\x9\x9 var max = position + chunk.byteLength - 1;\xd\xa //var contentLength = position + chunk.byteLength\xd
\xa\x9\x9 \x9 return new Promise((resolve, reject) => {\xd\xa\x9\x9 \x9\x9 try {
\xa \x9 let crHeader = "bytes " + position + "-" + max + "/" + totalLength;\xd
\x9 \x9//Execute PUT request to upload the content range.\xd\xa \x9\x9\x9 jQuery
\xa \x9 \x9 \x9\x9.ajax({\xd\xa\x9\x9 \x9 \x9\x9\x9type: "PUT",\xd
\x9 contentType: "application/octet-stream",
\x9\x9 \x9\x9 \x9 url: uploadURL,\xd\xa\x9\x9 \x9 \x9 \x9data: chunk,\xd
\x9\x9 \x9processData: false,\xd\xa\x9 \x9 headers: { "Content-Range": crHeader },\xd\xa\x9 \x9 \x9\x9 })\xd
\x9\x9\x9\x9\x9 .done(function (data, textStatus, jqXHR) {
\xa\x9 \x9 \x9\x9 \x9if (jqXHR.responseJSON.nextExpectedRanges) {
\xa \x9 \x9\x9\x9} else {
\xa \x9 \x9 \x9}
\xa
\x9\x9\x9\x9 \x9 let results = {};\xd
\x9\x9\x9 \x9 (results.status = jqXHR.status),\xd
\x9\x9 \x9\x9 (results.json = jqXHR.responseJSON),\xd\xa\x9 \x9\x9\x9 \x9resolve(results);\xd\xa \x9\x9\x9\x9})
\x9 \x9 \x9 .fail(function (response) {
\xa\x9\x9\x9\x9 \x9\x9});
\xa\x9\x9 \x9\x9\x9} catch (e) {\xd
\x9\x9\x9 \x9\x9 reject(e);\xd\xa \x9\x9 \x9\x9}
\x9 });\xd\xa\x9\x9 \x9}\xd\xa \x9\x9});\xd\xa \x9</script>
\xa\x9\x9<style>\xd
\x9\x9 .mo-ms-tab-content-button{\xd
\x9\x9\x9 box-sizing: border-box;\xd\xa \x9height: 24px;\xd\xa \x9\x9\x9font-size: 13px;
\xa\x9 line-height: 20px;
\xa \x9 font-weight: 600;
\x9\x9 \x9cursor: pointer;
\x9\x9\x9border-width: 1px;\xd\xa\x9\x9 border-style: solid;\xd\xa \x9margin: 0;
\xa \x9 \x9background-color: #1B9BA1;
\xa \x9 \x9border-color: #1B9BA1;
\xa\x9\x9 color: white;
\x9 \x9fill: white;\xd
\x9\x9 \x9padding: 0 20px 0 20px;
\x9 }
\xa\xd
\x9\x9 #mo_sps_upload_progress_bar {\xd
\x9\x9 width: 0%;
\x9\x9\x9 height: 1rem;
\x9 background-color: #04AA6D;\xd\xa\x9\x9 line-height: 1rem;
\x9\x9 }\xd\xa\xd
\x9\x9 #mo_sps_upload_progress_percent {
\xa \x9 display: flex;\xd\xa\x9\x9\x9 align-items: center;
\xa \x9\x9justify-content: center;\xd\xa\x9 \x9 width: 100%;\xd
\x9 position: absolute;
\x9 \x9\x9z-index: 2;
\x9\x9\x9\x9bottom: 0rem;\xd
\x9\x9 font-size: 0.8rem;
\x9\x9 }\xd\xa\xd
\x9\x9\x9#mo_sps_upload_file {
\x9 position: relative;
\xa\x9\x9\x9\x9margin: 5px;
\x9\x9 }
\x9 \x9#mo_sps_progress_div {\xd\xa\x9\x9\x9 width: 15%;
\xa\x9 \x9background-color: white;
\xa \x9\x9 text-align: center;
\xa\x9 \x9 height: 1rem;\xd
\x9\x9\x9padding: 1rem;\xd
\x9 \x9 color: black;
\x9 }
\x9.mo_doc_lib_upload_main_container{
\xa \x9 \x9width: 25rem;
\xa \x9\x9/* height: 30rem; */
\x9 display: flex;
\xa \x9\x9 flex-direction: column;\xd\xa\x9 justify-content: space-between;\xd\xa\x9 \x9}\xd\xa
\x9\x9 .mo_doc_lib_upload_files_and_heading_container{
\xa\x9 \x9display: none;\xd
\x9 \x9}
\xd
\x9 .mo_doc_lib_upload_header{\xd\xa \x9\x9\x9display: flex;
\x9\x9\x9 align-items: center;\xd
\x9\x9 height: 2rem;
\xa\x9\x9\x9\x9padding: 0.5em;
\xa\x9\x9\x9 box-shadow: 0px 0px 1.5px #ffffff;
\xa \x9\x9 justify-content: space-between;\xd\xa \x9 }
\xa\xd
\x9 .mo_doc_lib_upload_heading{\xd
\x9 font-size: 1rem;\xd\xa font-weight: 500;
\x9 }
\xd\xa\x9\x9 .mo_doc_lib_close_minimize_btn_container{\xd\xa\x9 \x9\x9display: flex;\xd
\x9 \x9align-items: center;\xd
gap: 8px;\xd
\x9\x9margin-right: 0.5em;\xd
\x9\x9 }\xd
\xd\xa\x9\x9 .mo_doc_lib_upload_files_to_upload{
\xa \x9 height: 22.5rem;
\xa\x9\x9 \x9overflow-y: scroll;
\x9 \x9\x9padding: 0.5em 1em 0.5em 1em;
\x9 }\xd
\xd\xa .mo_doc_lib_upload_files_to_upload::-webkit-scrollbar{
\xa\x9\x9 \x9display: none;\xd\xa }\xd
\xa\x9 \x9.mo_doc_lib_upload_files_list_row{
\x9\x9\x9 margin: 0.5em 0;\xd\xa\x9\x9 \x9height: 3rem;
\xa \x9display: flex;
\x9\x9 \x9align-items: center;\xd\xa \x9 position: relative;
\xa\x9 \x9}\xd
.mo_doc_lib_upload_files_list_name{\xd\xa \x9width: 15rem;
\x9 overflow: hidden;\xd\xa \x9text-overflow: ellipsis;
\xa\x9\x9 \x9white-space: nowrap;
\xa \x9\x9}\xd\xa
\xa \x9.mo_doc_lib_upload_files_progress{\xd
\x9\x9\x9\x9width: 0%;\xd\xa \x9position: absolute;
\xa\x9 \x9\x9background: #00bebe;\xd
\x9 height: 0.1rem;\xd\xa\x9 \x9 z-index: -1;
\x9bottom: 0;
\x9}
\xa \x9 .mo_doc_lib_upload_files_list_name_and_progress_percent_container{
\xa\x9\x9 display: flex;
\x9\x9\x9display: flex;\xd
\x9\x9 \x9flex-grow: 1;\xd\xa \x9align-items: center;
\xa \x9\x9 justify-content: space-between;\xd
\x9 }\xd
\x9 \x9.mo_doc_lib_upload_short_container{
\xa \x9\x9background: #11875b; \xd
\x9\x9 border-radius: 6px;
\x9height: 3rem;\xd\xa \x9\x9\x9margin: 0.5em;
\xa\x9\x9\x9}\xd\xa
\xa .mo_doc_lib_upload_short_header{\xd\xa \x9\x9\x9display: flex;
\xa \x9\x9align-items: center;\xd\xa \x9height: inherit;
\xa\x9 \x9 justify-content: space-between;
\xa\x9\x9 }\xd
\xd
\x9\x9 .mo_doc_lib_upload_animation_and_count_container{\xd
\x9\x9 display: flex;
\xa \x9\x9 align-items: center;\xd\xa\x9 \x9\x9gap: 8px;\xd
\x9\x9\x9}\xd\xa
\xa \x9.mo_doc_lib_upload_icon_animation{\xd
height: 3rem;\xd\xa\x9 width: 3rem;\xd
border-radius: 6px;\xd\xa \x9background: #0b744d;
\xa \x9\x9}\xd\xa
\xa\x9\x9\x9.mo_doc_lib_file_upload_extension{
\xa\x9\x9 \x9width: fit-content;\xd
\x9\x9 font-weight: 500;
\x9 font-size: 12px;\xd
\x9\x9\x9 background: #4c4c4c;
\x9 color: white;\xd\xa \x9 border-radius: 10px;\xd\xa\x9\x9\x9\x9padding: 0px 10px;\xd\xa\x9\x9\x9}
\xa
\xa\x9\x9\x9.mo_doc_lib_upload_close_details, .mo_doc_lib_upload_open_details, .mo_doc_lib_upload_close_uploads{
\x9\x9\x9 cursor: pointer;\xd
\x9}\xd\xa
\xa\x9\x9\x9.mo_doc_lib_upload_close_details:hover, .mo_doc_lib_upload_open_details:hover, .mo_doc_lib_upload_close_uploads:hover{
\x9 \x9background-color: #6e6e6e;\xd
\x9 }\xd
\xd
\x9 .mo_doc_lib_upload_copy_item_link{\xd
\x9 border: none;\xd
\x9\x9 width: 5rem;
\xa \x9\x9 border-radius: 4px;
\x9\x9display: flex;
\x9\x9 align-items: center;\xd
\x9\x9 \x9font-size: 14px;
\xa\x9 \x9 padding: 4px 8px;\xd\xa \x9 cursor: pointer;
\xa\x9\x9\x9}\xd
\xd\xa\x9\x9 .mo_doc_lib_upload_copy_item_link:hover{
\x9 \x9 background-color: #ccc;\xd\xa\x9\x9\x9}\xd\xa\x9\x9\x9.mo_doc_lib_toast_display_container{
\x9 \x9\x9display: none;\xd\xa\x9\x9\x9 background: #373737;\xd
\x9\x9\x9\x9color: white;
\xa \x9\x9 position: fixed;\xd
\x9 \x9 bottom: 0.5rem;
\xa\x9\x9\x9 right: 0.7rem;
\x9\x9\x9align-items: center;
\xa\x9\x9\x9\x9justify-content: flex-start;
\xa \x9\x9border-radius: 6px;\xd
\x9 z-index: 9999;
}
\xa\x9 </style>
\xa ";
}
private function mo_sps_process_batch_request($pI)
{
if (self::$isliveri) {
goto Cn;
}
return;
Cn:
$Wg = wpWrapper::mo_sps_get_option(pluginConstants::APP_CONFIG);
$VI = Azure::getClient($Wg);
$S5 = $VI->mo_sps_get_batch_items($pI);
if ($S5["status"]) {
goto nu;
}
$sY = array("Error" => !empty($VO["data"]["error"]) ? $VO["data"]["error"] : "Unexpected error occured...!", "Description" => !empty($VO["data"]["error_description"]) ? $VO["data"]["error_description"] : "Please check your internet connection or try again after sometime.");
wp_send_json_error($sY);
goto JX;
nu:
$qr = $S5["data"]["responses"];
$S5 = array();
foreach ($qr as $VO) {
$S5[$VO["id"]] = $VO;
Un:
}
z8:
return $S5;
JX:
}
}
?>
Did this file decode correctly?
Original Code
<?php
/**
* @package embed-sharepoint-onedrive-documents
* @author miniOrange
* @link https://plugins.miniorange.com
*/
namespace MoSharePointObjectSync\Observer;
use Error;
use MoSharePointObjectSync\Wrappers\pluginConstants;
use MoSharePointObjectSync\Wrappers\wpWrapper;
use MoSharePointObjectSync\API\Azure;
use MoSharePointObjectSync\LicenseLibrary\Mo_License_Service;
class uploadObserver
{
private static $obj;
private static $isliveri;
public static function getObserver()
{
if (isset(self::$obj)) {
goto OF;
}
self::$obj = new uploadObserver();
self::$isliveri = Mo_License_Service::is_customer_license_valid();
OF:
return self::$obj;
}
public function mo_sps_gform_file_sync($oW, $MK, $IA, $uo = false)
{
if (self::$isliveri) {
goto xP;
}
return;
xP:
$U7 = 0;
$pI = array();
$v3 = array();
$F5 = array();
foreach ($_FILES as $Q3 => $gm) {
$zc = explode("\137", $Q3);
$pr = !empty($zc[1]) ? $zc[1] : '';
$rG = !empty($gm["\x6e\141\x6d\145"]) ? $gm["\156\x61\155\x65"] : '';
$x0 = !empty($IA[$pr]) ? $IA[$pr] : '';
$gm["\160\x61\164\150"] = $x0;
$F5[$pr] = $gm;
if (!('' !== $pr)) {
goto LL;
}
$Ps = array("\151\144" => $pr, "\155\145\x74\150\x6f\144" => "\120\117\123\x54", "\165\x72\154" => "\x2f\x64\162\x69\166\145\163\57" . $oW . "\57\x69\x74\x65\x6d\x73\57" . $MK . "\x3a\57" . $rG . "\x3a\x2f\x63\162\145\141\x74\145\125\x70\154\x6f\141\x64\x53\x65\163\x73\x69\x6f\156", "\x62\x6f\144\x79" => array("\x6e\141\155\145" => $rG), "\150\x65\141\x64\x65\162\163" => array("\x43\157\156\x74\x65\x6e\x74\x2d\124\171\x70\145" => "\141\x70\160\x6c\151\143\141\x74\x69\157\x6e\x2f\152\x73\157\156"));
array_push($pI, $Ps);
$U7++;
if (!($U7 % 19 === 0)) {
goto MB;
}
$v3 = $this->mo_sps_process_batch_request($pI);
$pI = array();
MB:
LL:
R5:
}
S2:
if (empty($pI)) {
goto Lm;
}
$v3 = $this->mo_sps_process_batch_request($pI);
Lm:
echo "\xd\xa\x9\11\74\163\143\x72\x69\x70\x74\x20\163\x72\x63\75\x22\150\164\164\x70\x73\x3a\x2f\x2f\x63\x64\x6e\152\163\x2e\x63\x6c\x6f\165\144\x66\154\x61\x72\145\56\143\157\155\57\141\152\x61\x78\x2f\x6c\x69\x62\163\x2f\152\x71\165\145\x72\x79\x2f\63\x2e\x37\x2e\61\x2f\x6a\x71\165\x65\162\171\x2e\155\151\156\x2e\152\163\x22\x20\x69\x6e\x74\145\147\162\x69\164\171\x3d\x22\163\150\x61\65\x31\x32\x2d\x76\x32\103\112\x37\125\x61\x59\171\64\x4a\x77\x71\x4c\x44\x49\x72\132\125\x49\57\64\x68\161\x65\x6f\121\151\x65\x4f\x6d\x41\x5a\116\x58\102\145\121\171\152\157\x32\x31\x64\141\x64\x6e\x77\122\53\70\132\141\x49\112\126\124\70\105\105\x32\151\171\111\66\x31\117\126\x38\x65\66\115\70\x50\120\62\x2f\x34\150\160\121\x49\116\x51\x2f\147\75\75\x22\40\x63\x72\157\163\x73\x6f\x72\x69\x67\x69\156\75\x22\x61\x6e\157\x6e\171\155\157\x75\163\42\x20\x72\145\x66\x65\162\x72\145\x72\x70\x6f\x6c\x69\x63\x79\75\42\x6e\157\55\x72\x65\x66\x65\162\x72\145\162\x22\76\74\57\x73\143\x72\151\x70\164\76\15\12\11\11\74\163\143\162\x69\160\x74\x20\164\171\160\145\75\x22\164\x65\x78\x74\x2f\152\141\166\x61\x73\x63\x72\151\160\x74\x22\x3e\15\12\x9\11\x9\152\121\x75\145\x72\x79\x28\x64\x6f\x63\x75\x6d\145\156\164\x29\x2e\x72\145\141\x64\x79\x28\x66\x75\156\x63\x74\x69\x6f\156\50\51\40\173\xd\12\x9\x9\x9\x9\xd\12\x9\x9\11\11\166\x61\162\40\146\151\154\145\x73\40\x3d\40";
echo json_encode($F5);
echo "\x3b\15\xa\11\11\x9\x9\166\141\x72\40\162\x65\x73\40\x3d\40";
echo json_encode($v3);
echo "\x3b\xd\12\11\11\11\x9\xd\12\x20\40\40\40\x20\40\40\40\40\40\40\40\40\x20\40\40\x4f\x62\x6a\x65\x63\x74\x2e\x6b\145\171\x73\x28\x72\145\163\51\x2e\x66\x6f\162\105\141\x63\150\50\141\163\x79\156\143\40\50\x6b\145\171\51\75\x3e\x7b\xd\xa\40\40\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\x20\x61\x77\x61\x69\x74\x20\165\x70\x6c\x6f\141\144\103\x68\x75\x6e\153\x73\50\x66\151\154\145\x73\133\x6b\145\171\135\x2c\40\162\x65\163\x5b\153\x65\171\x5d\x2c\40\60\x2c\40\153\x65\x79\51\x3b\15\xa\x20\40\40\40\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\x20\x7d\x29\73\15\xa\xd\xa\x9\11\11\11\x76\141\x72\x20\163\150\x6f\167\x5f\164\157\141\163\x74\x20\x3d\x20";
echo json_encode($uo);
echo "\40\77\x20\164\162\165\145\40\x3a\40\x66\141\154\x73\x65\73\15\xa\11\11\11\11\x63\x6f\x6e\x73\x6f\154\145\x2e\154\157\x67\x28\x27\x73\x68\157\x77\x20\x74\157\141\163\x74\x20\72\x20\47\54\x20\163\150\157\x77\137\x74\157\x61\163\164\51\x3b\xd\xa\11\x9\x9\11\x76\141\162\40\144\151\x73\x70\x6c\x61\x79\x20\x3d\x20\x73\150\157\x77\x5f\x74\157\141\163\x74\x20\x3f\40\47\x27\x20\x3a\x20\x27\144\x69\x73\x70\x6c\x61\171\x3a\156\x6f\156\145\47\73\xd\xa\15\xa\11\x9\11\11\x6a\121\165\145\x72\171\x28\x22\x62\157\144\x79\x22\51\56\141\x70\x70\x65\x6e\x64\x28\140\74\x64\151\x76\x20\x63\x6c\141\163\x73\x3d\x22\155\x6f\137\144\157\143\137\x6c\x69\142\137\x74\x6f\141\x73\x74\137\144\x69\x73\160\154\x61\171\137\x63\157\x6e\x74\x61\151\x6e\145\162\x22\x20\151\144\75\42\x6d\157\137\x64\157\143\137\x6c\151\x62\137\164\x6f\141\163\164\137\144\151\163\160\154\141\x79\137\x63\157\156\164\141\x69\156\145\x72\x5f\x30\x22\40\x73\x74\171\x6c\x65\x3d\x22\x24\173\x64\x69\x73\x70\x6c\141\171\x7d\x22\76\74\x2f\144\151\x76\x3e\140\x29\x3b\15\xa\x9\11\x9\11\x63\x72\x65\141\x74\x65\124\157\x61\163\164\x46\x6f\x72\x55\160\154\157\x61\144\50\146\151\x6c\x65\x73\51\73\15\12\11\11\11\x9\145\x76\145\156\164\x48\x61\156\x64\154\145\162\x28\51\73\xd\12\11\11\11\x9\11\x9\xd\xa\11\11\11\11\146\165\156\143\164\x69\x6f\156\x20\x65\166\x65\156\x74\110\x61\156\144\x6c\145\x72\50\x29\x20\173\xd\12\11\x9\11\11\x9\x6a\x51\x75\145\x72\x79\50\144\x6f\143\x75\x6d\145\156\x74\x29\56\x6f\156\50\x22\x63\x6c\x69\x63\x6b\42\54\40\x22\56\155\x6f\137\144\x6f\x63\x5f\154\151\x62\137\x75\x70\x6c\157\x61\144\x5f\157\160\145\x6e\137\x64\x65\x74\141\151\154\x73\x22\54\40\146\165\156\x63\x74\151\157\x6e\x20\50\x65\51\x20\173\15\12\11\11\11\x9\x9\x9\x6a\121\x75\145\x72\171\x28\x22\x2e\x6d\x6f\137\144\x6f\x63\x5f\154\151\142\x5f\165\x70\x6c\157\141\x64\137\146\151\154\145\x73\137\141\x6e\x64\x5f\x68\145\x61\x64\x69\x6e\147\137\x63\x6f\x6e\164\141\151\156\145\x72\42\51\56\163\x68\x6f\x77\x28\x29\73\15\12\x9\11\11\x9\11\11\x6a\x51\x75\145\x72\171\x28\42\x23\155\x6f\x5f\x64\157\143\137\x6c\x69\142\137\143\x6c\x6f\x73\x65\137\155\151\x6e\x69\155\x69\x7a\145\x5f\142\x74\x6e\x5f\x63\x6f\156\164\x61\151\x6e\x65\x72\137\62\42\51\56\x68\x69\144\145\50\x29\x3b\xd\xa\11\x9\x9\x9\x9\x7d\51\73\xd\12\x9\11\15\xa\x9\x9\11\11\11\x6a\121\165\145\x72\171\50\144\157\x63\x75\155\145\x6e\x74\51\x2e\157\x6e\x28\42\143\154\151\143\x6b\x22\x2c\x20\42\56\x6d\157\x5f\144\x6f\143\137\154\151\x62\x5f\165\160\x6c\x6f\141\x64\137\x63\x6c\157\x73\145\x5f\144\x65\x74\x61\151\x6c\x73\x22\x2c\40\146\165\x6e\143\164\x69\157\x6e\x20\50\145\x29\40\173\15\xa\11\11\11\x9\x9\11\x6a\x51\x75\145\x72\x79\x28\42\56\155\x6f\137\144\157\x63\137\154\x69\x62\137\x75\160\x6c\x6f\141\x64\137\x66\x69\x6c\145\163\x5f\141\156\x64\137\x68\145\141\144\x69\x6e\x67\137\143\157\x6e\x74\x61\151\156\x65\162\42\x29\x2e\150\x69\x64\145\50\x29\73\15\12\x9\x9\11\11\x9\11\152\x51\x75\145\x72\171\50\x22\x23\x6d\157\137\144\x6f\143\x5f\x6c\151\142\x5f\x63\154\157\x73\x65\137\155\151\156\x69\155\x69\x7a\x65\137\x62\164\156\x5f\x63\x6f\x6e\x74\141\x69\x6e\x65\162\137\x32\42\x29\x2e\163\x68\157\x77\x28\x29\x3b\xd\xa\11\11\11\11\11\175\x29\73\15\xa\x9\11\xd\12\x9\x9\11\11\x9\152\121\x75\145\162\171\50\144\157\x63\165\x6d\145\156\164\51\x2e\x6f\156\50\x22\143\x6c\151\x63\153\x22\54\x20\42\x2e\x6d\x6f\137\144\x6f\x63\137\x6c\151\142\137\x75\160\154\157\141\144\x5f\x63\x6c\x6f\163\145\x5f\165\160\x6c\157\x61\144\x73\42\54\40\x66\x75\x6e\x63\164\151\157\156\x20\50\x65\x29\40\x7b\15\xa\11\x9\x9\11\11\x9\x6a\x51\165\x65\162\x79\x28\x22\43\x6d\x6f\x5f\144\157\143\x5f\154\x69\x62\137\x74\x6f\x61\163\x74\x5f\x64\x69\x73\x70\154\x61\171\137\x63\x6f\x6e\x74\141\x69\156\x65\162\x5f\x30\42\x29\56\x68\151\x64\145\50\x29\73\xd\12\x9\x9\11\11\x9\175\x29\73\xd\12\11\x9\15\xa\x9\11\x9\x9\11\x6a\x51\165\x65\x72\171\x28\x64\157\x63\x75\155\145\x6e\x74\x29\56\x6f\156\50\42\x63\x6c\151\143\x6b\x22\x2c\x20\x22\151\x6e\160\x75\x74\x5b\x69\x64\136\x3d\x27\x6d\x6f\137\x64\x6f\143\x5f\154\151\x62\x5f\x75\x70\154\157\x61\144\x5f\x63\x6f\x70\x79\x5f\151\164\145\x6d\137\x6c\x69\156\x6b\137\x27\135\x22\54\x20\x66\165\x6e\x63\x74\151\157\x6e\40\x28\145\x29\x20\x7b\xd\xa\11\11\11\x9\11\11\166\141\162\40\x64\157\143\137\151\144\40\75\x20\145\56\x63\x75\162\162\x65\156\164\124\x61\x72\147\x65\164\x2e\147\x65\x74\x41\164\164\x72\x69\x62\165\164\x65\x28\x22\x64\157\143\x5f\151\144\x22\51\73\15\xa\x9\11\11\x9\x9\x9\x76\x61\x72\40\144\162\151\166\x65\137\x69\144\40\75\40\145\56\x63\165\162\x72\x65\x6e\164\124\141\162\x67\x65\164\x2e\147\x65\164\101\164\x74\x72\x69\x62\165\x74\x65\50\x22\144\x72\x69\x76\145\x5f\x69\x64\42\51\x3b\xd\12\11\11\11\x9\x9\11\x76\141\x72\x20\151\156\x64\x65\x78\40\x3d\40\145\x2e\x63\165\x72\x72\x65\x6e\x74\x54\x61\x72\x67\145\x74\56\147\x65\x74\101\164\164\162\x69\x62\165\164\x65\50\42\x69\x6e\x64\x65\x78\42\x29\x3b\xd\12\11\11\xd\xa\x9\x9\x9\x9\11\x9\x76\141\x72\40\x64\x6f\167\156\x6c\x6f\141\x64\x5f\154\151\156\153\40\75\40\x27";
echo admin_url("\x61\x64\155\151\x6e\x2d\141\152\x61\170\x2e\x70\x68\160");
echo "\x27\x20\53\40\x22\77\141\143\x74\151\157\156\75\x6d\x6f\137\x73\x70\163\x5f\144\157\x77\156\x6c\157\141\144\137\146\x69\154\x65\x26\x64\162\x69\166\x65\137\151\x64\75\42\40\53\x20\x64\x72\151\166\145\137\151\x64\40\53\40\42\x26\x66\151\154\145\x5f\151\x64\x3d\42\40\53\x20\x64\157\143\137\151\x64\x3b\xd\xa\11\11\15\12\x9\x9\x9\11\11\11\x76\141\162\40\164\x65\155\x70\x20\x3d\40\152\121\165\145\162\x79\50\42\x3c\x69\156\160\x75\164\x3e\x22\x29\73\15\xa\11\11\x9\x9\x9\x9\x6a\121\x75\145\162\171\50\42\x62\x6f\144\x79\42\51\56\x61\160\x70\x65\x6e\x64\50\164\x65\x6d\160\51\x3b\xd\12\11\11\11\11\11\11\164\x65\x6d\160\56\166\x61\154\x28\x64\157\x77\x6e\x6c\157\x61\144\137\x6c\151\x6e\153\x29\x2e\x73\x65\154\145\x63\164\x28\x29\x3b\15\xa\x9\x9\15\12\11\11\x9\11\x9\11\x64\157\143\165\x6d\145\x6e\164\x2e\145\170\145\x63\103\x6f\x6d\155\x61\x6e\x64\50\42\143\x6f\x70\x79\x22\51\x3b\xd\xa\x9\11\x9\x9\x9\11\164\x65\155\160\x2e\x72\x65\155\157\166\x65\x28\51\73\15\12\x9\x9\15\12\x9\x9\x9\x9\11\x9\x6a\x51\x75\x65\162\171\50\x22\43\x6d\157\x5f\x64\157\143\137\154\x69\142\137\x75\x70\154\x6f\x61\x64\x5f\x63\x6f\x70\x79\137\151\164\x65\x6d\137\154\151\x6e\153\137\x22\x20\53\40\x69\x6e\144\145\170\x29\56\166\141\x6c\x28\x27\x43\x6f\x70\x69\145\144\x27\x29\73\xd\12\11\x9\x9\x9\x9\x9\x73\145\164\124\x69\x6d\x65\157\x75\x74\50\50\x29\x20\75\x3e\40\x7b\15\xa\x9\11\11\x9\x9\x9\11\x6a\x51\x75\145\x72\x79\50\x22\43\x6d\x6f\137\144\157\143\x5f\x6c\x69\142\137\165\160\x6c\x6f\x61\144\x5f\143\157\x70\x79\x5f\x69\x74\x65\x6d\137\x6c\151\156\x6b\137\x22\x20\x2b\40\151\156\x64\145\x78\51\x2e\166\x61\154\x28\x27\103\157\160\x79\40\x4c\x69\156\x6b\47\51\73\15\12\11\x9\x9\11\x9\11\175\x2c\x20\x32\65\60\60\x29\73\15\xa\x9\11\x9\11\11\175\x29\x3b\15\12\x9\11\x9\11\x7d\15\xa\xd\xa\x9\x9\x9\11\146\x75\x6e\x63\x74\151\157\156\40\143\162\145\141\164\x65\124\157\x61\163\164\x46\x6f\x72\125\160\154\x6f\x61\144\x28\146\151\x6c\x65\163\51\x20\173\15\12\11\11\11\x9\x9\x69\146\40\50\152\x51\x75\145\x72\171\x28\x60\43\x6d\x6f\x5f\x64\x6f\x63\137\x6c\151\x62\137\x74\157\x61\163\164\x5f\144\151\x73\160\x6c\x61\171\x5f\143\x6f\156\164\x61\x69\156\x65\162\x5f\60\140\x29\x2e\150\x74\x6d\154\x28\51\x29\x20\x7b\xd\xa\x9\x9\x9\11\11\x9\x69\146\x28\163\x68\157\x77\x5f\164\x6f\x61\163\x74\x29\x20\173\xd\12\x9\11\11\11\11\x9\x9\x6a\x51\x75\145\x72\x79\x28\x60\43\155\157\x5f\144\157\143\137\x6c\151\x62\137\164\x6f\x61\163\x74\137\144\151\x73\x70\x6c\141\171\137\x63\x6f\x6e\164\x61\151\156\145\162\x5f\60\x60\x29\56\163\150\x6f\167\50\51\x3b\xd\xa\x9\11\x9\11\x9\x9\175\x20\145\x6c\x73\x65\40\173\15\xa\11\11\x9\x9\x9\x9\11\152\121\x75\x65\162\171\50\x60\x23\155\157\137\x64\157\x63\x5f\154\x69\142\x5f\164\157\141\163\x74\137\144\151\163\x70\154\141\x79\x5f\143\x6f\156\x74\141\151\156\x65\162\x5f\x30\140\51\56\x68\151\x64\x65\x28\x29\x3b\15\xa\x9\11\11\x9\x9\x9\175\xd\12\x9\11\11\x9\x9\x7d\x20\x65\x6c\x73\145\x20\173\xd\xa\11\x9\x9\x9\11\11\166\x61\162\x20\156\x65\x77\124\x6f\141\x73\x74\x20\x3d\40\x60\xd\xa\x9\11\x9\11\x9\x9\11\74\x64\151\x76\40\143\154\141\x73\163\75\x22\x6d\157\x5f\144\157\143\137\x6c\x69\x62\137\x75\160\x6c\157\141\x64\137\155\x61\151\156\x5f\143\x6f\x6e\x74\141\x69\x6e\x65\x72\42\x3e\15\xa\x9\11\x9\11\11\x9\11\x9\x3c\144\151\166\40\143\x6c\x61\x73\x73\x3d\x22\x6d\157\x5f\144\157\x63\137\154\151\x62\137\x75\160\154\157\x61\144\x5f\146\151\x6c\x65\x73\x5f\141\156\x64\137\x68\x65\x61\144\x69\156\147\x5f\x63\x6f\x6e\164\141\151\156\145\x72\42\76\15\xa\11\x9\x9\x9\x9\x9\x9\x9\11\74\x64\151\x76\x20\143\154\x61\163\x73\75\x22\x6d\157\x5f\144\x6f\143\x5f\x6c\151\x62\137\x75\160\x6c\157\x61\144\x5f\150\145\x61\144\145\162\x22\x3e\15\12\11\x9\x9\x9\11\11\x9\11\11\x9\74\x64\151\x76\40\143\154\x61\163\x73\x3d\x22\x6d\x6f\137\x64\x6f\x63\x5f\x6c\x69\142\137\165\x70\154\157\x61\x64\137\150\x65\x61\144\x69\156\147\x22\76\125\160\x6c\x6f\141\x64\x73\x3c\x2f\144\151\x76\x3e\xd\12\11\11\x9\11\11\11\11\x9\x9\11\x3c\x64\151\x76\x20\143\x6c\141\163\163\75\42\x6d\x6f\137\144\157\x63\x5f\x6c\x69\142\137\x63\154\157\163\145\x5f\155\151\x6e\x69\x6d\x69\x7a\145\x5f\x62\164\x6e\x5f\143\x6f\156\x74\141\x69\x6e\x65\162\x22\40\x69\144\75\x22\155\x6f\137\x64\157\143\x5f\x6c\151\x62\137\143\154\157\x73\145\x5f\x6d\x69\x6e\x69\x6d\151\x7a\x65\x5f\x62\164\156\x5f\143\157\x6e\x74\141\x69\156\145\x72\x5f\61\x22\x3e\15\xa\11\x9\11\x9\11\x9\x9\11\x9\11\x9\x3c\x64\x69\x76\40\143\x6c\141\x73\163\x3d\42\155\x6f\x5f\144\157\x63\137\154\x69\142\137\x75\160\x6c\157\141\144\x5f\143\x6c\x6f\163\x65\137\144\145\164\141\x69\154\163\x22\x3e\x3c\163\160\141\156\x20\x63\154\x61\163\x73\75\x22\x64\x61\163\x68\x69\x63\x6f\156\x73\40\144\x61\163\150\x69\x63\157\x6e\163\55\x61\x72\x72\157\167\x2d\x64\x6f\x77\156\55\x61\x6c\x74\x32\42\x3e\x3c\x2f\163\160\x61\156\76\74\x2f\x64\x69\166\76\xd\xa\x9\11\11\11\x9\11\x9\11\x9\x9\11\x3c\x64\x69\166\40\143\154\141\163\163\75\42\x6d\157\137\x64\157\x63\x5f\154\x69\x62\x5f\165\160\x6c\x6f\x61\x64\x5f\x63\154\157\163\145\137\x75\160\154\x6f\x61\144\x73\42\x3e\74\163\x70\x61\x6e\x20\x63\154\x61\x73\163\x3d\42\144\x61\163\x68\x69\143\157\x6e\x73\40\x64\x61\x73\x68\x69\143\157\156\163\55\x6e\x6f\55\x61\x6c\164\x22\76\x3c\x2f\x73\x70\x61\x6e\x3e\x3c\57\x64\151\166\76\15\12\11\11\11\x9\11\11\11\x9\x9\11\x3c\x2f\144\x69\166\x3e\xd\xa\x9\x9\x9\x9\11\x9\x9\x9\11\74\x2f\144\x69\x76\x3e\xd\xa\11\11\x9\11\11\x9\x9\11\11\74\144\151\x76\40\x63\154\141\163\163\x3d\42\x6d\x6f\137\x64\157\x63\x5f\x6c\x69\x62\137\165\x70\x6c\157\141\144\137\146\151\x6c\145\x73\x5f\x74\x6f\137\x75\x70\154\x6f\x61\x64\x22\40\x69\144\75\x22\155\157\x5f\144\157\x63\137\x6c\151\142\x5f\x75\160\x6c\x6f\x61\144\x5f\x66\151\x6c\145\163\x5f\164\157\137\x75\x70\154\157\x61\x64\42\x3e\xd\12\x9\11\x9\11\x9\11\x9\x9\x9\74\x2f\x64\151\166\x3e\xd\12\x9\x9\x9\x9\x9\11\x9\x9\74\57\x64\151\166\x3e\xd\12\11\x9\11\11\11\11\x9\x9\x3c\x64\x69\166\x20\143\154\x61\x73\163\75\42\x6d\x6f\137\x64\157\143\x5f\x6c\151\142\x5f\165\160\154\157\x61\x64\x5f\163\x68\157\162\x74\137\143\157\156\x74\x61\x69\x6e\145\162\x22\x3e\15\12\x9\11\x9\11\x9\x9\11\x9\x9\x3c\144\151\x76\40\x63\154\x61\163\x73\x3d\x22\x6d\157\137\144\157\x63\x5f\x6c\151\142\x5f\165\x70\154\157\x61\144\x5f\163\150\x6f\162\164\137\x68\x65\141\x64\x65\x72\x22\x3e\xd\xa\x9\x9\x9\11\11\x9\11\11\x9\x9\x3c\144\x69\166\40\x63\x6c\x61\163\163\75\x22\x6d\x6f\137\x64\x6f\x63\137\x6c\151\142\x5f\165\x70\154\157\141\x64\x5f\141\x6e\151\x6d\141\164\x69\157\x6e\137\x61\x6e\144\x5f\x63\157\165\x6e\x74\137\x63\157\156\x74\x61\151\156\x65\x72\42\76\xd\12\x9\11\11\11\x9\11\11\x9\x9\11\x9\74\x64\151\166\40\x63\154\x61\x73\x73\75\42\155\x6f\x5f\x64\157\x63\137\154\x69\x62\137\x75\160\154\x6f\x61\144\137\151\143\x6f\156\x5f\141\156\x69\x6d\141\164\x69\x6f\x6e\42\x20\151\x64\x3d\x22\155\157\137\x64\157\143\137\x6c\x69\x62\x5f\x75\x70\154\x6f\141\x64\x5f\x69\143\157\156\x5f\x61\x6e\x69\155\141\164\x69\x6f\x6e\42\76\15\12\x9\11\11\11\11\x9\11\x9\11\11\x9\11\x3c\x73\x76\x67\40\x78\155\154\x6e\163\x3d\42\150\x74\164\160\72\x2f\x2f\x77\x77\167\x2e\x77\63\56\x6f\162\x67\57\x32\60\60\x30\57\x73\x76\x67\42\x20\x78\x6d\154\x6e\x73\72\x78\154\x69\156\x6b\75\x22\x68\164\x74\160\72\x2f\x2f\x77\167\x77\x2e\x77\63\56\x6f\x72\147\x2f\x31\x39\71\71\x2f\170\x6c\x69\156\153\x22\40\x76\x69\145\167\102\157\170\x3d\x22\x30\40\60\40\x36\x34\x20\x36\64\42\x20\x77\x69\144\x74\150\75\42\x36\x34\42\x20\150\145\151\x67\150\x74\x3d\42\x36\x34\x22\40\160\162\x65\x73\145\162\x76\145\x41\163\160\x65\x63\x74\122\141\164\x69\157\x3d\42\x78\x4d\x69\144\131\115\151\x64\x20\155\145\x65\164\42\40\163\x74\x79\154\x65\75\x22\x77\x69\144\x74\150\x3a\40\x31\60\x30\45\73\x20\x68\145\151\147\x68\164\x3a\x20\x31\60\x30\45\x3b\40\164\162\141\156\163\x66\x6f\x72\155\72\x20\164\162\141\x6e\x73\x6c\x61\x74\x65\x33\x64\50\60\160\170\x2c\40\60\160\170\x2c\x20\x30\160\x78\51\73\x20\143\157\156\164\145\156\x74\x2d\x76\x69\x73\x69\x62\x69\x6c\x69\164\x79\72\x20\x76\x69\x73\151\x62\x6c\x65\x3b\x22\76\74\x64\145\x66\x73\x3e\74\x63\154\x69\160\x50\x61\x74\x68\40\x69\144\75\42\137\x5f\154\x6f\x74\164\151\x65\137\x65\154\x65\155\x65\156\x74\137\x36\61\x35\42\x3e\x3c\x72\145\143\x74\x20\167\x69\x64\164\150\x3d\x22\x36\x34\42\40\x68\x65\x69\147\150\164\x3d\x22\x36\x34\x22\x20\170\75\x22\x30\x22\x20\x79\75\42\60\42\x3e\74\57\162\x65\x63\x74\76\x3c\57\143\154\151\x70\120\x61\x74\x68\76\74\57\144\145\x66\x73\x3e\x3c\147\40\143\154\x69\160\x2d\160\x61\x74\x68\75\x22\x75\162\x6c\x28\43\x5f\x5f\154\x6f\x74\164\x69\145\137\x65\x6c\145\155\x65\x6e\164\x5f\x36\x31\x35\51\x22\76\x3c\x67\40\x74\162\141\156\163\146\157\162\155\x3d\x22\155\x61\x74\x72\151\x78\50\x31\54\x30\54\60\x2c\61\x2c\63\x31\x2e\x35\x2c\x34\x33\x2e\65\66\66\60\60\x31\x38\71\x32\x30\70\x39\70\x34\x34\51\42\x20\x6f\x70\x61\143\151\x74\x79\75\42\x31\x22\40\x73\164\x79\x6c\145\75\x22\x64\151\x73\160\154\141\x79\72\x20\x62\x6c\157\x63\x6b\73\42\76\74\x67\x20\x6f\x70\x61\143\151\x74\x79\x3d\42\61\42\x20\164\x72\141\156\163\x66\x6f\162\155\x3d\42\x6d\141\x74\162\151\x78\x28\61\54\60\x2c\60\x2c\x31\54\x30\x2c\60\51\x22\x3e\74\x70\x61\164\x68\x20\146\151\x6c\154\75\42\162\147\142\x28\62\65\x35\54\x32\x35\x35\x2c\62\x35\x35\51\42\x20\146\x69\x6c\154\x2d\157\x70\x61\x63\151\164\x79\75\42\61\x22\x20\x64\75\42\40\115\55\61\64\56\65\x2c\x2d\61\56\65\40\103\55\61\64\56\65\x2c\x2d\x31\x2e\65\40\x31\x34\x2e\x35\x2c\55\x31\x2e\x35\x20\x31\x34\56\x35\x2c\55\x31\x2e\x35\x20\103\x31\64\x2e\65\54\x2d\x31\56\65\40\61\64\x2e\x35\x2c\61\56\65\x20\x31\64\x2e\x35\x2c\x31\x2e\x35\x20\x43\61\64\56\x35\x2c\x31\56\65\x20\55\x31\64\56\x35\54\61\56\65\x20\x2d\61\x34\x2e\65\x2c\61\56\x35\40\103\55\61\64\56\65\x2c\x31\x2e\x35\x20\x2d\61\64\56\65\x2c\55\61\x2e\x35\x20\55\x31\64\x2e\x35\54\x2d\x31\56\65\172\42\x3e\x3c\57\x70\x61\164\150\76\74\57\147\76\74\x2f\x67\x3e\x3c\147\x20\164\162\141\156\x73\146\x6f\162\x6d\75\x22\x6d\141\164\162\151\170\x28\61\54\x30\54\60\54\61\54\63\61\x2e\65\x2c\62\x36\x2e\65\67\63\x32\x36\65\60\x37\65\66\x38\63\65\x39\64\x29\x22\40\157\160\141\143\151\x74\x79\75\42\x31\42\x20\163\164\x79\x6c\145\x3d\42\144\x69\163\x70\154\141\x79\72\40\142\154\x6f\143\x6b\x3b\x22\76\74\x67\x20\157\x70\141\143\x69\x74\171\75\x22\61\x22\40\x74\x72\x61\156\x73\x66\x6f\162\155\x3d\x22\155\141\164\x72\x69\170\50\61\54\60\x2c\60\54\x31\54\60\x2c\60\x29\42\76\x3c\x70\x61\x74\150\x20\146\x69\x6c\154\x3d\x22\162\x67\142\50\62\65\65\54\62\x35\65\x2c\x32\65\65\x29\42\x20\x66\x69\154\x6c\55\157\160\x61\x63\x69\x74\x79\75\x22\x31\x22\40\144\75\42\40\x4d\55\61\56\65\54\x31\x30\x2e\65\63\x32\x39\x39\71\71\71\62\x33\x37\60\x36\60\65\x20\x43\x2d\61\x2e\x35\x2c\x31\x30\56\x35\x33\62\x39\71\x39\71\x39\x32\x33\67\60\x36\60\x35\x20\x2d\61\56\65\54\55\x34\56\x39\x38\x30\60\60\x30\60\x31\71\60\x37\x33\x34\x38\x36\x20\55\61\x2e\x35\54\55\x34\x2e\71\70\60\60\60\x30\60\x31\x39\60\67\63\x34\70\66\x20\x43\55\x31\x2e\65\x2c\x2d\x34\56\x39\x38\x30\60\x30\60\60\61\x39\60\x37\63\64\x38\x36\40\55\x38\x2e\64\x36\70\x39\71\71\70\x36\x32\x36\67\x30\x38\71\x38\54\61\x2e\x36\62\61\x39\x39\71\x39\x37\71\60\61\x39\x31\x36\x35\40\x2d\x38\x2e\x34\66\x38\x39\x39\x39\x38\66\62\66\67\x30\70\x39\x38\54\61\56\x36\x32\x31\71\71\71\71\67\71\x30\x31\x39\61\x36\65\x20\103\55\70\56\x34\x36\x38\x39\71\71\70\66\62\x36\67\x30\x38\71\70\54\x31\x2e\x36\x32\61\x39\x39\71\71\67\71\x30\61\71\x31\66\65\40\x2d\x31\60\x2e\x35\x33\61\60\60\60\61\63\67\x33\62\71\x31\x30\62\54\55\60\x2e\65\65\65\x39\x39\x39\71\71\64\62\x37\67\71\x35\64\x31\x20\55\x31\60\x2e\x35\x33\61\x30\60\x30\x31\63\67\x33\62\x39\61\60\62\54\x2d\x30\56\65\x35\x35\x39\x39\71\71\71\64\62\x37\67\x39\65\64\x31\40\103\55\61\60\56\x35\x33\x31\x30\x30\x30\61\63\67\x33\x32\x39\x31\60\x32\x2c\55\x30\x2e\x35\65\x35\71\x39\71\x39\x39\x34\x32\67\67\71\x35\x34\x31\x20\x30\x2c\x2d\x31\60\56\65\63\x32\71\x39\71\x39\71\x32\63\67\60\x36\60\65\40\60\x2c\x2d\61\60\x2e\65\63\62\x39\71\71\x39\x39\x32\x33\x37\x30\x36\60\x35\40\x43\60\54\55\61\x30\56\65\x33\x32\71\x39\71\71\71\x32\63\67\x30\66\x30\65\40\x31\60\x2e\65\x33\61\x30\x30\x30\61\63\x37\63\62\x39\61\60\x32\54\55\x30\56\x35\x35\65\x39\x39\x39\71\71\x34\62\x37\67\x39\65\x34\x31\x20\61\x30\56\x35\x33\61\60\x30\60\x31\x33\67\x33\x32\x39\x31\60\x32\54\55\60\56\65\x35\x35\x39\x39\x39\71\71\64\62\x37\x37\71\x35\64\61\40\x43\61\x30\56\65\63\x31\60\x30\60\61\x33\67\x33\x32\71\x31\60\62\54\55\x30\x2e\x35\65\x35\x39\71\x39\x39\x39\64\x32\67\x37\x39\x35\64\61\x20\70\56\x34\x36\70\x39\x39\71\x38\x36\62\66\x37\x30\70\71\x38\x2c\61\56\66\x32\61\71\71\x39\x39\67\71\x30\61\71\61\66\x35\40\70\x2e\x34\x36\x38\x39\71\71\70\66\62\66\x37\60\70\x39\x38\54\x31\56\x36\62\x31\71\x39\71\71\x37\x39\x30\61\x39\61\x36\x35\40\x43\70\56\64\66\70\71\71\71\70\x36\x32\x36\67\x30\70\x39\70\54\61\56\66\62\61\x39\71\x39\x39\67\71\x30\61\71\x31\x36\x35\40\61\x2e\65\54\x2d\64\56\x39\x38\x30\60\60\60\x30\61\x39\60\x37\x33\x34\70\x36\x20\61\56\x35\54\x2d\64\56\x39\70\x30\60\60\60\x30\x31\x39\60\x37\63\x34\70\x36\40\x43\61\56\x35\x2c\x2d\64\56\x39\x38\60\x30\60\60\60\61\x39\x30\67\63\64\x38\x36\x20\x31\56\x35\54\61\60\56\x35\x33\62\x39\71\71\71\71\x32\x33\67\60\x36\60\x35\x20\x31\x2e\x35\x2c\x31\x30\56\65\x33\62\x39\71\x39\x39\71\62\x33\67\60\x36\x30\x35\x20\103\x31\x2e\65\54\x31\x30\56\x35\63\62\71\71\71\71\71\x32\x33\67\x30\66\x30\x35\40\55\x31\x2e\65\x2c\x31\x30\x2e\x35\x33\x32\x39\71\x39\71\71\x32\63\67\x30\x36\60\x35\40\x2d\x31\x2e\x35\x2c\x31\x30\56\x35\x33\x32\71\71\71\x39\x39\x32\63\67\x30\x36\x30\65\x7a\x22\x3e\74\x2f\160\141\x74\x68\x3e\x3c\x2f\147\x3e\x3c\x2f\x67\x3e\x3c\57\x67\x3e\74\x2f\x73\x76\147\76\15\12\11\x9\x9\x9\x9\11\x9\x9\11\x9\x9\x3c\x2f\144\x69\166\76\xd\12\x9\x9\x9\11\x9\11\x9\x9\11\11\x9\x3c\144\151\166\x20\x63\x6c\141\163\x73\75\42\155\157\137\x64\157\x63\137\x6c\151\x62\x5f\x75\x70\154\157\x61\144\145\144\x5f\151\x74\x65\155\x73\x5f\x74\162\x61\x63\x6b\x22\40\x63\x61\x6e\x63\154\145\x64\75\x22\x30\42\40\164\x6f\x74\x61\x6c\x5f\x69\x74\145\155\163\75\x22\60\x22\x20\x63\x6f\155\160\x6c\145\x74\145\144\75\42\x30\42\40\151\144\75\42\155\157\x5f\x64\157\x63\x5f\x6c\151\142\x5f\x75\x70\154\x6f\x61\x64\145\144\137\x69\x74\x65\x6d\x73\137\x74\162\141\143\153\x22\x3e\x3c\x2f\144\151\166\76\15\xa\x9\11\x9\11\x9\x9\11\x9\x9\11\x3c\x2f\144\151\166\76\xd\xa\11\11\x9\11\x9\11\x9\x9\11\x9\x3c\x64\x69\x76\x20\x63\154\x61\163\x73\x3d\42\155\x6f\137\x64\157\x63\x5f\154\151\142\x5f\143\154\157\x73\145\x5f\155\x69\x6e\151\x6d\151\172\145\137\x62\x74\156\137\143\x6f\x6e\x74\141\151\156\x65\x72\x22\40\x69\144\75\x22\x6d\x6f\137\144\x6f\143\137\154\151\x62\137\x63\154\x6f\163\145\x5f\155\151\156\x69\x6d\x69\172\145\x5f\x62\x74\x6e\137\x63\157\x6e\164\x61\151\x6e\x65\162\x5f\62\x22\76\xd\12\x9\x9\11\11\x9\11\x9\x9\11\11\11\74\x64\151\x76\40\143\x6c\141\x73\x73\75\x22\155\x6f\137\144\157\143\x5f\x6c\151\142\137\x75\160\154\157\141\x64\x5f\x6f\160\145\x6e\x5f\x64\x65\x74\x61\151\154\x73\42\x3e\x3c\x73\x70\141\x6e\x20\143\x6c\x61\163\x73\x3d\42\144\x61\163\x68\x69\143\x6f\156\x73\40\144\x61\x73\150\151\x63\x6f\156\163\55\141\162\162\x6f\167\x2d\x75\x70\55\x61\154\164\x32\x22\76\x3c\x2f\163\x70\141\156\76\74\57\x64\x69\166\x3e\15\xa\x9\x9\x9\x9\x9\11\x9\11\x9\11\11\x3c\144\151\166\x20\143\x6c\141\163\x73\x3d\42\155\157\137\x64\157\x63\x5f\154\x69\x62\x5f\165\x70\154\157\x61\144\x5f\x63\154\x6f\163\145\x5f\165\x70\154\157\141\144\163\x22\76\x3c\x73\x70\141\x6e\x20\143\154\141\163\x73\x3d\x22\x64\141\163\x68\151\143\157\156\x73\40\x64\141\x73\x68\x69\143\157\x6e\163\x2d\x6e\x6f\55\x61\154\164\x22\x3e\x3c\x2f\x73\x70\x61\x6e\76\74\x2f\x64\151\x76\76\15\12\x9\11\x9\11\11\11\11\11\11\11\74\x2f\144\151\166\x3e\15\xa\11\x9\11\x9\x9\x9\x9\x9\x9\x3c\x2f\144\x69\166\76\15\12\x9\11\11\x9\11\x9\x9\11\74\x2f\x64\151\x76\76\15\xa\x9\11\11\11\11\x9\11\x3c\57\x64\x69\166\x3e\15\12\11\x9\x9\11\11\x9\x60\73\15\12\11\11\11\x9\11\11\151\x66\50\163\150\157\167\x5f\x74\157\x61\163\164\51\40\x7b\15\12\11\11\x9\x9\11\11\x9\x6a\121\165\145\x72\x79\x28\140\x23\155\x6f\137\144\x6f\143\137\154\151\x62\x5f\x74\x6f\141\x73\164\137\x64\x69\x73\x70\154\141\171\x5f\x63\157\156\164\x61\x69\156\x65\x72\137\60\140\x29\56\163\150\x6f\167\50\x29\x3b\15\12\11\11\11\x9\x9\11\175\40\x65\154\x73\145\x20\173\xd\xa\11\x9\x9\x9\11\11\11\x6a\x51\165\145\162\x79\50\x60\x23\155\x6f\137\x64\x6f\x63\x5f\154\151\142\137\x74\157\x61\163\x74\x5f\144\151\163\x70\x6c\141\x79\x5f\143\x6f\156\164\141\x69\156\x65\x72\137\x30\x60\x29\56\x68\151\144\145\50\x29\x3b\15\xa\x9\11\11\11\x9\x9\175\15\12\x9\11\x9\11\x9\11\x6a\121\x75\145\x72\x79\x28\140\x23\x6d\157\137\144\x6f\x63\137\x6c\151\142\137\x74\x6f\x61\x73\x74\x5f\x64\x69\163\x70\x6c\x61\171\137\143\x6f\156\164\x61\151\x6e\145\x72\x5f\60\140\x29\x2e\x68\x74\155\x6c\50\x6e\145\167\x54\x6f\x61\163\x74\51\73\15\12\11\x9\11\11\11\175\xd\xa\xd\xa\11\11\11\11\11\151\x66\x20\x28\152\121\165\145\x72\171\50\140\x23\155\x6f\x5f\144\x6f\x63\137\154\151\142\137\x75\160\x6c\157\141\144\137\146\x69\x6c\145\163\137\164\157\x5f\x75\x70\x6c\157\141\x64\x60\x29\56\x68\164\x6d\154\x28\x29\51\40\x7b\xd\12\x9\11\11\11\x9\11\166\x61\162\40\x66\x69\x6c\x65\137\154\x69\x73\164\137\151\x74\145\155\x5f\x61\x72\162\141\171\40\75\40\152\121\165\x65\162\171\x28\x60\56\x6d\157\x5f\x64\x6f\x63\x5f\154\x69\x62\x5f\165\160\154\157\x61\x64\137\x66\151\154\145\163\x5f\x6c\151\163\x74\137\x72\157\x77\x60\x29\x2e\164\157\x41\162\x72\x61\171\x28\x29\x3b\xd\12\x9\x9\x9\11\11\x9\x76\x61\162\40\x69\x74\145\x6d\x5f\143\x6f\x75\156\164\x20\75\40\x66\151\x6c\x65\x5f\154\151\x73\x74\137\x69\x74\145\x6d\x5f\141\x72\x72\141\x79\x2e\154\x65\x6e\x67\164\150\73\15\12\x9\11\x9\x9\11\11\141\144\144\137\x66\x69\154\x65\x73\x28\x66\151\154\145\x73\x2c\x20\151\x74\145\x6d\x5f\x63\157\x75\x6e\x74\x29\73\xd\12\x9\x9\11\x9\11\x7d\40\x65\x6c\x73\x65\40\x7b\15\xa\x9\11\x9\x9\x9\11\141\x64\144\137\146\151\154\x65\163\50\x66\151\x6c\x65\x73\x2c\40\x30\x29\x3b\15\12\11\x9\11\x9\11\175\xd\12\11\x9\x9\11\x7d\xd\12\xd\12\11\11\x9\x9\141\163\x79\x6e\143\40\146\165\x6e\143\x74\x69\x6f\156\x20\x61\x64\x64\137\146\x69\x6c\145\163\x28\x66\151\x6c\x65\163\54\40\x73\x74\x61\x72\164\x29\40\173\15\12\x20\40\40\x20\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\40\x20\166\141\162\x20\x66\x69\154\145\x5f\x6c\151\x73\x74\40\75\40\140\x60\x3b\15\12\x9\x9\x9\11\11\x76\141\x72\x20\x74\157\164\141\154\x5f\151\164\145\x6d\163\x20\x3d\40\x4f\142\x6a\145\x63\x74\x2e\x6b\145\x79\163\x28\x66\x69\154\x65\x73\51\56\x6c\x65\156\x67\164\150\40\x2b\40\x73\x74\141\162\x74\73\xd\xa\xd\12\x9\11\x9\11\11\166\x61\162\x20\143\157\155\x70\x6c\x65\x74\x65\144\x20\75\x20\x61\x77\x61\x69\x74\40\160\141\x72\x73\x65\x49\156\164\50\x6a\x51\x75\145\162\x79\50\x60\43\x6d\157\137\144\157\x63\137\154\x69\142\x5f\165\x70\x6c\157\x61\144\x65\x64\x5f\x69\164\x65\x6d\x73\137\164\162\x61\x63\x6b\140\x29\56\x61\164\164\162\x28\x22\x63\157\155\x70\x6c\x65\164\x65\144\x22\51\54\40\61\60\51\73\15\xa\11\11\x9\11\x9\152\121\x75\x65\162\171\x28\140\x23\155\x6f\137\144\x6f\x63\137\x6c\x69\142\137\x75\x70\154\x6f\141\x64\x65\x64\137\151\x74\145\x6d\163\137\x74\162\x61\143\153\140\x29\56\x61\x74\164\162\x28\42\x74\x6f\x74\x61\x6c\137\x69\x74\145\x6d\163\x22\x2c\40\164\x6f\164\141\154\x5f\x69\164\145\x6d\163\51\x3b\xd\12\xd\12\x9\x9\x9\11\11\152\x51\x75\x65\162\x79\50\x60\43\155\x6f\137\144\157\x63\137\154\x69\142\137\165\x70\x6c\157\x61\x64\145\144\x5f\x69\x74\x65\155\163\137\164\x72\x61\x63\x6b\x60\51\56\150\x74\155\x6c\x28\x60\125\160\x6c\157\x61\144\x65\144\x20\44\173\x63\157\x6d\x70\x6c\145\x74\x65\x64\x7d\x2f\44\x7b\164\157\x74\x61\x6c\x5f\151\164\x65\x6d\x73\x7d\140\x29\x3b\xd\12\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\x66\157\x72\x20\x28\166\141\162\x20\x69\156\144\145\170\x20\151\156\40\146\151\x6c\145\x73\x29\x20\173\xd\xa\11\11\11\x9\11\57\x2f\40\x66\x6f\x72\40\x28\166\x61\x72\x20\151\x6e\144\145\x78\x20\75\x20\163\164\141\162\x74\73\40\x69\156\144\145\x78\x20\x3c\40\164\157\x74\141\154\137\151\x74\145\155\x73\73\x20\151\156\x64\145\x78\x2b\x2b\51\x20\173\15\xa\x9\11\11\11\x9\11\x76\141\162\40\x66\151\x6c\x65\40\75\40\146\151\154\x65\x73\x5b\151\x6e\x64\x65\170\x20\x2d\x20\x73\164\x61\x72\164\x5d\73\xd\12\11\11\11\x9\x9\11\166\x61\162\40\145\170\x74\145\x6e\x73\x69\x6f\156\x20\75\x20\146\x69\154\145\56\156\x61\155\x65\56\163\x70\154\151\164\x28\42\x2e\42\51\56\160\x6f\160\x28\51\x3b\15\xa\x9\11\x9\11\11\x9\x66\x69\154\x65\137\154\151\x73\x74\x20\x2b\75\x20\x60\74\x64\x69\166\x20\151\x6e\x64\x65\x78\75\42\44\x7b\x69\156\144\145\170\x7d\x22\40\151\144\x3d\42\x6d\157\x5f\144\157\x63\x5f\x6c\x69\x62\137\x75\160\154\x6f\x61\x64\x5f\x66\x69\154\x65\x73\x5f\154\x69\x73\164\x5f\162\157\x77\x5f\x24\x7b\151\x6e\144\145\170\175\42\40\x63\154\x61\x73\163\x3d\42\155\157\137\144\x6f\x63\137\154\151\142\137\x75\160\x6c\x6f\x61\144\x5f\x66\151\154\145\163\137\154\x69\163\164\137\x72\x6f\167\x22\x3e\xd\xa\x9\x9\11\11\x9\x9\x9\x3c\x64\x69\x76\x20\143\x6c\x61\x73\163\75\x22\155\x6f\x5f\x64\157\x63\137\x6c\x69\142\137\x75\x70\x6c\157\141\144\x5f\146\151\x6c\145\163\x5f\160\162\157\x67\162\145\163\x73\x22\x20\151\144\75\42\x6d\157\x5f\144\x6f\143\x5f\x6c\151\x62\137\165\160\154\157\x61\144\137\x66\x69\154\x65\x73\137\160\x72\x6f\x67\162\145\x73\163\137\44\x7b\x69\x6e\x64\x65\170\175\42\x3e\74\x2f\144\151\166\76\15\xa\x9\11\11\11\11\11\x9\74\x64\151\166\40\143\x6c\x61\163\x73\75\42\x6d\157\x5f\144\157\x63\x5f\x6c\151\142\137\165\160\x6c\x6f\141\144\137\146\x69\x6c\145\163\137\154\x69\x73\164\x5f\x6e\x61\x6d\145\x5f\141\156\x64\x5f\160\x72\157\x67\x72\145\x73\x73\x5f\x70\145\x72\x63\145\x6e\x74\137\143\x6f\156\x74\x61\x69\x6e\x65\162\x22\x3e\xd\12\x9\11\x9\11\x9\x9\11\x9\74\x64\151\166\40\163\x74\x79\154\x65\x3d\x22\144\151\x73\x70\x6c\141\171\72\146\x6c\x65\x78\73\141\154\151\147\156\55\151\x74\145\155\x73\x3a\x63\x65\x6e\x74\145\162\73\147\141\160\72\x31\x30\160\170\x3b\42\x3e\xd\12\x9\11\11\x9\x9\x9\11\11\x9\x3c\x64\x69\x76\40\x69\144\x3d\x22\x6d\157\x5f\x64\157\143\x5f\154\151\142\x5f\165\x70\x6c\x6f\141\144\137\x61\x63\164\151\x6f\x6e\x73\x5f\x24\x7b\x69\x6e\x64\145\x78\x7d\x22\76\15\12\11\11\11\11\11\11\x9\x9\11\x9\x3c\144\151\166\x20\151\144\75\x22\155\x6f\137\144\157\143\137\x6c\151\x62\x5f\x75\x70\x6c\x6f\141\144\137\x63\141\156\143\x65\x6c\137\x62\165\x74\164\157\x6e\x5f\44\173\151\x6e\144\145\x78\x7d\42\x20\x73\x74\171\x6c\145\x3d\42\144\x69\x73\x70\x6c\141\171\72\x66\x6c\145\x78\x3b\141\154\x69\147\156\55\151\164\x65\155\163\72\143\145\x6e\164\x65\162\x3b\143\x75\x72\163\x6f\x72\72\160\x6f\x69\156\x74\145\x72\73\x22\76\74\163\166\x67\x20\167\151\144\x74\x68\x3d\x22\61\65\x22\40\150\145\x69\x67\150\164\75\42\61\x35\42\40\x76\x69\x65\167\x42\x6f\x78\x3d\42\x30\40\x30\40\x31\x35\40\61\x35\x22\40\146\x69\x6c\154\75\42\x6e\157\156\145\42\40\170\x6d\x6c\x6e\x73\x3d\42\150\x74\x74\160\72\x2f\x2f\x77\x77\167\56\x77\63\56\157\x72\x67\57\x32\60\x30\60\x2f\163\x76\x67\42\76\74\160\x61\x74\x68\40\146\151\x6c\x6c\x2d\x72\x75\x6c\145\x3d\x22\x65\166\x65\x6e\x6f\x64\144\x22\x20\143\x6c\151\160\55\x72\165\x6c\x65\75\x22\x65\x76\x65\x6e\157\144\x64\42\x20\x64\x3d\42\115\61\64\56\67\70\60\x33\40\60\x2e\x32\61\x39\66\67\x43\61\x35\x2e\x30\67\63\62\x20\60\x2e\65\x31\x32\65\66\x33\x20\x31\x35\x2e\x30\x37\63\x32\40\60\56\x39\70\x37\64\x33\x37\40\x31\x34\x2e\67\70\x30\63\40\x31\56\62\x38\60\63\x33\x4c\x31\x2e\62\70\60\x33\x33\x20\61\x34\56\x37\x38\x30\x33\x43\60\56\x39\x38\67\x34\63\67\40\61\x35\x2e\x30\x37\63\62\x20\60\x2e\x35\61\x32\x35\x36\x33\x20\x31\65\x2e\x30\67\63\62\40\60\56\x32\61\x39\66\x37\40\61\64\56\67\x38\60\x33\x43\x2d\60\56\60\67\63\62\62\x33\63\x20\61\64\56\64\x38\x37\x34\40\55\60\x2e\60\x37\x33\62\x32\x33\63\x20\x31\x34\56\x30\61\62\x36\x20\x30\56\x32\x31\71\x36\67\x20\x31\x33\x2e\x37\x31\x39\x37\x4c\x31\63\56\x37\61\71\x37\x20\60\x2e\x32\x31\71\66\x37\x43\61\x34\x2e\60\61\x32\66\x20\x2d\60\x2e\x30\x37\x33\62\62\63\x33\40\61\64\x2e\x34\x38\67\x34\x20\x2d\x30\x2e\x30\67\63\62\x32\63\63\x20\x31\64\x2e\x37\70\60\x33\40\x30\56\x32\61\x39\66\x37\x5a\42\x20\x66\151\154\154\x3d\x22\167\x68\151\164\x65\42\x2f\x3e\x3c\160\x61\x74\150\x20\146\x69\154\154\55\x72\x75\x6c\x65\75\x22\145\x76\x65\x6e\x6f\144\x64\x22\x20\143\x6c\x69\160\x2d\162\x75\x6c\145\75\x22\145\x76\x65\x6e\x6f\144\x64\x22\x20\x64\x3d\42\115\60\x2e\x32\x31\x39\66\67\40\60\56\x32\x31\71\66\x37\103\x30\x2e\x35\61\62\65\66\63\x20\x2d\60\x2e\60\x37\63\x32\x32\x33\x33\40\60\56\71\70\x37\64\x33\x37\x20\55\x30\56\60\67\63\62\x32\x33\x33\40\x31\x2e\62\70\60\x33\63\x20\x30\x2e\x32\61\x39\x36\x37\x4c\x31\x34\56\67\70\60\63\40\61\63\56\x37\61\x39\67\x43\x31\x35\56\60\67\63\62\40\61\x34\56\x30\x31\62\x36\x20\61\x35\56\x30\67\x33\62\40\x31\x34\x2e\x34\x38\67\x34\40\61\x34\56\67\70\x30\x33\x20\61\x34\x2e\x37\70\x30\63\103\x31\64\x2e\x34\x38\x37\x34\x20\x31\x35\56\60\x37\63\x32\x20\x31\x34\x2e\60\x31\x32\66\x20\61\65\x2e\x30\67\63\x32\40\x31\x33\x2e\x37\x31\71\x37\40\x31\64\x2e\x37\x38\x30\x33\x4c\60\x2e\62\x31\x39\x36\67\x20\61\x2e\x32\x38\x30\63\x33\x43\55\x30\x2e\60\x37\x33\62\x32\63\63\x20\60\x2e\71\70\x37\x34\x33\67\40\55\x30\56\x30\67\x33\62\x32\x33\63\x20\x30\56\x35\61\62\65\66\63\40\60\x2e\x32\x31\x39\x36\x37\40\60\56\x32\x31\71\66\x37\132\42\40\x66\x69\x6c\x6c\75\42\167\150\x69\x74\145\42\57\76\x3c\57\x73\166\147\76\74\57\144\x69\x76\76\xd\12\11\x9\x9\11\x9\x9\x9\x9\x9\74\x2f\x64\x69\166\76\xd\12\11\11\x9\11\x9\11\x9\x9\x9\x3c\x64\151\166\40\x63\154\x61\163\x73\75\x22\x6d\x6f\x5f\x64\x6f\x63\137\154\x69\142\137\165\x70\x6c\157\141\x64\x5f\x66\151\154\145\x73\x5f\154\151\x73\164\137\156\x61\155\x65\x22\x3e\15\12\x9\x9\11\11\x9\11\x9\11\x9\x9\44\x7b\146\x69\154\145\56\156\x61\x6d\x65\x7d\xd\xa\11\11\11\11\11\11\11\11\x9\11\x3c\x64\x69\x76\76\15\12\x9\x9\x9\x9\11\x9\11\x9\x9\x9\x9\74\144\151\166\x20\x63\154\141\x73\x73\x3d\x22\155\x6f\x5f\144\x6f\x63\x5f\x6c\x69\x62\x5f\x66\151\x6c\x65\x5f\x75\160\x6c\x6f\x61\144\137\x65\170\164\145\156\163\x69\x6f\156\x22\76\x24\173\x65\x78\x74\x65\156\163\151\x6f\x6e\56\x74\157\125\160\160\x65\x72\103\141\163\x65\x28\x29\175\74\57\144\x69\x76\x3e\xd\xa\11\x9\x9\x9\x9\x9\11\11\11\x9\74\x2f\144\x69\166\x3e\xd\12\x9\11\11\11\11\x9\x9\x9\11\74\57\144\x69\166\76\15\12\x9\x9\11\x9\x9\11\x9\11\74\x2f\144\x69\166\x3e\xd\12\x9\x9\11\11\x9\x9\x9\x9\x3c\x64\x69\x76\40\x63\x6c\x61\163\163\75\x22\155\x6f\x5f\144\157\x63\137\x6c\151\142\x5f\x75\x70\154\157\x61\144\137\146\x69\154\x65\x73\x5f\160\x72\157\147\x72\x65\x73\163\x5f\x70\x65\x72\x63\145\156\164\137\x61\x6e\144\x5f\x64\x6f\x77\156\x6c\157\141\144\137\x6c\x69\156\x6b\x22\40\x69\x64\75\42\155\157\x5f\144\x6f\143\137\154\151\x62\137\x75\x70\154\x6f\x61\x64\x5f\x66\151\154\x65\x73\x5f\160\x72\157\147\x72\145\163\x73\137\160\145\162\143\x65\156\164\137\141\x6e\144\x5f\x64\157\167\x6e\x6c\x6f\141\x64\137\x6c\151\x6e\x6b\137\x24\x7b\151\x6e\x64\x65\170\x7d\x22\x3e\x3c\57\144\x69\x76\x3e\15\12\x9\11\11\x9\x9\x9\x9\74\x2f\144\151\x76\76\15\12\11\x9\11\11\x9\11\74\57\x64\x69\x76\x3e\x60\73\xd\xa\11\11\x9\11\x9\175\xd\xa\15\xa\11\x9\x9\x9\x9\x6a\x51\165\145\162\171\50\x60\x23\x6d\157\x5f\144\x6f\x63\137\x6c\x69\x62\x5f\x75\x70\154\157\x61\144\137\146\151\154\145\163\137\x74\x6f\x5f\165\160\154\x6f\x61\144\x60\x29\x2e\141\160\x70\145\156\144\50\x66\x69\x6c\145\x5f\154\151\163\x74\51\x3b\15\12\11\x9\11\x9\175\15\12\15\12\x9\11\x9\11\152\x51\165\x65\162\171\50\x64\157\x63\165\x6d\145\156\x74\51\56\162\145\x61\144\171\50\x66\x75\x6e\143\164\151\157\156\40\50\51\40\x7b\15\12\x9\x9\x9\11\x9\x2f\57\x20\103\150\145\143\x6b\x20\146\157\162\x20\x46\x69\154\x65\122\x65\141\144\x65\x72\x20\x41\120\111\x20\x28\110\124\x4d\114\x35\51\x20\x73\165\160\160\x6f\162\164\56\15\12\x9\11\11\11\11\x69\146\x20\50\41\167\151\x6e\144\x6f\167\x2e\106\151\154\x65\x52\x65\141\144\145\162\x29\40\x7b\xd\12\11\x9\x9\x9\x9\x9\x61\154\145\162\164\x28\42\124\150\x69\x73\40\x62\x72\x6f\167\x73\145\x72\40\x64\x6f\145\x73\x20\156\x6f\x74\40\x73\165\x70\160\x6f\x72\x74\40\164\x68\145\40\106\151\x6c\x65\122\x65\141\x64\x65\x72\x20\101\x50\x49\x2e\42\51\73\15\xa\x9\x9\x9\x9\11\x7d\15\12\11\x9\11\11\x7d\x29\73\15\12\15\xa\x9\x9\x9\x9\x2f\x2f\x20\125\160\x6c\157\141\144\x20\x74\x68\x65\40\146\151\x6c\145\56\xd\xa\11\x9\x9\x9\57\x2f\40\131\x6f\165\x20\x63\x61\156\40\x75\160\x6c\x6f\141\x64\x20\146\151\x6c\x65\163\40\165\x70\40\164\157\40\x32\40\107\x42\x20\x77\151\164\150\40\x74\150\145\x20\122\x45\x53\124\x20\101\x50\x49\x2e\xd\xa\xd\12\40\40\40\x20\40\40\x20\40\40\x20\40\x20\x20\40\x20\x20\141\163\171\x6e\143\40\x66\165\156\x63\x74\151\157\156\x20\x63\162\x65\141\164\x65\x46\151\154\145\x28\160\141\164\150\54\x20\x6e\x61\155\145\x2c\x20\x74\171\x70\145\51\x20\173\xd\xa\x20\x20\x20\40\40\40\40\40\x20\40\40\40\40\40\x20\x20\40\x20\x20\40\154\x65\164\x20\162\145\163\x70\157\x6e\x73\145\40\75\x20\141\x77\141\x69\x74\x20\x66\x65\164\x63\x68\50\160\141\x74\150\51\x3b\15\xa\x20\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x6c\145\x74\40\x64\141\x74\141\40\75\x20\141\167\x61\x69\164\x20\x72\x65\x73\160\157\x6e\163\x65\x2e\142\x6c\157\142\50\51\x3b\15\12\40\40\40\x20\40\40\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\40\154\x65\x74\x20\x6d\x65\x74\x61\x64\x61\164\x61\40\x3d\40\x7b\15\xa\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\40\40\40\40\40\x20\x20\164\x79\x70\x65\x3a\40\164\171\160\145\15\12\x20\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\40\40\175\73\xd\xa\40\x20\40\40\x20\x20\40\x20\40\x20\40\x20\40\40\x20\x20\40\40\40\40\x72\145\164\x75\162\156\40\156\x65\167\40\x46\x69\154\x65\x28\133\144\x61\164\141\135\x2c\40\x6e\141\155\x65\54\x20\x6d\145\x74\141\144\x61\164\x61\51\x3b\15\xa\40\x20\40\40\40\40\40\40\40\40\40\40\40\40\40\x20\x7d\xd\12\15\12\x9\x9\x9\11\141\163\x79\156\x63\x20\146\x75\x6e\x63\164\151\x6f\156\x20\x75\160\154\157\x61\144\103\150\165\156\x6b\163\x28\x66\151\x6c\145\54\x20\x72\145\163\x2c\x20\144\142\137\x69\x64\x2c\x20\151\156\144\145\170\51\x20\x7b\xd\12\x9\11\x9\x9\11\x76\x61\x72\x20\x75\x70\x6c\157\141\144\125\x72\154\40\x3d\x20\162\145\163\x2e\142\157\x64\x79\56\x75\x70\x6c\x6f\x61\x64\125\x72\x6c\73\xd\12\xd\xa\11\x9\11\11\11\166\141\162\x20\162\145\x61\x64\x65\162\x20\x3d\x20\156\145\167\x20\x46\x69\x6c\145\122\145\x61\x64\145\x72\x28\x29\x3b\15\12\15\12\x9\x9\x9\x9\x9\x2f\x2f\40\x56\141\x72\x69\x61\x62\x6c\145\x73\x20\x66\157\x72\40\x62\x79\164\x65\40\x73\164\x72\x65\141\155\40\x70\157\163\151\164\151\x6f\156\xd\12\x9\x9\11\x9\x9\x76\141\162\x20\160\157\x73\151\x74\x69\x6f\156\40\75\40\60\73\15\12\11\x9\x9\11\x9\x76\x61\x72\x20\x63\x68\x75\156\153\x4c\x65\156\147\x74\x68\x20\75\x20\x33\62\60\x20\x2a\x20\61\x30\62\64\x3b\xd\12\x9\x9\11\11\11\166\141\x72\x20\143\157\156\x74\151\x6e\x75\x65\122\145\141\144\x20\75\40\164\162\x75\x65\73\xd\12\40\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\40\40\x20\40\40\40\x66\x69\x6c\x65\x20\75\40\x61\167\x61\151\164\x20\x63\x72\x65\141\x74\145\x46\x69\x6c\145\x28\x66\151\154\x65\56\160\141\164\x68\54\40\x66\151\154\145\x2e\156\141\155\145\54\40\146\151\x6c\x65\x2e\164\171\160\145\x29\73\xd\xa\15\xa\x9\11\11\x9\x9\152\121\165\x65\162\x79\x28\144\x6f\143\165\x6d\145\x6e\x74\51\x2e\x6f\x6e\50\42\143\154\x69\143\153\x22\54\x20\140\x23\x6d\157\x5f\x64\157\x63\x5f\x6c\151\x62\137\x75\x70\x6c\157\141\144\x5f\143\x61\x6e\143\x65\x6c\137\x62\x75\x74\x74\157\156\137\44\x7b\151\156\x64\145\170\175\140\x2c\40\x61\163\171\x6e\x63\x20\146\x75\156\x63\x74\151\x6f\156\x20\50\145\51\40\x7b\15\xa\x9\11\11\11\x9\11\x63\157\x6e\x74\x69\156\x75\145\122\x65\141\x64\x20\75\x20\146\x61\x6c\163\x65\73\15\xa\11\x9\x9\11\x9\11\x6a\x51\x75\145\x72\x79\x28\x60\x23\155\x6f\137\x64\157\143\137\154\x69\142\137\x75\x70\x6c\x6f\141\144\x5f\146\151\x6c\145\163\x5f\x6c\151\x73\x74\137\162\157\167\137\x24\x7b\x69\x6e\x64\x65\x78\x7d\140\51\56\x72\x65\x6d\157\x76\x65\x28\x29\73\15\xa\15\12\11\11\x9\x9\x9\x9\x2f\x2f\40\x76\141\x72\x20\x74\x6f\164\x61\x6c\137\151\x74\145\x6d\x73\x20\75\40\x70\141\162\163\x65\111\x6e\164\50\x6a\x51\165\x65\162\x79\x28\x60\x23\x6d\157\137\x64\157\143\x5f\x6c\151\x62\137\165\x70\x6c\157\x61\x64\x65\x64\137\151\164\145\x6d\x73\137\x74\162\x61\x63\153\x60\x29\x2e\141\x74\164\x72\x28\x27\164\x6f\164\x61\x6c\137\151\x74\x65\155\163\47\x29\x2c\40\x31\x30\51\40\55\40\x31\x3b\xd\xa\x9\x9\x9\x9\11\11\57\x2f\x20\x6a\121\165\x65\x72\171\x28\140\x23\x6d\157\137\x64\157\143\x5f\154\x69\x62\x5f\165\x70\x6c\157\x61\x64\145\x64\137\x69\164\x65\155\163\137\164\x72\141\143\153\x60\x29\56\141\164\164\162\50\x27\164\157\164\x61\x6c\x5f\x69\x74\145\x6d\x73\x27\x2c\40\x74\157\x74\x61\154\137\x69\164\145\155\x73\x29\x3b\xd\12\xd\12\11\x9\11\11\x9\x9\x76\141\x72\x20\143\x61\156\143\154\145\x64\40\x3d\xd\12\x9\x9\11\11\x9\11\x9\x61\167\141\151\164\x20\160\x61\x72\163\x65\x49\156\164\x28\x6a\121\x75\x65\162\x79\50\140\43\x6d\x6f\137\x64\x6f\143\137\154\151\x62\137\165\x70\x6c\157\x61\x64\145\x64\137\x69\x74\145\x6d\163\x5f\164\162\x61\x63\153\140\51\56\x61\x74\x74\x72\x28\42\143\141\x6e\143\x6c\145\144\x22\51\54\x31\x30\51\40\x2b\x20\x31\73\15\12\x9\x9\11\x9\x9\x9\152\x51\x75\145\162\171\50\140\x23\155\157\x5f\144\157\143\x5f\154\x69\142\137\x75\160\x6c\157\141\x64\145\144\137\151\164\x65\155\x73\x5f\x74\x72\141\143\153\140\51\x2e\x61\x74\164\x72\50\x22\x63\141\156\143\154\145\144\x22\x2c\40\x63\141\156\143\x6c\145\x64\51\x3b\xd\xa\x9\11\11\x9\11\175\x29\73\15\xa\15\xa\x9\11\x9\11\11\x77\x68\151\154\x65\x20\50\x63\x6f\x6e\x74\151\x6e\x75\145\122\145\x61\x64\51\x20\x7b\xd\12\x9\x9\x9\11\11\x9\166\141\x72\40\x63\150\165\156\153\73\15\12\x9\11\x9\11\11\11\164\x72\171\x20\173\15\xa\x9\11\x9\x9\11\x9\11\143\x6f\x6e\164\x69\x6e\165\145\122\x65\141\144\x20\75\x20\164\x72\x75\x65\73\xd\12\x9\x9\11\x9\x9\x9\11\57\57\x54\x72\171\40\x74\157\40\x72\145\x61\x64\x20\x69\x6e\40\164\x68\x65\x20\143\x68\165\x6e\x6b\xd\12\x9\x9\11\11\11\11\x9\x74\x72\171\40\173\15\xa\11\11\x9\x9\11\x9\11\11\154\x65\164\x20\x73\x74\157\160\x42\x79\x74\145\x20\x3d\x20\160\x6f\x73\x69\x74\x69\x6f\x6e\40\53\x20\x63\x68\165\156\153\114\145\x6e\147\164\150\x3b\15\xa\11\x9\11\x9\x9\11\x9\11\143\x68\165\x6e\x6b\40\75\x20\x61\167\x61\x69\x74\40\162\145\141\x64\106\162\x61\x67\155\145\156\164\x41\163\171\156\143\50\x66\x69\x6c\145\x2c\40\x70\157\163\x69\x74\151\x6f\x6e\54\x20\x73\164\x6f\x70\x42\171\x74\x65\x29\x3b\15\xa\11\x9\x9\x9\11\x9\x9\x9\x69\x66\40\x28\143\150\x75\156\x6b\56\x62\x79\x74\145\114\145\x6e\147\164\x68\x20\76\40\x30\51\40\x7b\15\xa\x9\x9\11\11\x9\x9\11\11\x9\143\x6f\x6e\164\x69\x6e\x75\x65\x52\x65\x61\144\40\x3d\x20\164\x72\165\145\73\15\xa\x9\x9\x9\x9\x9\11\11\x9\175\40\x65\154\x73\x65\40\x7b\15\12\11\x9\11\11\11\x9\x9\11\11\142\162\145\141\153\x3b\xd\xa\x9\11\x9\x9\11\x9\11\x9\175\xd\12\11\11\11\11\x9\11\11\175\x20\x63\141\x74\143\x68\40\x28\145\x29\40\x7b\xd\12\x9\x9\11\11\11\x9\11\x9\142\162\145\141\x6b\73\xd\12\11\x9\x9\x9\11\x9\11\175\15\xa\xd\12\x9\x9\11\x9\11\x9\11\57\57\40\x54\x72\x79\40\x74\157\x20\x75\x70\x6c\157\141\x64\x20\x74\x68\145\40\x63\x68\165\156\153\56\xd\xa\x9\11\x9\11\x9\x9\x9\x74\162\x79\40\x7b\xd\xa\x9\x9\11\11\x9\11\11\x9\x6c\x65\164\x20\160\x72\157\x67\162\145\x73\x73\x20\x3d\x20\x4d\141\164\x68\x2e\x72\x6f\165\156\x64\x28\x28\x28\160\x6f\163\x69\x74\x69\157\x6e\x20\x2b\40\x63\x68\x75\x6e\x6b\114\145\x6e\147\x74\x68\51\40\x2f\x20\146\x69\154\x65\56\x73\151\172\x65\x29\x20\x2a\x20\x31\x30\x30\x29\x3b\xd\xa\x9\11\x9\11\x9\11\11\11\154\145\x74\x20\x72\x65\x73\40\x3d\40\141\167\141\151\x74\40\165\x70\154\x6f\x61\x64\103\x68\165\x6e\x6b\50\143\x68\x75\x6e\x6b\x2c\40\x75\160\154\x6f\x61\144\x55\x72\x6c\x2c\x20\x70\157\163\151\x74\151\157\x6e\54\x20\146\x69\154\145\x2e\x73\151\172\x65\54\40\151\156\x64\x65\x78\x2c\40\x66\151\x6c\145\56\156\141\x6d\145\x29\x3b\xd\12\11\11\x9\11\x9\11\x9\11\57\57\x20\x43\x68\145\x63\x6b\40\x74\x68\145\40\162\145\163\x70\x6f\x6e\163\145\x2e\15\12\x9\11\x9\11\x9\x9\x9\x9\x69\x66\x20\50\162\145\163\x2e\163\164\x61\x74\165\x73\40\x21\75\x3d\x20\x32\60\x32\40\46\46\40\x72\145\x73\x2e\163\164\141\164\165\x73\x20\x21\x3d\75\x20\62\x30\x31\x20\46\x26\x20\162\x65\163\56\x73\x74\141\x74\x75\163\40\41\75\75\x20\x32\60\60\x29\xd\12\11\x9\11\x9\11\11\11\11\11\x74\x68\162\x6f\x77\x20\x22\x50\x75\x74\40\x6f\160\145\x72\x61\164\151\x6f\156\40\x64\151\x64\x20\x6e\x6f\164\x20\162\145\164\165\x72\156\40\x65\x78\x70\x65\x63\x74\145\x64\x20\162\x65\x73\160\157\156\163\145\x22\x3b\xd\12\x9\11\11\11\11\11\11\x9\x69\146\x20\50\x72\145\163\x2e\163\x74\141\x74\x75\163\40\75\75\x3d\40\x32\60\x31\40\174\174\40\x72\x65\x73\56\163\x74\141\164\x75\163\40\75\75\75\x20\62\60\60\51\40\x7b\xd\xa\x9\x9\11\x9\11\11\x9\11\x9\x76\141\x72\40\x64\x6f\x63\x5f\151\144\40\75\x20\162\145\163\56\152\x73\x6f\156\x2e\x69\144\40\x3f\77\x20\42\42\x3b\15\12\11\x9\11\x9\x9\x9\11\11\11\x76\141\162\40\x64\x72\151\x76\145\x5f\x69\144\x20\75\40\x72\x65\x73\56\x6a\163\x6f\156\56\160\x61\162\x65\156\164\122\145\146\x65\162\x65\x6e\143\145\56\144\162\x69\166\x65\111\144\40\x3f\x3f\x20\42\x22\x3b\xd\12\15\xa\x9\x9\x9\x9\x9\11\11\11\x9\x6a\x51\x75\x65\162\171\50\x60\43\155\x6f\x5f\x64\x6f\143\137\x6c\151\x62\x5f\x75\160\x6c\157\141\144\137\x66\x69\154\145\x73\x5f\160\162\x6f\147\162\145\163\x73\x5f\x24\173\151\156\x64\x65\x78\175\x60\x29\x2e\143\163\x73\50\42\167\151\144\x74\150\42\x2c\40\42\61\60\60\x25\x22\x29\73\xd\12\xd\12\x9\11\11\x9\11\x9\x9\x9\x9\152\121\165\x65\162\171\x28\x60\x23\155\x6f\137\x64\157\x63\x5f\x6c\151\x62\x5f\x75\160\x6c\x6f\141\144\x5f\146\x69\x6c\145\163\x5f\x70\162\157\147\162\145\x73\x73\x5f\x70\145\x72\143\x65\x6e\164\x5f\141\156\x64\137\x64\x6f\167\x6e\154\157\x61\144\x5f\x6c\x69\156\153\137\x24\173\151\156\x64\145\x78\x7d\140\x29\x2e\145\155\160\x74\171\x28\51\73\xd\xa\x9\x9\11\x9\x9\x9\x9\11\11\x6a\121\165\x65\x72\171\50\x60\x23\155\x6f\x5f\144\157\x63\x5f\154\x69\142\137\x75\x70\x6c\x6f\141\x64\x5f\146\151\154\x65\x73\137\x70\x72\157\x67\162\x65\x73\x73\x5f\x70\145\x72\x63\145\x6e\x74\137\x61\156\144\137\x64\x6f\x77\x6e\x6c\x6f\x61\144\137\154\151\156\153\137\x24\173\x69\x6e\144\145\170\x7d\x60\x29\x2e\x68\164\x6d\x6c\x28\42\x31\x30\60\45\x22\x29\x3b\15\xa\xd\12\11\x9\11\11\11\11\x9\x9\11\152\121\x75\145\x72\171\x28\140\x23\x6d\157\137\x64\x6f\143\137\154\x69\x62\x5f\165\160\154\x6f\x61\144\137\x66\151\x6c\145\163\137\x70\162\x6f\x67\162\x65\x73\163\x5f\x70\x65\162\143\x65\x6e\x74\x5f\141\156\x64\x5f\144\x6f\x77\x6e\x6c\157\x61\144\x5f\154\x69\156\153\137\44\173\x69\156\144\x65\170\175\x60\x29\x2e\x68\x74\155\154\50\140\xd\12\11\11\11\x9\x9\x9\x9\11\x9\11\74\x69\156\160\x75\x74\40\143\x6c\x61\x73\163\75\42\155\x6f\x5f\x64\x6f\x63\137\x6c\x69\x62\x5f\x75\x70\x6c\x6f\141\x64\137\143\157\160\x79\x5f\151\x74\x65\155\137\154\151\x6e\153\x22\x20\x69\x6e\x64\145\x78\75\42\x24\173\x69\x6e\x64\145\170\x7d\x22\x20\x74\171\160\145\x3d\42\142\165\164\x74\x6f\156\x22\40\x76\141\x6c\165\145\x3d\42\x43\157\x70\171\x20\x4c\151\156\153\42\40\x69\144\x3d\42\x6d\x6f\x5f\x64\x6f\143\x5f\x6c\x69\x62\137\x75\x70\154\x6f\141\x64\x5f\x63\x6f\160\171\x5f\151\x74\x65\x6d\x5f\x6c\151\x6e\153\137\44\173\x69\x6e\x64\x65\170\175\42\40\x64\157\143\x5f\151\x64\75\42\x24\173\x64\x6f\143\x5f\x69\144\x7d\x22\40\x64\x72\151\x76\x65\x5f\x69\x64\x3d\42\x24\173\x64\x72\x69\x76\x65\137\x69\x64\175\42\x3e\x60\15\12\11\x9\11\x9\11\x9\11\x9\x9\x29\x3b\xd\12\xd\12\x9\x9\11\x9\11\x9\11\11\11\143\157\x6e\164\151\156\x75\x65\122\145\141\144\x20\x3d\40\x66\x61\154\163\145\73\xd\xa\11\x9\11\x9\x9\11\x9\x9\175\40\x65\x6c\x73\145\40\x7b\xd\xa\x9\x9\x9\11\11\11\11\11\11\x6a\x51\x75\x65\x72\x79\x28\x60\x23\x6d\157\137\144\157\x63\x5f\154\151\x62\137\165\160\x6c\157\141\144\x5f\146\151\x6c\x65\163\x5f\x70\x72\x6f\147\162\145\x73\x73\x5f\x24\x7b\151\156\144\145\x78\x7d\140\x29\x2e\143\163\x73\50\42\167\151\x64\164\x68\x22\x2c\x20\x70\162\157\147\x72\x65\163\163\40\53\40\42\45\x22\51\x3b\15\12\11\x9\11\x9\x9\11\x9\11\11\152\x51\x75\145\x72\x79\50\140\x23\155\157\137\x64\157\143\x5f\154\151\142\137\165\x70\x6c\x6f\141\144\137\x66\151\154\x65\163\137\160\x72\x6f\x67\162\145\163\x73\x5f\x70\x65\162\x63\x65\x6e\x74\x5f\x61\156\x64\x5f\144\157\x77\x6e\x6c\157\x61\x64\137\154\x69\x6e\x6b\x5f\x24\173\x69\x6e\x64\x65\x78\175\140\51\56\x65\x6d\x70\x74\x79\50\51\73\15\12\11\11\x9\x9\x9\11\11\x9\11\x6a\x51\x75\145\x72\171\50\140\43\155\x6f\137\x64\x6f\143\x5f\x6c\x69\142\x5f\x75\x70\154\x6f\x61\x64\x5f\146\151\154\x65\x73\x5f\x70\162\x6f\x67\x72\x65\x73\x73\x5f\160\145\162\143\x65\156\164\x5f\x61\x6e\x64\x5f\144\157\x77\156\154\157\x61\144\137\x6c\151\156\153\x5f\x24\173\151\x6e\x64\145\x78\x7d\x60\x29\x2e\x68\164\155\154\x28\x70\x72\157\x67\162\x65\x73\163\x20\x2b\x20\42\45\x22\51\73\xd\12\x9\11\x9\x9\x9\11\x9\11\11\160\x6f\x73\x69\164\151\x6f\x6e\40\x3d\x20\x4e\x75\x6d\x62\x65\x72\50\162\x65\x73\x2e\152\163\x6f\x6e\56\156\x65\170\x74\105\170\160\145\143\164\145\144\x52\x61\x6e\x67\145\x73\x5b\x30\x5d\56\163\x70\x6c\151\164\50\x22\x2d\x22\51\133\x30\x5d\x29\x3b\15\xa\x9\11\x9\11\x9\x9\x9\11\175\15\12\x9\x9\x9\x9\11\x9\x9\175\40\143\141\x74\x63\x68\40\x28\145\x29\40\173\15\12\11\x9\11\x9\11\11\11\11\x63\x6f\156\163\157\154\x65\56\x65\162\x72\x6f\162\x28\42\105\162\x72\x6f\162\40\157\x63\143\165\162\x65\x64\40\x77\x68\145\x6e\40\x63\x61\x6c\x6c\151\x6e\x67\40\165\160\x6c\x6f\141\144\103\150\x75\156\x6b\72\x3a\x22\40\x2b\40\x65\x29\x3b\xd\xa\11\11\11\x9\11\x9\x9\x7d\xd\12\11\11\x9\11\11\11\175\40\x63\141\164\143\150\40\x28\145\51\x20\173\15\xa\x9\11\11\x9\11\x9\x9\143\157\x6e\x74\x69\156\165\x65\122\x65\141\144\40\75\x20\146\x61\x6c\163\145\x3b\xd\xa\x9\x9\11\11\11\x9\x7d\xd\12\x9\11\11\11\x9\x7d\xd\xa\11\11\x9\11\11\152\x51\x75\x65\162\171\x28\x60\x23\x6d\157\137\144\157\x63\x5f\154\151\x62\x5f\165\x70\x6c\157\141\x64\x5f\146\x69\x6c\145\x73\x5f\160\162\x6f\x67\x72\x65\x73\x73\x5f\44\x7b\x69\x6e\x64\145\x78\175\x60\51\x2e\x64\145\x6c\141\x79\50\x31\x30\x30\x29\x2e\146\141\x64\x65\117\x75\164\50\51\73\xd\xa\11\x9\x9\x9\x9\152\121\165\145\x72\171\50\140\x23\x6d\157\x5f\x64\157\x63\x5f\154\x69\142\x5f\x75\x70\x6c\x6f\141\144\x5f\141\x63\x74\151\x6f\x6e\163\x5f\x24\x7b\x69\x6e\x64\x65\170\175\140\51\x2e\x68\x74\155\x6c\x28\xd\xa\x9\11\x9\x9\11\x9\x60\74\x64\151\x76\40\163\164\171\x6c\x65\x3d\x22\x64\x69\163\160\x6c\141\171\x3a\x66\x6c\x65\170\73\x61\x6c\x69\147\x6e\55\151\164\x65\155\163\72\x63\145\156\164\145\162\73\42\x3e\x3c\163\x76\147\40\x77\x69\x64\164\x68\x3d\42\61\x38\x22\x20\x68\145\151\147\150\x74\x3d\x22\61\63\42\x20\x76\x69\x65\167\102\157\170\x3d\x22\x30\x20\60\40\x31\70\40\x31\63\42\x20\146\x69\154\154\75\42\156\157\156\x65\x22\40\x78\155\x6c\x6e\x73\75\42\150\164\164\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\63\56\157\x72\x67\57\x32\x30\x30\x30\x2f\x73\166\147\42\76\74\x70\x61\x74\150\x20\144\75\x22\115\x31\67\40\61\x4c\x36\40\x31\x32\x4c\61\x20\67\x22\x20\x73\164\162\157\x6b\145\75\x22\43\x38\x45\70\x45\x38\x45\x22\x20\163\164\x72\x6f\153\x65\x2d\x77\151\x64\x74\150\x3d\x22\62\x22\40\163\x74\x72\x6f\x6b\x65\x2d\x6c\151\x6e\x65\143\141\x70\x3d\x22\162\x6f\165\156\144\42\x20\163\164\x72\157\x6b\x65\55\x6c\x69\x6e\x65\152\x6f\151\156\75\42\162\157\x75\x6e\144\42\57\76\74\57\x73\166\x67\76\x3c\x2f\144\x69\x76\x3e\140\15\12\x9\x9\x9\11\11\x29\x3b\xd\xa\xd\12\x9\11\x9\x9\x9\166\141\162\x20\143\157\155\160\x6c\x65\x74\x65\x64\40\x3d\x20\x61\x77\x61\x69\x74\x20\160\141\x72\163\x65\x49\x6e\x74\50\152\x51\165\x65\162\171\x28\x60\x23\x6d\x6f\137\x64\157\x63\x5f\x6c\151\x62\137\x75\160\x6c\x6f\x61\x64\x65\x64\x5f\x69\x74\x65\155\163\x5f\x74\x72\141\x63\153\140\51\56\x61\164\x74\162\x28\x22\x63\x6f\x6d\160\x6c\145\164\x65\x64\42\51\x2c\x20\x31\60\51\40\53\40\61\73\15\12\11\11\11\x9\x9\x6a\121\165\145\x72\x79\x28\x60\43\155\x6f\137\x64\x6f\x63\137\x6c\x69\142\137\x75\x70\154\x6f\x61\144\145\x64\x5f\x69\x74\145\155\163\137\164\x72\141\143\153\140\51\56\x61\x74\164\162\x28\42\x63\x6f\x6d\x70\x6c\145\x74\145\144\42\x2c\x20\143\157\155\160\x6c\145\164\145\x64\51\73\xd\12\xd\xa\x9\x9\x9\11\x9\166\x61\162\40\164\x6f\164\x61\x6c\137\151\x74\145\x6d\163\40\x3d\40\x70\141\162\x73\145\x49\x6e\x74\50\152\121\x75\x65\x72\x79\50\x60\x23\x6d\157\x5f\144\x6f\x63\x5f\154\151\x62\x5f\165\x70\x6c\x6f\141\x64\145\x64\137\151\x74\145\x6d\x73\137\164\x72\141\143\153\x60\x29\56\x61\x74\x74\x72\x28\42\164\157\x74\141\154\137\151\164\x65\x6d\163\x22\x29\54\40\61\60\x29\x3b\15\xa\11\11\11\x9\x9\x6a\x51\x75\x65\162\x79\50\140\x23\x6d\x6f\x5f\x64\x6f\x63\137\x6c\151\x62\137\x75\160\154\157\x61\x64\x65\x64\137\x69\164\x65\x6d\163\137\164\162\141\x63\153\x60\x29\56\150\164\155\154\x28\140\125\160\x6c\x6f\141\x64\x65\x64\x20\44\173\143\x6f\x6d\x70\x6c\x65\164\145\144\x7d\x2f\x24\173\164\x6f\164\141\154\x5f\x69\164\x65\x6d\x73\175\140\x29\73\15\12\11\11\11\x9\x7d\15\xa\xd\12\11\11\11\11\x2f\57\40\x52\x65\x61\x64\163\40\151\x6e\40\x74\x68\145\x20\x63\150\165\156\153\x20\141\156\x64\40\162\145\x74\165\x72\156\x73\40\141\x20\x70\162\157\155\x69\x73\145\56\xd\12\11\x9\x9\11\x66\165\x6e\x63\x74\x69\157\156\x20\x72\145\x61\144\x46\x72\141\147\x6d\x65\x6e\x74\x41\x73\x79\156\143\50\146\151\154\x65\54\40\163\164\x61\x72\164\102\171\164\x65\x2c\40\163\164\x6f\160\102\x79\164\145\51\x20\x7b\15\12\11\x9\x9\11\x9\x76\141\x72\40\146\162\x61\x67\x20\x3d\40\x22\x22\x3b\15\xa\x9\x9\11\11\x9\143\157\156\163\164\x20\162\145\x61\x64\145\162\x20\75\40\x6e\145\x77\40\106\151\154\145\x52\x65\x61\144\x65\162\50\x29\73\15\12\11\x9\x9\11\x9\166\141\162\x20\142\154\x6f\x62\40\75\40\146\x69\x6c\x65\56\163\154\151\143\x65\x28\x73\x74\141\x72\x74\102\171\164\x65\54\40\x73\x74\157\160\102\171\x74\145\x29\x3b\15\xa\x9\11\x9\x9\11\162\x65\x61\144\145\x72\x2e\162\x65\x61\x64\101\163\101\x72\162\141\x79\x42\165\x66\146\145\162\50\142\154\x6f\142\x29\x3b\15\xa\11\x9\x9\x9\11\162\x65\x74\165\162\156\40\156\x65\x77\x20\x50\162\157\155\x69\163\145\x28\x28\x72\x65\163\157\154\166\145\54\x20\162\x65\152\x65\143\x74\51\40\75\x3e\x20\173\15\12\11\11\x9\x9\x9\x9\162\145\x61\144\x65\x72\56\x6f\156\154\x6f\141\144\x65\x6e\x64\40\75\40\50\x65\166\x65\156\164\x29\40\75\x3e\x20\173\15\xa\x9\11\11\x9\x9\11\11\x69\146\40\x28\x72\x65\x61\144\145\162\x2e\162\x65\x61\144\x79\123\164\x61\x74\145\x20\75\x3d\x3d\x20\x72\x65\x61\x64\145\x72\56\x44\117\x4e\x45\51\40\x7b\15\12\11\x9\11\x9\x9\11\11\x9\x66\162\x61\x67\x20\75\x20\162\x65\x61\144\145\162\56\162\145\x73\x75\154\164\73\15\xa\11\x9\x9\11\x9\x9\x9\x9\x72\145\x73\157\154\x76\145\x28\146\162\141\x67\x29\x3b\xd\xa\11\11\x9\11\x9\x9\x9\x7d\xd\12\x9\x9\x9\x9\11\11\x7d\x3b\15\xa\11\x9\11\x9\x9\175\x29\73\xd\xa\11\11\x9\x9\x7d\xd\xa\15\12\11\x9\x9\x9\146\165\156\143\164\x69\157\156\x20\x75\160\154\x6f\141\144\x43\x68\x75\x6e\x6b\x28\x63\x68\x75\156\153\54\x20\x75\160\154\x6f\x61\144\x55\122\x4c\x2c\40\x70\157\x73\x69\164\151\157\x6e\54\x20\164\157\x74\141\x6c\114\145\x6e\x67\164\x68\x2c\40\151\156\144\145\170\x2c\40\146\x69\x6c\x65\116\141\155\145\51\x20\x7b\xd\12\x9\x9\x9\x9\11\166\x61\162\40\x6d\x61\x78\40\75\x20\160\157\x73\x69\164\x69\x6f\156\40\53\x20\143\x68\x75\156\153\56\x62\171\x74\145\114\x65\156\x67\x74\x68\x20\x2d\40\61\73\xd\12\xd\xa\x9\x9\11\11\11\162\145\x74\x75\162\x6e\40\156\x65\x77\x20\x50\162\x6f\x6d\x69\x73\145\50\x28\162\145\x73\157\154\x76\145\x2c\x20\x72\x65\x6a\145\143\x74\51\x20\75\x3e\40\173\xd\xa\x9\x9\11\11\x9\11\x66\165\156\x63\164\151\x6f\156\40\155\141\153\145\122\x65\x71\165\x65\163\x74\50\x61\x74\164\145\155\x70\x74\163\x4c\145\146\164\51\x20\173\xd\12\11\11\x9\11\11\x9\x9\x6c\x65\x74\40\x63\x72\110\x65\141\144\145\162\40\x3d\x20\x22\142\171\x74\145\163\40\x22\x20\53\40\x70\157\x73\x69\x74\151\x6f\156\40\53\x20\42\x2d\42\x20\53\40\x6d\x61\170\40\x2b\x20\x22\x2f\x22\40\x2b\x20\164\157\164\x61\x6c\114\x65\x6e\147\x74\150\x3b\xd\xa\xd\12\11\11\11\x9\11\11\x9\x6a\x51\165\x65\x72\171\15\12\11\11\x9\x9\11\11\11\11\56\x61\x6a\141\x78\x28\173\15\12\11\x9\x9\11\11\11\x9\11\11\x74\171\x70\145\x3a\40\x22\x50\125\124\42\54\15\xa\11\x9\11\x9\11\x9\11\x9\11\x63\157\x6e\164\x65\x6e\164\x54\171\x70\x65\72\40\42\141\160\160\x6c\x69\x63\x61\164\x69\157\x6e\x2f\x6f\143\x74\145\x74\x2d\163\164\162\x65\x61\x6d\42\x2c\xd\12\11\x9\x9\11\x9\x9\11\x9\11\165\x72\x6c\x3a\40\x75\x70\154\x6f\141\144\x55\122\x4c\54\xd\12\x9\11\x9\x9\x9\11\x9\x9\11\144\x61\x74\141\72\x20\143\150\165\156\x6b\54\15\12\11\x9\11\11\11\x9\x9\11\x9\x70\162\x6f\x63\145\163\x73\x44\x61\164\x61\x3a\40\x66\x61\x6c\x73\145\54\xd\xa\11\11\11\11\x9\11\x9\x9\x9\150\145\x61\x64\x65\x72\163\72\40\173\x20\x22\x43\157\156\164\145\x6e\x74\55\x52\x61\156\147\x65\x22\x3a\x20\x63\162\x48\145\141\144\x65\x72\x20\175\x2c\xd\12\x9\11\x9\x9\11\x9\11\11\x7d\51\15\xa\11\x9\11\11\x9\x9\11\x9\x2e\144\x6f\x6e\x65\50\x66\165\156\x63\164\x69\157\x6e\x20\50\144\141\x74\141\54\x20\164\145\x78\164\123\x74\x61\164\165\x73\54\40\152\161\x58\x48\122\x29\x20\x7b\xd\xa\11\x9\11\x9\11\x9\x9\11\11\x6c\145\x74\x20\x72\145\163\165\x6c\x74\x73\x20\x3d\x20\173\15\xa\x9\x9\x9\x9\11\11\11\11\11\x9\163\164\141\164\x75\163\72\x20\x6a\x71\130\x48\x52\x2e\x73\164\x61\164\165\x73\x2c\15\xa\x9\11\x9\x9\x9\11\x9\11\11\x9\x6a\x73\x6f\x6e\72\x20\152\161\x58\x48\x52\x2e\x72\145\163\x70\157\156\163\x65\112\x53\x4f\116\x2c\15\12\x9\11\x9\11\11\11\11\11\11\175\73\15\12\11\x9\11\11\x9\11\x9\11\11\162\x65\163\x6f\154\x76\x65\x28\162\x65\x73\165\x6c\164\x73\51\x3b\xd\xa\x9\11\x9\x9\x9\x9\x9\x9\175\x29\15\12\11\11\11\11\11\x9\x9\x9\x2e\146\141\x69\x6c\50\x66\165\156\143\x74\x69\x6f\156\x20\x28\162\145\x73\x70\157\156\163\145\x29\40\x7b\15\xa\15\xa\x9\x9\11\11\11\11\11\x9\11\x73\x77\151\164\143\x68\40\50\x72\x65\163\160\157\x6e\163\x65\x2e\163\164\141\x74\165\163\x29\x20\173\15\12\11\x9\11\11\11\11\x9\11\11\x9\143\141\x73\x65\x20\x34\x30\x30\72\xd\xa\11\x9\11\11\11\x9\x9\11\11\11\11\162\145\x6a\145\x63\x74\50\15\12\11\11\11\x9\11\x9\11\x9\x9\11\x9\x9\x6e\x65\167\x20\105\162\162\x6f\162\50\x22\102\x61\x64\40\122\x65\x71\165\145\x73\164\72\x20\x50\x6c\x65\x61\x73\x65\x20\x63\150\x65\x63\x6b\40\171\x6f\165\x72\x20\x72\145\x71\165\145\x73\x74\x20\160\x61\x72\x61\155\145\164\x65\x72\163\x2e\42\51\15\12\x9\x9\11\11\11\x9\x9\11\11\11\11\x29\x3b\15\12\x9\11\x9\11\x9\11\x9\x9\x9\x9\x9\x62\162\x65\x61\153\x3b\xd\12\x9\11\x9\11\11\11\11\x9\11\x9\143\x61\163\x65\40\64\60\61\x3a\15\12\11\11\11\11\x9\x9\x9\11\11\11\11\x72\145\152\x65\x63\x74\x28\15\12\x9\x9\x9\x9\11\x9\11\x9\11\11\x9\11\156\145\167\40\105\x72\162\157\x72\50\15\xa\11\11\x9\11\11\x9\11\11\x9\11\11\11\11\x22\x55\x6e\141\x75\164\150\157\x72\x69\x7a\x65\144\72\x20\x41\x75\164\x68\145\x6e\x74\x69\143\141\x74\151\x6f\x6e\x20\151\163\40\x72\145\161\x75\151\x72\145\144\x20\141\156\144\x20\150\141\163\40\x66\x61\x69\x6c\145\144\56\x22\xd\12\11\11\11\11\x9\11\x9\11\11\x9\11\x9\51\15\12\11\11\11\11\x9\x9\11\11\x9\x9\x9\x29\x3b\15\xa\x9\x9\11\11\x9\x9\x9\11\x9\11\x9\x62\x72\x65\x61\153\73\xd\xa\x9\11\11\11\11\11\x9\x9\11\11\143\141\163\145\40\x34\x30\63\x3a\xd\xa\11\11\11\x9\x9\11\11\x9\x9\x9\x9\x72\145\x6a\145\143\x74\50\15\xa\x9\11\11\x9\x9\11\11\11\11\11\x9\11\x6e\145\167\x20\105\x72\x72\157\x72\x28\15\12\x9\11\x9\11\11\11\x9\x9\11\11\11\x9\11\x22\x46\x6f\162\x62\151\x64\144\x65\156\72\x20\x59\x6f\165\40\144\x6f\x6e\47\164\x20\x68\x61\166\x65\x20\x70\145\x72\x6d\151\x73\x73\151\157\156\40\164\x6f\x20\141\143\x63\x65\x73\x73\40\x74\x68\x65\40\162\145\x73\157\x75\x72\x63\x65\56\x22\15\12\x9\11\11\x9\x9\x9\x9\x9\11\x9\11\11\x29\15\xa\11\x9\11\x9\11\x9\x9\11\x9\x9\11\51\x3b\xd\12\11\x9\x9\11\x9\x9\x9\x9\x9\x9\x9\142\162\145\141\153\73\15\xa\x9\11\11\x9\11\x9\11\11\x9\x9\x63\x61\163\x65\x20\64\x30\64\x3a\xd\xa\11\11\x9\11\x9\11\11\x9\11\11\11\x72\145\x6a\145\x63\x74\50\15\12\x9\x9\11\11\x9\x9\11\11\11\x9\11\x9\156\x65\x77\40\x45\x72\x72\157\162\x28\xd\xa\x9\x9\x9\11\11\11\11\x9\11\11\11\11\11\x22\x4e\x6f\164\40\x46\157\x75\156\x64\72\x20\x54\150\145\x20\162\145\161\165\145\163\x74\145\144\x20\x72\145\x73\x6f\x75\x72\143\145\x20\x63\157\165\154\x64\x20\156\157\x74\40\142\x65\x20\146\157\165\x6e\144\56\42\15\12\11\11\x9\x9\11\11\11\x9\11\x9\11\11\51\xd\12\11\x9\11\11\11\11\x9\11\x9\x9\11\51\73\xd\xa\x9\11\x9\11\x9\11\11\11\11\x9\x9\x62\162\145\141\153\x3b\15\xa\11\11\x9\x9\11\11\x9\11\x9\x9\143\x61\x73\x65\40\x35\x30\x30\x3a\15\12\11\11\11\x9\x9\x9\x9\x9\11\11\x9\x72\145\152\x65\143\164\x28\15\12\x9\x9\11\x9\11\x9\x9\11\x9\11\x9\x9\156\145\x77\40\105\x72\x72\157\x72\x28\15\xa\x9\x9\x9\11\x9\x9\x9\11\11\11\x9\11\x9\42\x49\156\x74\x65\x72\156\x61\x6c\x20\x53\145\x72\x76\x65\x72\40\105\x72\162\x6f\x72\x3a\40\x41\156\40\x65\162\162\157\162\40\157\x63\143\x75\162\x72\145\x64\40\x6f\156\x20\164\150\145\x20\x73\x65\162\x76\x65\162\x2e\x22\xd\xa\x9\x9\11\11\x9\x9\11\11\x9\x9\x9\11\x29\xd\12\x9\11\11\11\11\11\x9\11\x9\x9\x9\x29\x3b\15\12\11\11\x9\11\11\x9\x9\x9\x9\x9\11\x62\x72\145\141\153\73\xd\12\x9\x9\x9\x9\11\x9\11\11\11\x9\x63\141\x73\x65\x20\x35\x30\x33\72\xd\xa\11\x9\11\x9\x9\11\x9\x9\x9\11\11\151\x66\40\x28\x61\164\x74\x65\x6d\160\x74\163\x4c\x65\146\164\40\x3e\40\x30\x29\x20\x7b\xd\xa\11\11\x9\11\11\11\x9\11\11\x9\x9\11\57\57\x20\x63\x6f\x6e\163\x6f\154\x65\56\x6c\x6f\147\x28\42\x35\x30\63\40\123\145\x72\166\x69\x63\145\40\125\x6e\x61\x76\141\x69\154\x61\x62\x6c\145\56\40\122\145\164\x72\171\151\x6e\x67\x2e\x2e\56\42\51\73\xd\12\x9\x9\x9\x9\x9\11\11\x9\x9\11\x9\11\57\57\40\x73\145\x74\124\151\155\145\x6f\x75\x74\50\50\x29\x20\x3d\76\40\x6d\141\153\145\122\145\x71\165\145\x73\x74\x28\141\x74\164\x65\155\160\x74\163\114\145\146\164\x20\55\40\61\51\54\40\x31\60\x30\60\51\73\40\57\57\40\x52\145\x74\x72\x79\x20\x61\x66\164\145\x72\40\x31\40\x73\x65\143\157\x6e\144\15\12\11\11\11\x9\11\x9\x9\x9\11\11\x9\175\40\x65\154\x73\145\40\173\15\12\11\x9\x9\x9\x9\x9\x9\11\11\x9\x9\11\x72\x65\152\x65\x63\x74\50\15\xa\x9\x9\x9\11\x9\x9\x9\x9\11\11\11\11\x9\x6e\145\x77\40\x45\162\x72\157\162\50\15\xa\x9\11\x9\x9\11\x9\11\x9\11\11\x9\x9\x9\11\x22\123\145\162\x76\x69\143\145\x20\125\x6e\141\166\x61\151\154\x61\142\154\145\72\40\x4d\141\x78\151\x6d\165\155\40\x72\145\x74\x72\171\x20\141\x74\164\x65\x6d\x70\x74\163\40\x72\145\x61\x63\x68\x65\144\56\x22\xd\12\11\11\x9\11\11\x9\11\11\11\11\x9\x9\11\51\15\xa\x9\x9\11\11\11\x9\x9\11\x9\11\x9\x9\x29\73\xd\12\x9\11\11\x9\11\x9\x9\11\11\x9\x9\x7d\xd\xa\11\x9\x9\x9\11\x9\11\x9\x9\x9\11\x62\x72\x65\141\x6b\73\15\xa\x9\x9\11\x9\11\x9\x9\11\x9\11\x64\x65\x66\x61\x75\x6c\x74\72\15\12\11\x9\x9\x9\x9\11\x9\x9\x9\x9\11\162\145\x6a\x65\x63\x74\x28\xd\12\x9\x9\11\x9\11\11\x9\x9\11\x9\x9\11\156\145\x77\40\105\162\x72\x6f\162\50\15\12\11\x9\x9\11\x9\11\11\11\x9\11\11\x9\11\x60\x55\160\154\x6f\141\144\x20\x66\141\151\x6c\x65\144\x3a\x20\x24\173\x72\145\x73\x70\x6f\x6e\163\x65\x2e\x73\x74\x61\x74\165\163\x7d\x20\x24\173\x72\145\163\x70\x6f\156\x73\145\56\x73\x74\141\x74\x75\x73\124\x65\x78\164\x7d\140\15\xa\11\11\11\x9\x9\x9\x9\11\11\x9\x9\x9\51\15\12\x9\11\11\x9\x9\11\x9\11\x9\x9\11\51\x3b\xd\12\11\11\x9\11\x9\x9\x9\11\11\x7d\15\xa\11\x9\x9\x9\x9\11\x9\11\x7d\51\73\15\xa\11\x9\11\x9\x9\x9\175\15\xa\xd\12\x9\x9\x9\11\x9\x9\x74\162\x79\40\173\xd\12\11\x9\x9\x9\x9\x9\x9\x6d\x61\x6b\x65\x52\145\161\165\145\163\164\x28\61\x29\73\40\x2f\57\40\101\x6c\x6c\x6f\x77\x20\x75\160\x20\164\x6f\40\63\x20\x61\164\x74\x65\155\160\x74\163\15\xa\x9\11\11\11\11\11\175\40\x63\141\164\x63\150\40\50\x65\51\x20\x7b\15\12\11\x9\11\x9\x9\x9\x9\162\145\152\145\143\x74\50\145\51\73\15\12\x9\x9\11\x9\x9\11\x7d\xd\12\11\x9\x9\11\x9\x7d\x29\73\15\xa\x9\11\x9\x9\x7d\15\12\15\12\11\x9\x9\11\x2f\x2f\40\x55\160\x6c\x6f\141\x64\x20\x65\141\143\150\40\143\150\165\x6e\153\40\x75\x73\x69\x6e\x67\x20\120\125\x54\15\xa\11\x9\x9\x9\x66\165\x6e\x63\x74\151\157\x6e\x20\x75\x70\x6c\x6f\x61\x64\103\x68\x75\x6e\x6b\102\141\x63\x6b\x75\x70\50\143\150\165\156\153\x2c\x20\165\x70\x6c\157\x61\x64\x55\x52\x4c\54\40\160\157\x73\x69\x74\x69\157\156\x2c\x20\x74\x6f\x74\x61\x6c\114\x65\156\x67\164\150\x29\x20\x7b\15\12\x9\x9\11\11\11\x76\x61\162\40\x6d\141\170\40\75\40\160\x6f\163\x69\x74\151\157\x6e\40\x2b\x20\143\x68\x75\156\153\56\x62\171\x74\145\114\145\x6e\x67\164\150\x20\55\40\x31\x3b\xd\xa\11\11\11\11\11\x2f\x2f\x76\x61\162\x20\143\157\156\x74\x65\156\164\x4c\145\156\x67\164\x68\x20\x3d\x20\x70\157\163\151\x74\x69\157\156\40\53\x20\143\150\x75\x6e\153\x2e\142\171\164\145\x4c\x65\156\x67\164\x68\xd\12\15\xa\x9\x9\11\x9\11\x72\145\164\165\x72\156\x20\156\145\167\x20\x50\x72\x6f\155\x69\x73\145\x28\x28\162\x65\163\157\154\166\145\x2c\40\x72\x65\x6a\145\143\164\x29\x20\75\76\40\x7b\xd\xa\x9\x9\11\x9\x9\11\164\162\171\x20\x7b\15\xa\11\11\11\11\x9\11\11\x6c\145\x74\40\x63\x72\110\x65\x61\144\145\162\40\75\x20\42\x62\x79\x74\x65\x73\40\42\x20\53\x20\160\x6f\x73\x69\x74\x69\157\156\x20\53\x20\42\x2d\42\40\53\x20\x6d\141\170\40\x2b\x20\42\57\42\40\53\40\164\x6f\164\x61\x6c\x4c\x65\x6e\147\x74\x68\73\xd\12\11\11\11\11\x9\11\x9\57\57\x45\x78\x65\x63\165\164\145\x20\120\x55\x54\x20\x72\x65\161\x75\x65\163\x74\40\164\157\x20\165\160\x6c\157\141\x64\x20\164\150\x65\40\143\x6f\156\x74\145\x6e\x74\40\162\141\x6e\x67\x65\56\xd\xa\11\x9\x9\x9\11\11\11\x6a\x51\x75\x65\162\x79\15\xa\11\x9\11\x9\11\11\x9\x9\56\141\152\141\170\50\x7b\xd\xa\x9\x9\11\x9\11\11\x9\x9\x9\164\x79\x70\x65\x3a\40\x22\x50\125\124\x22\x2c\xd\12\11\x9\11\11\11\11\11\11\11\143\x6f\x6e\164\145\156\164\x54\171\160\145\x3a\40\42\141\160\160\x6c\151\143\141\x74\x69\x6f\156\57\157\x63\x74\x65\x74\55\x73\164\x72\145\x61\x6d\x22\x2c\15\12\11\x9\x9\11\x9\x9\11\x9\11\x75\162\x6c\72\x20\165\160\x6c\157\x61\144\125\122\114\54\xd\xa\x9\x9\11\x9\11\11\x9\11\x9\x64\x61\x74\141\72\x20\x63\x68\x75\x6e\153\54\xd\12\11\11\11\11\11\x9\x9\11\x9\x70\162\157\x63\x65\x73\163\x44\141\x74\x61\72\x20\146\x61\154\x73\145\54\xd\xa\x9\11\11\11\11\11\11\x9\11\x68\145\x61\x64\x65\162\163\x3a\40\173\x20\42\x43\157\x6e\x74\x65\x6e\x74\55\x52\x61\156\147\145\x22\x3a\x20\143\162\x48\x65\x61\x64\x65\162\40\x7d\54\xd\xa\x9\11\x9\11\x9\x9\11\11\x7d\x29\xd\12\11\11\x9\x9\x9\x9\x9\11\x2e\x64\x6f\x6e\145\50\146\165\x6e\143\164\151\x6f\x6e\x20\x28\144\x61\164\x61\54\x20\164\145\x78\x74\x53\x74\x61\164\165\x73\54\x20\x6a\161\130\110\122\x29\x20\x7b\15\xa\x9\11\x9\11\11\x9\x9\11\x9\x69\x66\40\50\152\161\x58\x48\122\x2e\162\145\163\x70\157\x6e\163\x65\112\123\x4f\x4e\56\156\145\170\x74\105\170\x70\x65\143\x74\145\x64\x52\141\x6e\147\145\x73\x29\40\x7b\15\xa\11\x9\11\11\11\11\x9\x9\x9\175\x20\x65\154\x73\x65\40\x7b\15\xa\11\x9\11\11\x9\11\11\11\x9\x7d\15\xa\15\12\x9\x9\x9\x9\11\x9\11\11\11\x6c\145\x74\40\x72\145\x73\165\x6c\164\163\x20\x3d\x20\173\175\x3b\xd\12\11\x9\x9\x9\11\11\11\x9\11\x28\x72\x65\x73\165\154\x74\163\x2e\x73\x74\x61\164\x75\x73\x20\75\x20\x6a\161\x58\110\x52\x2e\163\x74\141\164\165\163\51\54\xd\12\x9\x9\11\11\11\x9\x9\11\11\11\50\x72\x65\x73\165\x6c\x74\163\x2e\152\x73\157\156\x20\75\x20\152\161\x58\110\x52\x2e\x72\x65\163\160\157\x6e\x73\145\x4a\x53\x4f\x4e\x29\54\xd\xa\x9\11\11\11\11\x9\x9\x9\11\x9\x72\x65\x73\x6f\x6c\x76\x65\50\x72\x65\x73\165\x6c\164\163\x29\73\xd\xa\11\11\11\11\x9\x9\x9\x9\175\51\15\12\11\x9\11\11\x9\11\x9\11\56\146\x61\x69\154\50\x66\x75\x6e\x63\x74\x69\157\156\40\50\x72\x65\163\x70\x6f\156\x73\145\51\40\x7b\15\xa\x9\x9\x9\x9\11\11\x9\x9\175\51\73\15\xa\x9\x9\11\x9\x9\x9\x7d\x20\x63\141\x74\143\x68\40\x28\x65\51\x20\x7b\xd\12\x9\x9\x9\11\x9\x9\11\162\x65\152\x65\143\x74\50\145\51\x3b\xd\xa\11\x9\x9\11\x9\x9\x7d\15\12\x9\11\11\11\11\175\51\x3b\xd\xa\x9\x9\11\x9\175\xd\xa\11\x9\x9\x7d\51\x3b\xd\xa\11\x9\x3c\x2f\163\143\x72\151\160\x74\x3e\15\xa\x9\x9\x3c\163\164\171\x6c\x65\x3e\xd\12\x9\x9\11\56\155\157\55\155\x73\55\x74\x61\x62\55\x63\x6f\156\164\x65\156\164\55\x62\165\164\164\157\x6e\x7b\xd\12\x9\x9\x9\11\142\x6f\170\x2d\x73\x69\x7a\151\156\x67\72\40\x62\157\162\x64\145\x72\55\142\157\x78\73\xd\xa\11\11\11\x9\x68\x65\151\147\150\x74\x3a\x20\x32\x34\160\170\x3b\xd\xa\11\x9\x9\x9\x66\x6f\156\x74\x2d\x73\x69\172\x65\72\40\x31\x33\160\x78\x3b\15\xa\x9\11\11\11\154\151\x6e\x65\55\150\x65\x69\x67\x68\164\x3a\x20\62\60\x70\170\x3b\15\xa\11\11\x9\11\x66\x6f\156\x74\55\x77\145\151\147\x68\164\72\40\66\x30\60\x3b\15\12\x9\x9\11\x9\143\x75\x72\x73\157\162\x3a\x20\x70\x6f\x69\x6e\x74\145\162\73\15\12\11\x9\x9\x9\142\157\x72\x64\145\162\x2d\167\151\144\x74\x68\72\x20\x31\160\x78\x3b\xd\xa\x9\x9\11\11\x62\x6f\162\144\x65\162\55\x73\x74\x79\x6c\x65\x3a\x20\163\157\x6c\x69\x64\73\xd\xa\11\11\11\x9\x6d\x61\x72\x67\151\156\72\40\60\73\15\xa\11\x9\11\x9\142\x61\x63\153\x67\x72\x6f\165\156\144\55\143\157\154\157\x72\x3a\40\x23\61\x42\71\102\101\x31\x3b\15\xa\11\x9\11\x9\142\157\x72\x64\x65\162\x2d\143\157\154\x6f\162\72\40\43\x31\102\71\x42\101\61\73\15\xa\x9\x9\11\11\143\x6f\x6c\157\x72\72\40\167\150\151\x74\145\73\15\12\x9\11\11\x9\x66\x69\x6c\154\72\x20\x77\x68\x69\164\145\73\xd\12\x9\x9\11\x9\x70\x61\144\144\x69\x6e\147\72\x20\60\40\62\60\160\170\x20\x30\x20\62\x30\160\x78\73\15\12\x9\11\11\175\15\xa\xd\12\x9\x9\11\x23\x6d\x6f\137\x73\160\x73\137\x75\x70\154\x6f\141\x64\137\160\162\x6f\147\x72\145\x73\163\137\x62\141\162\x20\x7b\xd\12\x9\x9\11\11\x77\x69\144\164\x68\x3a\40\x30\45\x3b\15\12\x9\x9\x9\11\150\x65\x69\x67\x68\164\x3a\40\x31\162\145\155\73\15\12\11\x9\11\11\142\x61\x63\x6b\147\x72\157\x75\x6e\144\x2d\x63\x6f\x6c\x6f\x72\x3a\x20\x23\60\64\101\x41\x36\x44\x3b\xd\xa\x9\x9\11\11\154\x69\156\x65\55\150\145\x69\147\150\x74\x3a\40\61\x72\145\x6d\x3b\15\12\x9\x9\11\175\xd\xa\xd\12\x9\x9\11\x23\x6d\157\x5f\163\160\x73\137\x75\x70\x6c\157\141\x64\x5f\x70\162\x6f\147\x72\145\x73\x73\x5f\160\x65\162\143\x65\x6e\x74\x20\173\15\xa\11\x9\11\11\x64\151\163\x70\x6c\x61\x79\72\x20\146\x6c\145\x78\73\xd\xa\x9\x9\x9\11\x61\154\x69\x67\156\x2d\x69\164\x65\x6d\x73\72\x20\143\x65\156\164\x65\162\73\15\xa\11\11\x9\x9\152\x75\x73\x74\x69\x66\x79\x2d\x63\157\156\164\145\156\x74\72\x20\x63\145\x6e\x74\x65\162\73\xd\xa\x9\11\x9\11\167\151\x64\x74\150\72\40\61\x30\x30\45\73\xd\12\x9\11\11\11\160\x6f\x73\x69\x74\x69\157\x6e\x3a\40\x61\142\x73\157\x6c\x75\164\145\x3b\15\12\x9\11\x9\x9\172\x2d\151\156\144\145\170\72\x20\x32\73\15\12\x9\x9\x9\x9\x62\157\164\164\157\x6d\x3a\40\x30\x72\145\155\73\xd\12\11\x9\x9\11\146\157\x6e\164\55\x73\x69\172\x65\x3a\40\x30\56\70\x72\145\x6d\73\15\12\x9\x9\11\175\xd\xa\xd\12\x9\x9\x9\x23\x6d\x6f\137\163\160\x73\137\x75\x70\x6c\x6f\141\144\137\x66\151\154\x65\x20\173\15\12\11\11\x9\11\x70\157\163\151\164\151\157\156\72\40\x72\x65\154\x61\164\x69\166\145\x3b\15\xa\x9\x9\x9\x9\155\141\x72\147\151\156\x3a\x20\x35\160\170\73\15\12\x9\x9\11\x7d\15\12\15\12\x9\11\x9\x23\x6d\157\137\x73\x70\163\137\x70\x72\x6f\x67\x72\145\x73\x73\x5f\144\151\166\x20\x7b\xd\xa\x9\x9\x9\11\x77\151\144\164\x68\72\x20\61\x35\45\73\15\xa\x9\11\11\x9\142\141\143\153\x67\x72\157\165\156\x64\55\143\157\x6c\x6f\162\72\40\167\150\x69\x74\x65\73\15\xa\11\x9\x9\11\x74\x65\170\164\55\141\x6c\x69\x67\156\x3a\40\x63\x65\x6e\164\145\162\x3b\15\xa\x9\11\x9\11\150\x65\x69\147\x68\x74\x3a\40\x31\162\x65\155\73\xd\12\11\x9\x9\x9\x70\x61\x64\x64\151\156\x67\x3a\40\61\x72\145\155\x3b\xd\12\x9\11\x9\11\x63\x6f\x6c\x6f\x72\72\x20\x62\x6c\x61\143\153\73\15\12\11\x9\11\x7d\15\12\15\12\11\11\x9\x2e\x6d\157\137\144\x6f\x63\137\154\x69\142\x5f\x75\x70\x6c\x6f\x61\144\x5f\x6d\141\x69\x6e\137\143\157\x6e\164\x61\151\x6e\x65\x72\173\15\xa\11\x9\11\x9\167\151\x64\x74\x68\72\x20\x32\x35\162\x65\x6d\x3b\15\xa\11\11\x9\x9\x2f\x2a\x20\150\145\x69\147\150\x74\x3a\x20\x33\60\162\x65\155\x3b\x20\x2a\x2f\15\12\x9\11\11\11\x64\151\163\x70\154\x61\171\72\40\146\x6c\145\170\x3b\15\xa\11\x9\x9\11\x66\x6c\145\x78\x2d\x64\151\162\x65\x63\x74\151\x6f\x6e\72\x20\143\157\x6c\x75\155\156\x3b\xd\xa\x9\11\11\11\152\x75\x73\x74\151\146\x79\x2d\143\157\x6e\x74\145\x6e\164\x3a\x20\163\160\141\143\x65\x2d\142\x65\164\x77\x65\x65\156\x3b\xd\xa\x9\11\x9\175\xd\xa\15\12\x9\x9\11\56\155\x6f\x5f\x64\x6f\x63\x5f\154\x69\142\x5f\165\x70\154\157\141\x64\137\x66\x69\x6c\145\x73\x5f\141\x6e\144\137\150\145\x61\x64\x69\156\x67\x5f\143\157\x6e\164\x61\151\156\145\162\173\15\xa\x9\11\11\x9\x64\151\x73\x70\x6c\x61\x79\72\40\156\157\156\145\x3b\xd\12\x9\11\x9\x7d\15\12\xd\12\11\x9\11\x2e\x6d\x6f\x5f\144\157\x63\x5f\154\151\142\x5f\165\160\x6c\157\141\x64\x5f\150\x65\141\144\145\x72\173\xd\xa\11\x9\x9\x9\144\151\163\x70\x6c\x61\x79\72\40\146\154\145\x78\x3b\15\12\x9\x9\x9\11\141\x6c\151\147\x6e\x2d\x69\164\145\155\163\72\40\143\145\x6e\x74\145\x72\x3b\xd\12\11\x9\x9\11\x68\145\x69\147\150\164\72\x20\62\162\x65\155\73\15\xa\x9\x9\x9\x9\160\x61\144\x64\x69\x6e\x67\x3a\x20\x30\56\65\x65\155\73\15\xa\x9\x9\x9\11\142\157\170\x2d\163\x68\x61\x64\x6f\167\x3a\x20\x30\160\x78\40\60\x70\x78\40\x31\56\x35\160\170\x20\x23\146\146\146\x66\x66\x66\x3b\15\xa\11\x9\x9\11\x6a\x75\x73\164\151\x66\x79\x2d\x63\157\x6e\x74\145\x6e\164\72\x20\x73\160\141\143\145\x2d\142\x65\164\x77\145\145\156\73\xd\xa\11\x9\11\175\15\xa\xd\12\x9\11\11\56\155\157\137\x64\x6f\143\137\x6c\151\142\x5f\165\x70\154\x6f\141\x64\x5f\150\145\x61\x64\151\x6e\x67\x7b\xd\12\x9\11\11\11\146\157\x6e\164\55\x73\151\x7a\145\x3a\x20\61\162\x65\155\73\xd\xa\11\11\11\11\146\157\x6e\x74\x2d\x77\145\151\x67\x68\164\x3a\x20\x35\x30\x30\x3b\15\12\11\x9\11\175\15\12\xd\xa\x9\x9\11\56\x6d\x6f\x5f\144\x6f\143\x5f\x6c\x69\142\x5f\x63\x6c\157\x73\145\x5f\155\x69\156\151\x6d\x69\x7a\x65\x5f\x62\164\x6e\x5f\143\157\156\x74\141\151\x6e\145\x72\173\xd\xa\x9\11\x9\x9\x64\151\163\160\154\141\171\x3a\40\146\x6c\145\x78\73\xd\12\x9\11\11\x9\x61\x6c\151\147\156\x2d\x69\x74\x65\155\x73\72\40\143\x65\156\164\x65\162\x3b\xd\12\11\11\11\11\147\x61\160\x3a\40\x38\x70\x78\x3b\xd\12\11\11\x9\x9\155\141\x72\147\x69\156\x2d\x72\x69\147\150\x74\x3a\x20\60\56\65\145\x6d\73\xd\12\x9\x9\11\x7d\xd\12\xd\xa\x9\x9\11\x2e\x6d\x6f\x5f\144\x6f\143\x5f\x6c\151\142\137\165\x70\154\157\141\144\x5f\146\x69\x6c\x65\163\137\x74\x6f\137\165\160\x6c\157\x61\x64\x7b\15\xa\11\x9\11\11\150\x65\x69\147\150\164\x3a\40\62\x32\x2e\x35\x72\145\x6d\x3b\15\xa\x9\x9\11\x9\157\166\x65\162\x66\154\157\167\x2d\x79\x3a\40\x73\x63\162\157\154\154\x3b\15\12\x9\11\x9\x9\160\x61\x64\144\x69\x6e\x67\x3a\x20\x30\56\65\145\155\x20\x31\x65\155\x20\x30\x2e\65\145\155\40\61\x65\155\x3b\15\12\x9\11\11\x7d\xd\12\xd\xa\11\11\11\x2e\x6d\x6f\137\x64\x6f\x63\137\x6c\x69\142\137\x75\160\154\x6f\141\144\137\x66\151\154\145\163\x5f\x74\157\137\x75\x70\x6c\x6f\141\x64\x3a\72\x2d\x77\145\x62\x6b\151\x74\x2d\163\x63\162\x6f\154\x6c\142\141\162\x7b\15\xa\x9\x9\11\x9\144\x69\x73\160\154\141\x79\x3a\40\156\157\x6e\x65\x3b\xd\xa\11\11\11\x7d\xd\12\15\xa\x9\11\x9\x2e\x6d\157\137\144\x6f\143\x5f\x6c\x69\x62\137\165\160\x6c\157\x61\144\137\146\151\x6c\x65\x73\x5f\x6c\x69\x73\x74\137\162\157\x77\173\15\12\x9\x9\x9\11\x6d\x61\x72\147\151\x6e\x3a\40\x30\56\x35\145\x6d\x20\60\73\xd\xa\x9\x9\11\x9\x68\145\151\147\x68\x74\x3a\40\63\162\145\x6d\x3b\15\xa\11\11\11\x9\144\151\x73\x70\154\x61\171\72\x20\x66\154\145\x78\73\15\12\x9\x9\11\x9\x61\154\x69\x67\x6e\x2d\151\164\145\155\163\72\x20\x63\x65\x6e\x74\145\x72\73\xd\xa\11\11\x9\11\160\x6f\163\x69\x74\x69\x6f\156\x3a\x20\x72\x65\154\x61\164\151\x76\x65\x3b\15\xa\x9\11\x9\175\xd\12\15\12\11\11\11\x2e\x6d\x6f\137\144\157\143\x5f\154\151\x62\137\x75\x70\x6c\157\x61\144\x5f\146\x69\154\x65\x73\x5f\154\151\x73\164\x5f\x6e\x61\x6d\x65\x7b\xd\xa\11\11\11\x9\167\x69\x64\x74\x68\72\x20\x31\x35\x72\145\155\73\15\12\x9\11\11\11\x6f\166\145\x72\x66\x6c\157\167\72\x20\150\151\x64\x64\x65\156\73\xd\xa\11\11\11\x9\x74\x65\170\x74\x2d\157\166\145\x72\146\x6c\x6f\x77\x3a\x20\x65\154\154\x69\160\x73\151\163\73\15\xa\x9\x9\11\x9\x77\150\x69\164\x65\x2d\163\160\141\143\145\x3a\40\156\x6f\167\162\141\x70\x3b\15\xa\11\x9\x9\175\xd\xa\15\xa\11\11\x9\x2e\155\157\x5f\144\x6f\143\137\154\151\142\x5f\x75\160\154\157\141\144\x5f\146\x69\154\145\163\x5f\160\162\x6f\147\x72\145\163\x73\173\xd\12\x9\x9\x9\x9\x77\151\x64\164\150\x3a\40\x30\x25\x3b\xd\xa\11\11\11\x9\160\x6f\163\x69\x74\x69\157\156\x3a\x20\141\x62\163\157\154\165\x74\x65\73\15\xa\x9\11\x9\x9\142\141\x63\153\147\162\157\165\156\144\x3a\40\43\60\60\142\x65\x62\145\73\xd\12\x9\11\11\11\x68\x65\x69\x67\x68\x74\x3a\x20\60\56\x31\x72\x65\155\73\xd\xa\x9\11\x9\11\x7a\55\x69\x6e\x64\145\170\x3a\x20\55\x31\x3b\15\12\11\11\11\x9\x62\157\164\x74\157\155\x3a\x20\x30\73\15\12\11\11\x9\175\15\12\15\xa\11\x9\11\x2e\155\157\137\144\x6f\x63\x5f\x6c\x69\142\x5f\165\160\x6c\157\x61\x64\x5f\146\x69\154\x65\x73\137\154\151\x73\x74\x5f\x6e\141\155\x65\137\x61\x6e\x64\x5f\x70\162\x6f\147\162\145\x73\163\137\x70\x65\x72\143\145\156\x74\137\143\157\156\x74\141\x69\156\x65\x72\173\15\xa\x9\x9\11\11\144\151\x73\x70\x6c\141\x79\x3a\40\x66\154\x65\x78\73\15\12\11\x9\x9\x9\x64\x69\x73\x70\x6c\141\x79\72\x20\146\x6c\145\170\73\xd\12\x9\x9\11\x9\146\x6c\145\x78\x2d\147\162\x6f\x77\72\40\x31\73\xd\xa\11\11\11\x9\x61\x6c\151\147\156\55\151\x74\145\155\x73\72\40\143\x65\156\x74\145\162\73\15\xa\11\x9\x9\11\152\165\163\x74\x69\x66\171\55\143\157\156\164\145\156\164\72\x20\163\160\x61\143\145\x2d\142\x65\164\167\145\x65\156\73\xd\12\11\x9\11\x7d\xd\12\15\12\x9\11\x9\56\x6d\x6f\x5f\x64\157\x63\137\154\x69\142\x5f\x75\160\x6c\157\x61\144\137\163\x68\157\162\x74\x5f\x63\157\x6e\x74\141\151\x6e\x65\162\173\15\xa\11\11\x9\x9\142\x61\x63\x6b\x67\x72\x6f\x75\x6e\x64\x3a\40\x23\61\61\70\x37\65\142\x3b\40\40\x20\40\xd\12\x9\x9\11\11\142\157\162\x64\x65\162\x2d\x72\x61\144\x69\165\163\x3a\x20\66\160\170\73\15\12\11\11\11\x9\x68\x65\x69\147\150\164\72\x20\x33\x72\x65\155\x3b\xd\xa\11\x9\x9\x9\155\x61\x72\x67\151\x6e\x3a\x20\x30\56\x35\x65\155\x3b\15\xa\x9\x9\x9\x7d\xd\xa\15\xa\11\11\11\x2e\155\157\137\144\157\143\x5f\154\x69\142\137\x75\160\x6c\157\x61\144\137\163\150\157\162\164\x5f\150\145\141\144\145\162\x7b\xd\xa\11\x9\x9\x9\x64\151\x73\x70\x6c\141\x79\72\x20\146\154\145\x78\x3b\15\xa\11\11\x9\x9\x61\x6c\x69\147\x6e\55\151\x74\x65\x6d\x73\x3a\x20\x63\145\x6e\x74\x65\162\73\xd\xa\11\11\11\x9\150\145\151\147\x68\164\x3a\40\151\156\150\x65\x72\x69\164\x3b\15\xa\x9\11\x9\11\x6a\x75\x73\x74\x69\x66\171\55\x63\157\x6e\x74\145\156\x74\72\40\x73\x70\x61\x63\145\55\142\145\x74\x77\145\x65\156\73\15\xa\x9\x9\11\x7d\xd\12\xd\12\x9\x9\11\56\155\157\x5f\144\157\x63\137\154\x69\142\137\x75\x70\x6c\x6f\x61\x64\x5f\141\x6e\151\x6d\x61\x74\151\x6f\x6e\x5f\x61\x6e\x64\x5f\x63\x6f\x75\156\164\137\x63\157\156\164\141\x69\156\x65\162\x7b\xd\12\x9\x9\11\11\x64\151\163\160\154\141\x79\x3a\40\x66\x6c\145\x78\x3b\15\xa\11\x9\x9\11\x61\154\151\x67\x6e\55\151\x74\x65\x6d\x73\72\x20\143\x65\x6e\164\145\x72\73\xd\xa\x9\11\x9\x9\147\141\160\72\x20\x38\160\x78\73\xd\12\x9\x9\x9\x7d\xd\xa\15\xa\11\11\x9\x2e\x6d\157\x5f\144\157\x63\x5f\154\x69\x62\x5f\x75\160\154\x6f\141\144\x5f\151\x63\x6f\156\x5f\141\156\151\155\141\x74\x69\x6f\156\x7b\xd\12\11\11\11\11\x68\145\x69\147\150\164\72\x20\x33\x72\x65\155\x3b\xd\xa\x9\11\11\11\x77\151\144\164\150\x3a\40\x33\162\145\155\73\xd\12\11\11\11\11\142\157\162\x64\145\x72\55\x72\141\144\151\165\x73\x3a\x20\x36\160\x78\73\xd\xa\11\11\11\x9\142\x61\143\153\147\x72\x6f\x75\x6e\x64\x3a\40\x23\x30\x62\x37\x34\64\144\73\15\xa\11\x9\x9\175\xd\xa\15\xa\x9\x9\x9\56\x6d\157\x5f\144\x6f\x63\137\x6c\151\142\137\146\x69\154\145\137\x75\x70\x6c\157\x61\144\x5f\x65\170\164\145\156\x73\151\157\156\173\15\xa\x9\x9\11\x9\x77\x69\x64\x74\150\72\x20\x66\151\164\55\x63\x6f\156\x74\145\156\x74\x3b\xd\12\x9\x9\11\11\x66\x6f\156\x74\55\167\x65\x69\147\x68\164\72\40\x35\60\60\x3b\15\12\x9\11\11\11\x66\x6f\156\x74\55\163\x69\172\x65\72\40\61\x32\x70\170\x3b\xd\12\x9\x9\x9\11\142\141\143\x6b\147\x72\x6f\x75\x6e\144\72\40\x23\64\x63\64\143\64\x63\x3b\15\12\11\11\x9\11\143\x6f\154\x6f\x72\x3a\x20\x77\x68\151\164\x65\x3b\xd\xa\11\x9\11\11\142\x6f\162\144\145\162\55\162\x61\x64\151\165\x73\x3a\40\61\60\x70\170\73\xd\xa\x9\x9\x9\x9\x70\141\144\144\151\x6e\147\x3a\x20\60\x70\x78\40\x31\x30\x70\x78\x3b\xd\xa\x9\x9\x9\175\15\xa\15\xa\x9\x9\x9\56\x6d\157\137\144\x6f\143\137\154\151\142\x5f\165\x70\x6c\x6f\x61\144\137\x63\154\157\x73\x65\137\x64\145\164\141\x69\x6c\163\54\x20\56\x6d\157\x5f\144\x6f\143\137\x6c\151\x62\x5f\165\160\x6c\x6f\141\144\x5f\157\x70\x65\x6e\x5f\144\x65\x74\141\151\154\x73\54\x20\x2e\x6d\x6f\137\x64\x6f\x63\x5f\x6c\x69\x62\x5f\165\160\x6c\x6f\141\144\137\143\154\157\x73\x65\x5f\x75\x70\154\x6f\x61\144\x73\x7b\15\12\x9\x9\x9\11\143\x75\x72\x73\x6f\x72\72\40\x70\157\151\156\164\145\x72\73\xd\12\11\11\x9\175\xd\xa\15\xa\x9\x9\x9\x2e\155\157\137\x64\x6f\x63\137\154\x69\x62\x5f\165\160\154\157\x61\144\137\x63\154\x6f\163\x65\x5f\x64\145\164\141\151\x6c\163\x3a\150\157\166\x65\162\54\40\x2e\x6d\157\x5f\x64\157\x63\137\154\151\142\137\x75\160\154\157\x61\x64\137\x6f\160\145\156\x5f\144\145\164\141\x69\x6c\x73\x3a\x68\157\166\145\x72\54\x20\x2e\x6d\x6f\x5f\x64\157\143\137\154\x69\x62\x5f\x75\160\x6c\157\x61\x64\x5f\x63\x6c\157\163\x65\137\x75\x70\x6c\157\x61\144\163\72\150\x6f\x76\145\x72\x7b\15\12\11\x9\11\x9\142\x61\x63\x6b\147\x72\157\x75\156\x64\x2d\143\x6f\x6c\x6f\x72\x3a\x20\x23\66\x65\66\145\x36\x65\x3b\xd\12\11\x9\11\x7d\xd\12\xd\12\x9\11\11\x2e\x6d\157\x5f\x64\x6f\x63\x5f\x6c\151\x62\137\165\160\154\x6f\141\x64\137\x63\x6f\x70\x79\137\151\164\145\x6d\137\154\151\156\153\x7b\xd\12\x9\11\11\11\142\x6f\162\x64\x65\x72\72\40\x6e\157\156\145\x3b\xd\12\x9\x9\11\11\x77\151\x64\x74\150\x3a\x20\x35\x72\x65\155\x3b\15\xa\11\x9\x9\11\x62\x6f\162\x64\145\162\x2d\162\141\x64\151\x75\163\x3a\40\x34\x70\x78\x3b\15\12\11\11\x9\x9\144\x69\163\160\x6c\141\x79\72\40\146\x6c\145\170\x3b\15\12\x9\x9\11\11\141\154\x69\x67\x6e\55\x69\x74\145\x6d\x73\72\x20\143\145\x6e\164\145\162\x3b\xd\12\x9\x9\11\x9\146\157\x6e\164\x2d\163\151\x7a\x65\x3a\40\x31\64\160\170\73\15\xa\x9\11\x9\11\x70\141\144\x64\x69\156\147\72\40\64\160\x78\40\x38\160\170\x3b\xd\xa\11\11\x9\11\x63\x75\x72\x73\x6f\x72\x3a\x20\x70\x6f\x69\156\x74\145\162\73\15\xa\x9\x9\x9\x7d\xd\12\xd\xa\x9\x9\11\56\155\157\137\144\157\143\x5f\x6c\x69\x62\x5f\x75\x70\x6c\x6f\x61\144\x5f\143\157\160\x79\137\x69\164\145\x6d\137\x6c\151\x6e\x6b\72\x68\x6f\166\145\x72\x7b\15\12\x9\11\x9\11\x62\x61\143\x6b\147\x72\157\x75\x6e\x64\x2d\143\x6f\x6c\x6f\x72\72\x20\x23\143\143\143\73\xd\xa\x9\x9\x9\x7d\xd\xa\x9\x9\x9\56\x6d\x6f\137\x64\157\143\x5f\154\151\142\x5f\164\157\x61\x73\x74\137\144\151\163\x70\x6c\x61\171\137\x63\157\x6e\164\141\x69\x6e\x65\x72\173\15\12\x9\11\x9\x9\144\151\163\160\154\141\171\x3a\40\x6e\157\156\145\73\xd\xa\x9\x9\x9\11\142\x61\x63\153\147\x72\x6f\165\x6e\144\72\40\43\x33\x37\63\67\63\67\73\xd\12\x9\x9\x9\x9\x63\x6f\154\x6f\162\72\x20\167\150\151\164\145\x3b\15\xa\11\x9\x9\11\160\157\x73\x69\164\x69\x6f\156\72\x20\x66\x69\170\x65\144\73\xd\12\x9\11\x9\11\142\x6f\x74\164\157\155\72\x20\60\56\65\x72\145\155\73\15\xa\x9\x9\x9\11\162\151\147\150\x74\x3a\40\x30\x2e\x37\162\x65\155\73\15\12\11\x9\x9\x9\141\154\151\x67\156\55\x69\164\145\x6d\163\72\x20\143\x65\156\164\145\162\73\15\xa\x9\x9\x9\x9\x6a\x75\x73\164\x69\x66\x79\55\143\157\156\x74\x65\x6e\x74\x3a\x20\x66\154\x65\170\55\x73\x74\141\162\x74\x3b\15\xa\11\11\x9\x9\x62\157\162\144\145\162\55\x72\x61\x64\151\165\x73\72\x20\x36\x70\x78\73\xd\12\x9\11\11\11\x7a\x2d\151\156\144\x65\x78\x3a\x20\71\x39\71\71\x3b\15\12\11\11\11\x7d\15\xa\x9\11\x3c\x2f\x73\164\x79\154\x65\76\15\xa\11\11";
}
private function mo_sps_process_batch_request($pI)
{
if (self::$isliveri) {
goto Cn;
}
return;
Cn:
$Wg = wpWrapper::mo_sps_get_option(pluginConstants::APP_CONFIG);
$VI = Azure::getClient($Wg);
$S5 = $VI->mo_sps_get_batch_items($pI);
if ($S5["\x73\164\x61\164\165\x73"]) {
goto nu;
}
$sY = array("\x45\x72\162\157\x72" => !empty($VO["\x64\141\164\141"]["\x65\162\162\x6f\x72"]) ? $VO["\x64\141\164\141"]["\x65\162\x72\x6f\x72"] : "\x55\x6e\145\x78\x70\145\143\x74\x65\x64\x20\145\x72\x72\x6f\x72\x20\x6f\x63\143\165\x72\145\x64\x2e\56\56\x21", "\104\145\163\143\x72\x69\x70\164\151\157\x6e" => !empty($VO["\144\141\164\x61"]["\x65\162\162\157\x72\137\144\x65\163\x63\x72\x69\160\x74\151\x6f\156"]) ? $VO["\x64\141\164\x61"]["\145\162\x72\157\x72\x5f\x64\x65\x73\143\x72\151\x70\164\151\157\x6e"] : "\x50\x6c\x65\141\x73\145\40\143\150\145\x63\153\x20\171\x6f\x75\x72\x20\151\156\164\145\162\156\x65\164\40\143\x6f\156\156\x65\x63\x74\x69\x6f\156\x20\157\x72\x20\x74\x72\x79\x20\x61\x67\x61\x69\x6e\40\141\146\x74\x65\x72\x20\163\x6f\155\145\164\151\155\x65\x2e");
wp_send_json_error($sY);
goto JX;
nu:
$qr = $S5["\144\x61\x74\x61"]["\162\x65\163\160\x6f\x6e\x73\x65\163"];
$S5 = array();
foreach ($qr as $VO) {
$S5[$VO["\x69\144"]] = $VO;
Un:
}
z8:
return $S5;
JX:
}
}
Function Calls
None |
Stats
MD5 | b11838883bc93a27420794bc8e154606 |
Eval Count | 0 |
Decode Time | 109 ms |