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 /* __________________________________________________ | Obfuscated by YAK Pro..

Decoded Output download

<?php
/*   __________________________________________________
    |  Obfuscated by YAK Pro - Php Obfuscator  2.0.14  |
    |              on 2024-04-04 18:22:50              |
    |    GitHub: https://github.com/pk-fr/yakpro-po    |
    |__________________________________________________|
*/
 echo "<!DOCTYPE html>\xa<html
    lang="{{ app()->getLocale() }}"\xa    dir="{{ in_array(app()->getLocale(), ['ar', 'fa', 'he']) ? 'rtl' : 'ltr' }}"\xa>
    <head>
        <title>
            @lang('installer::app.installer.index.title')
        </title>\xa\xa        <meta charset="UTF-8">\xa        <meta http-equiv="X-UA-Compatible" content="IE=edge">\xa        <meta name="viewport" content="width=device-width, initial-scale=1">
        <meta name="base-url" content="{{ url()->to('/') }}">\xa\xa        @stack('meta')
\xa        @bagistoVite(['src/Resources/assets/css/app.css', 'src/Resources/assets/js/app.js'], 'installer')\xa\xa        <link\xa            href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap"\xa            rel="stylesheet"
        />

        <link
            href="https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap"
            rel="stylesheet"\xa        />

        <link\xa            type="image/x-icon"\xa            href="{{ bagisto_asset('images/installer/favicon.ico', 'installer') }}"
            rel="shortcut icon"
            sizes="16x16"
        />

        @stack('styles')
    </head>

    @php
        $locales = [
            'ar'    => 'arabic',
            'bn'    => 'bengali',\xa            'de'    => 'german',\xa            'en'    => 'english',\xa            'es'    => 'spanish',
            'fa'    => 'persian',\xa            'fr'    => 'french',\xa            'he'    => 'hebrew',
            'hi_IN' => 'hindi',
            'it'    => 'italian',
            'ja'    => 'japanese',
            'nl'    => 'dutch',\xa            'pl'    => 'polish',\xa            'pt_BR' => 'portuguese',
            'ru'    => 'russian',
            'sin'   => 'sinhala',\xa            'tr'    => 'turkish',\xa            'uk'    => 'ukrainian',\xa            'zh_CN' => 'chinese',
        ];
\xa        $currencies = [\xa            'AED' => 'dirham',
            'AFN' => 'israeli',\xa            'CNY' => 'chinese-yuan',
            'EUR' => 'euro',
            'GBP' => 'pound',
            'INR' => 'rupee',
            'IRR' => 'iranian',
            'JPY' => 'japanese-yen',
            'RUB' => 'russian-ruble',\xa            'SAR' => 'saudi',
            'TRY' => 'turkish-lira',
            'UAH' => 'ukrainian-hryvnia',
            'USD' => 'usd',\xa        ];\xa    @endphp\xa
    <body>
        <div\xa            id="app"\xa            class="container fixed"\xa        >\xa            <div class="flex [&amp;>*]:w-[50%] gap-[50px] justify-center items-center">\xa                <!-- Vue Component -->\xa                <v-server-requirements></v-server-requirements>
            </div>\xa        </div>\xa
        @pushOnce('scripts')\xa            <script type="text/x-template" id="v-server-requirements-template">\xa                <!-- Left Side Welcome to Installation -->
                <div class="flex flex-col justify-center">
                    <div class="grid items-end max-w-[362px] m-auto h-[100vh]">
                        <div class="grid gap-4">\xa                            <img
                                src="{{ bagisto_asset('images/installer/bagisto-logo.svg', 'installer') }}"
                                alt="@lang('installer::app.installer.index.bagisto-logo')"
                            >

                            <div class="grid gap-1.5">
                                <p class="text-gray-800 text-[20px] font-bold">
                                    @lang('installer::app.installer.index.installation-title')
                                </p>

                                <p class="text-gray-600 text-[14px]">
                                    @lang('installer::app.installer.index.installation-info')\xa                                </p>
                            </div>

                            <div class="grid gap-3">
                                <div\xa                                    class="flex gap-1 text-[14px] text-gray-600"
                                    :class="[stepStates.start == 'active' ? 'font-bold' : '', 'text-gray-600']"\xa                                >\xa                                    <span v-if="stepStates.start !== 'complete'">
                                        <span\xa                                            class="text-[20px]"\xa                                            :class="stepStates.start === 'pending' ? 'icon-checkbox-normal' : 'icon-right'"\xa                                        >
                                        </span>
                                    </span>
\xa                                    <span v-else>
                                        <span class="icon-tick text-green-500"></span>\xa                                    </span>

                                    <p>@lang('installer::app.installer.index.start.main')</p>
                                </div>\xa
                                <!-- Server Environment -->\xa                                <div\xa                                    class="flex gap-1 text-[14px] text-gray-600"
                                    :class="[stepStates.systemRequirements == 'active' ? 'font-bold' : '', 'text-gray-600']"\xa                                >
                                    <span v-if="stepStates.systemRequirements !== 'complete'">\xa                                        <span\xa                                            class="text-[20px]"
                                            :class="stepStates.systemRequirements === 'pending' ? 'icon-checkbox-normal' : 'icon-right'"
                                        >
                                        </span>
                                    </span>
\xa                                    <span v-else>
                                        <span class="icon-tick text-green-500"></span>
                                    </span>\xa
                                    <p>@lang('installer::app.installer.index.server-requirements.title')</p>
                                </div>

                                <!-- ENV Database Configuration -->\xa                                <div\xa                                    class="flex gap-1 text-[14px] text-gray-600"
                                    :class="[stepStates.envDatabase == 'active' ? 'font-bold' : '', 'text-gray-600']"
                                >\xa                                    <span v-if="stepStates.envDatabase !== 'complete'">\xa                                        <span
                                            class="text-[20px]"\xa                                            :class="stepStates.envDatabase === 'pending' ? 'icon-checkbox-normal' : 'icon-right'"\xa                                        >
                                        </span>
                                    </span>

                                    <span v-else>
                                        <span class="icon-tick text-green-500"></span>
                                    </span>\xa\xa                                    <p>
                                        @lang('installer::app.installer.index.environment-configuration.title')\xa                                    </p>
                                </div>\xa\xa                                <!-- Ready For Installation -->
                                <div\xa                                    class="flex gap-1 text-[14px] text-gray-600"\xa                                    :class="[stepStates.readyForInstallation == 'active' ? 'font-bold' : '', 'text-gray-600']"\xa                                >\xa                                    <span v-if="stepStates.readyForInstallation !== 'complete'">\xa                                        <span\xa                                            class="text-[20px]"\xa                                            :class="stepStates.readyForInstallation === 'pending' ? 'icon-checkbox-normal' : 'icon-right'"\xa                                        >\xa                                        </span>
                                    </span>
\xa                                    <span v-else>\xa                                        <span class="icon-tick text-green-500"></span>\xa                                    </span>
\xa                                    <p>@lang('installer::app.installer.index.ready-for-installation.title')</p>\xa                                </div> \xa
                                <!-- Create Admin Configuration -->
                                <div\xa                                    class="flex gap-1 text-[14px] text-gray-600"\xa                                    :class="[stepStates.createAdmin == 'active' ? 'font-bold' : '', 'text-gray-600']"\xa                                >
                                    <span v-if="stepStates.createAdmin !== 'complete'">\xa                                        <span
                                            class="text-[20px]"
                                            :class="stepStates.createAdmin === 'pending' ? 'icon-checkbox-normal' : 'icon-right'"
                                        >
                                        </span>\xa                                    </span>
\xa                                    <span v-else>\xa                                        <span class="icon-tick text-green-500"></span>\xa                                    </span>
\xa                                    <p>@lang('installer::app.installer.index.create-administrator.title')</p>\xa                                </div>
\xa                                <!-- Installation Completed -->\xa                                <div
                                    class="flex gap-1 text-[14px] text-gray-600"\xa                                    :class="[stepStates.installationCompleted == 'active' ? 'font-bold' : '', 'text-gray-600']"
                                >\xa                                    <span v-if="stepStates.installationCompleted !== 'complete'">
                                        <span\xa                                            class="text-[20px]"\xa                                            :class="stepStates.installationCompleted === 'pending' ? 'icon-checkbox-normal' : 'icon-right'"
                                        >\xa                                        </span>\xa                                    </span>\xa\xa                                    <span v-else>\xa                                        <span class="icon-tick text-green-500"></span>\xa                                    </span>\xa\xa                                    <p>@lang('installer::app.installer.index.installation-completed.title')</p>\xa                                </div>\xa
                            </div>\xa                        </div>\xa\xa                        <p class="place-self-end w-full text-left mb-[24px]">\xa                            <a
                                class="bg-white underline text-blue-600"\xa                                href="https://bagisto.com/en/"
                            >
                                @lang('installer::app.installer.index.bagisto')
                            </a>\xa
                            <span>@lang('installer::app.installer.index.bagisto-info')</span>
\xa                            <a
                                class="bg-white underline text-blue-600"
                                href="https://webkul.com/"
                            >\xa                                @lang('installer::app.installer.index.webkul')\xa                            </a>\xa                        </p>
                    </div>
                </div>\xa\xa                <!-- Right Side Components -->\xa                <!-- Start -->
                <div
                    class="w-full max-w-[568px] bg-white rounded-lg shadow-[0px_8px_10px_0px_rgba(0,0,0,0.05)] border-[1px] border-gray-300"\xa                    v-if="currentStep == 'start'"\xa                >\xa                    <x-installer::form
                        v-slot="{ meta, errors, handleSubmit }"\xa                        as="div"
                        ref="start"
                    >\xa                        <form
                            @submit.prevent="handleSubmit($event, setLocale)"
                            enctype="multipart/form-data"
                            ref="multiLocaleForm"\xa                        >\xa                            <div class="flex justify-between items-center gap-2.5 px-4 py-[11px] border-b-[1px] border-gray-300">
                                <p class="text-[20px] text-gray-800 font-bold">
                                    @lang('installer::app.installer.index.start.welcome-title')\xa                                </p>\xa                            </div>\xa\xa                            <div class="flex flex-col gap-3 items-center h-[384px] px-[30px] py-4 overflow-y-auto">\xa                                <div class="container overflow-hidden">\xa                                    <div class="flex flex-col gap-3 justify-end h-[100px]">
                                        <p class="text-gray-600 text-[14px] text-center">
                                            @lang('installer::app.installer.index.installation-description')
                                        </p>
                                    </div>\xa
                                    <div class="flex flex-col gap-3 justify-center h-[284px] px-[30px] py-4 overflow-y-auto">
                                        <!-- Application Name -->\xa                                        <x-installer::form.control-group class="mb-2.5">
                                            <x-installer::form.control-group.label>\xa                                                @lang('Installation Wizard language')\xa                                            </x-installer::form.control-group.label>\xa\xa                                            <x-installer::form.control-group.control
                                                type="select"
                                                name="locale"\xa                                                rules="required"
                                                :value="app()->getLocale()"
                                                :label="trans('installer::app.installer.index.start.locale')"\xa                                                @change="$refs.multiLocaleForm.submit();"
                                            >
                                                <option\xa                                                    value=""
                                                    disabled\xa                                                >\xa                                                    @lang('installer::app.installer.index.start.select-locale')\xa                                                </option>\xa
                                                @foreach ($locales as $value => $label)\xa                                                    <option value="{{ $value }}">
                                                        @lang("installer::app.installer.index.$label")
                                                    </option>\xa                                                @endforeach\xa                                            </x-installer::form.control-group.control>

                                            <x-installer::form.control-group.error control-name="locale" />
                                        </x-installer::form.control-group>
                                    </div>\xa                                </div>\xa                            </div>
                        \xa                            <div class="flex px-4 py-2.5 justify-end items-center">\xa                                <button\xa                                    type="button"\xa                                    class="px-3 py-1.5 bg-blue-600 border border-blue-700 rounded-md text-gray-50 font-semibold cursor-pointer hover:opacity-90"
                                    tabindex="0"
                                    @click="nextForm"\xa                                >\xa                                    @lang('installer::app.installer.index.continue')\xa                                </button>
                            </div>
                        </form>\xa                    </x-installer::form>
                </div>
\xa                <!-- Systme Requirements -->
                <div class="w-full max-w-[568px] bg-white rounded-lg shadow-[0px_8px_10px_0px_rgba(0,0,0,0.05)] border-[1px] border-gray-300" v-if="currentStep == 'systemRequirements'">\xa                    <div class="flex justify-between items-center gap-2.5 px-4 py-[11px] border-b-[1px] border-gray-300">
                        <p class="text-[20px] text-gray-800 font-bold">
                            @lang('installer::app.installer.index.server-requirements.title')\xa                        </p>
                    </div>

                    <div class="flex flex-col gap-[15px] px-[30px] py-4 border-b-[1px] border-gray-300 h-[486px] overflow-y-auto">\xa                        <div class="flex gap-1">
                            <span class="{{ $phpVersion['supported'] ? 'icon-tick text-[20px] text-green-500' : '' }}"></span>\xa
                            <p class="text-[14px] text-gray-600 font-semibold">\xa                                @lang('installer::app.installer.index.server-requirements.php') <span class="font-normal">(@lang('installer::app.installer.index.server-requirements.php-version'))</span>
                            </p>\xa                        </div>

                        @foreach ($requirements['requirements'] as $requirement)
                            @foreach ($requirement as $key => $item)\xa                                <div class="flex gap-1">\xa                                    <span class="{{ $item ? 'icon-tick text-green-500' : 'icon-cross text-red-500' }} text-[20px]"></span>\xa
                                    <p class="text-[14px] text-gray-600 font-semibold">\xa                                        @lang('installer::app.installer.index.server-requirements.' . $key)
                                    </p>\xa                                </div>\xa                            @endforeach\xa                        @endforeach\xa                    </div>

                    @php
                        $hasRequirement = false;\xa\xa                        foreach ($requirements['requirements']['php'] as $value) {\xa                            if (!$value) {
                                $hasRequirement = true;
                                break;\xa                            }\xa                        }
                    @endphp
\xa                    <div class="flex px-4 py-2.5 justify-between items-center">\xa                        <div
                            class="text-[12px] text-blue-600 font-semibold cursor-pointer"
                            role="button"\xa                            aria-label="@lang('installer::app.installer.index.back')"\xa                            tabindex="0"
                            @click="back"
                        >\xa                            @lang('installer::app.installer.index.back')
                        </div>

                        <div
                            class="{{ $hasRequirement ? 'opacity-50 cursor-not-allowed' : ''}} px-3 py-1.5 bg-blue-600 border border-blue-700 rounded-md text-gray-50 font-semibold cursor-pointer {{ $hasRequirement ?: 'hover:opacity-90' }}"
                            @click="nextForm"
                            tabindex="0"\xa                        >
                            @lang('installer::app.installer.index.continue')
                        </div>\xa                    </div>\xa                </div>

                <!-- Environment Configuration Database -->\xa                <div
                    class="w-full max-w-[568px] bg-white rounded-lg shadow-[0px_8px_10px_0px_rgba(0,0,0,0.05)] border-[1px] border-gray-300"
                    v-if="currentStep == 'envDatabase'"\xa                >\xa                    <x-installer::form
                        v-slot="{ meta, errors, handleSubmit }"\xa                        as="div"\xa                        ref="envDatabase"\xa                    >
                        <form\xa                            @submit.prevent="handleSubmit($event, FormSubmit)"\xa                            enctype="multipart/form-data"\xa                        >\xa                            <div class="flex justify-between items-center gap-2.5 px-4 py-[11px] border-b-[1px] border-gray-300">
                                <p class="text-[20px] text-gray-800 font-bold">\xa                                    @lang('installer::app.installer.index.environment-configuration.title')
                                </p>
                            </div>\xa
                            <div class="flex flex-col gap-3 px-[30px] py-4 border-b-[1px] border-gray-300 h-[484px] overflow-y-auto">\xa                                <!-- Database Connection-->
                                <x-installer::form.control-group class="mb-2.5">\xa                                    <x-installer::form.control-group.label class="required">\xa                                        @lang('installer::app.installer.index.environment-configuration.database-connection')\xa                                    </x-installer::form.control-group.label>
\xa                                    <x-installer::form.control-group.control
                                        type="select"\xa                                        name="db_connection"
                                        ::value="envData.db_connection ?? 'mysql'"
                                        rules="required"\xa                                        :label="trans('installer::app.installer.index.environment-configuration.database-connection')"\xa                                        :placeholder="trans('installer::app.installer.index.environment-configuration.database-connection')"
                                    >\xa                                        <option\xa                                            value="mysql"\xa                                            selected
                                        >
                                            @lang('installer::app.installer.index.environment-configuration.mysql')\xa                                        </option>

                                        <option value="pgsql">\xa                                            @lang('installer::app.installer.index.environment-configuration.pgsql')\xa                                        </option>\xa
                                        <option value="sqlsrv">\xa                                            @lang('installer::app.installer.index.environment-configuration.sqlsrv')
                                        </option>
                                    </x-installer::form.control-group.control>

                                    <x-installer::form.control-group.error control-name="db_connection" />\xa                                </x-installer::form.control-group>
\xa                                <!-- Database Hostname-->
                                <x-installer::form.control-group class="mb-2.5">\xa                                    <x-installer::form.control-group.label class="required">\xa                                        @lang('installer::app.installer.index.environment-configuration.database-hostname')\xa                                    </x-installer::form.control-group.label>\xa
                                    <x-installer::form.control-group.control\xa                                        type="text"
                                        name="db_hostname"
                                        ::value="envData.db_hostname ?? '127.0.0.1'"\xa                                        rules="required"\xa                                        :label="trans('installer::app.installer.index.environment-configuration.database-hostname')"\xa                                        :placeholder="trans('installer::app.installer.index.environment-configuration.database-hostname')"
                                    />\xa\xa                                    <x-installer::form.control-group.error control-name="db_hostname" />
                                </x-installer::form.control-group>\xa\xa                                <!-- Database Port-->\xa                                <x-installer::form.control-group class="mb-2.5">\xa                                    <x-installer::form.control-group.label class="required">\xa                                        @lang('installer::app.installer.index.environment-configuration.database-port')
                                    </x-installer::form.control-group.label>

                                    <x-installer::form.control-group.control\xa                                        type="text"\xa                                        name="db_port"
                                        ::value="envData.db_port ?? '3306'"\xa                                        rules="required"
                                        :label="trans('installer::app.installer.index.environment-configuration.database-port')"\xa                                        :placeholder="trans('installer::app.installer.index.environment-configuration.database-port')"
                                    />\xa\xa                                    <x-installer::form.control-group.error control-name="db_port" />\xa                                </x-installer::form.control-group>

                                <!-- Database name-->
                                <x-installer::form.control-group class="mb-2.5">\xa                                    <x-installer::form.control-group.label class="required">\xa                                        @lang('installer::app.installer.index.environment-configuration.database-name')
                                    </x-installer::form.control-group.label>
\xa                                    <x-installer::form.control-group.control\xa                                        type="text"\xa                                        name="db_name"
                                        ::value="envData.db_name"\xa                                        rules="required"\xa                                        :label="trans('installer::app.installer.index.environment-configuration.database-name')"\xa                                        :placeholder="trans('installer::app.installer.index.environment-configuration.database-name')"\xa                                    />

                                    <x-installer::form.control-group.error control-name="db_name" />
                                </x-installer::form.control-group>

                                <!-- Database Prefix-->
                                <x-installer::form.control-group class="mb-2.5">
                                    <x-installer::form.control-group.label>
                                        @lang('installer::app.installer.index.environment-configuration.database-prefix')
                                    </x-installer::form.control-group.label>\xa
                                    <x-installer::form.control-group.control
                                        type="text"
                                        name="db_prefix"\xa                                        ::value="envData.db_prefix"
                                        :label="trans('installer::app.installer.index.environment-configuration.database-prefix')"\xa                                        :placeholder="trans('installer::app.installer.index.environment-configuration.database-prefix')"
                                    />
\xa                                    <x-installer::form.control-group.error control-name="db_prefix" />\xa                                </x-installer::form.control-group>\xa
                                <!-- Database Username-->
                                <x-installer::form.control-group class="mb-2.5">\xa                                    <x-installer::form.control-group.label class="required">
                                        @lang('installer::app.installer.index.environment-configuration.database-username')
                                    </x-installer::form.control-group.label>

                                    <x-installer::form.control-group.control\xa                                        type="text"\xa                                        name="db_username"\xa                                        ::value="envData.db_username"
                                        rules="required"
                                        :label="trans('installer::app.installer.index.environment-configuration.database-username')"
                                        :placeholder="trans('installer::app.installer.index.environment-configuration.database-username')"\xa                                    />\xa
                                    <x-installer::form.control-group.error control-name="db_username" />\xa                                </x-installer::form.control-group>

                                <!-- Database Password-->
                                <x-installer::form.control-group class="mb-2.5">\xa                                    <x-installer::form.control-group.label>\xa                                        @lang('installer::app.installer.index.environment-configuration.database-password')\xa                                    </x-installer::form.control-group.label>\xa\xa                                    <x-installer::form.control-group.control
                                        type="password"
                                        name="db_password"\xa                                        ::value="envData.db_password"\xa                                        :label="trans('installer::app.installer.index.environment-configuration.database-password')"
                                        :placeholder="trans('installer::app.installer.index.environment-configuration.database-password')"
                                    />\xa\xa                                    <x-installer::form.control-group.error control-name="db_password" />
                                </x-installer::form.control-group>
                            </div>\xa\xa                            <div class="flex px-4 py-2.5 justify-between items-center">
                                <div
                                    class="text-[12px] text-blue-600 font-semibold cursor-pointer"
                                    role="button"
                                    :aria-label="@lang('installer::app.installer.index.back')"
                                    tabindex="0"
                                    @click="back"
                                >
                                    @lang('installer::app.installer.index.back')
                                </div>\xa\xa                                <button
                                    type="submit"
                                    class="px-3 py-1.5 bg-blue-600 border border-blue-700 rounded-md text-gray-50 font-semibold cursor-pointer hover:opacity-90"
                                    tabindex="0"
                                >\xa                                    @lang('installer::app.installer.index.continue')\xa                                </button>
                            </div>
                        </form>\xa                    </x-installer::form>\xa                </div>\xa
                <!-- Ready For Installation -->
                <div\xa                    class="w-full max-w-[568px] bg-white rounded-lg shadow-[0px_8px_10px_0px_rgba(0,0,0,0.05)] border-[1px] border-gray-300"
                    v-if="currentStep == 'readyForInstallation'"\xa                >\xa                    <x-installer::form
                        v-slot="{ meta, errors, handleSubmit }"
                        as="div"
                        ref="envDatabase"
                    >\xa                        <form
                            @submit.prevent="handleSubmit($event, FormSubmit)"
                            enctype="multipart/form-data"
                        >
                            <div class="flex justify-between items-center gap-2.5 px-4 py-[11px] border-b-[1px] border-gray-300">\xa                                <p class="text-[20px] text-gray-800 font-bold">
                                    @lang('installer::app.installer.index.ready-for-installation.install')
                                </p>
                            </div>
\xa                            <div class="flex flex-col gap-[15px] justify-center px-[30px] py-4 border-b-[1px] border-gray-300 h-[484px] overflow-y-auto">\xa                                <div class="flex flex-col gap-4">
                                    <p class="text-[18px] text-gray-800 font-semibold">
                                        @lang('installer::app.installer.index.ready-for-installation.install-info')\xa                                    </p>\xa\xa                                    <div class="grid gap-2.5">
                                        <label class="text-[14px] text-gray-600">\xa                                            @lang('installer::app.installer.index.ready-for-installation.install-info-button')
                                        </label>\xa
                                        <div class="grid gap-3">
                                            <div class="flex gap-1 text-[14px] text-gray-600">\xa                                                <span class="icon-right text-[20px]"></span>

                                                <p>@lang('installer::app.installer.index.ready-for-installation.create-databsae-table')</p>\xa                                            </div>
\xa                                            <div class="flex gap-1 text-[14px] text-gray-600">\xa                                                <span class="icon-right text-[20px]"></span>\xa\xa                                                <p>@lang('installer::app.installer.index.ready-for-installation.populate-database-table')</p>
                                            </div>\xa                                        </div>\xa                                    </div>
                                </div>
                            </div>\xa\xa                            <div class="flex px-4 py-2.5 justify-between items-center">\xa                                <div\xa                                    class="text-[12px] text-blue-600 font-semibold cursor-pointer"
                                    role="button"\xa                                    :aria-label="@lang('installer::app.installer.index.back')"
                                    tabindex="0"
                                    @click="back"
                                >\xa                                    Back\xa                                </div>\xa\xa                                <button
                                    type="submit"\xa                                    class="px-3 py-1.5 bg-blue-600 border border-blue-700 rounded-md text-gray-50 font-semibold cursor-pointer hover:opacity-90"\xa                                >
                                    @lang('installer::app.installer.index.ready-for-installation.start-installation')\xa                                </button>\xa                            </div>\xa                        </form>
                    </x-installer::form>\xa                </div>

                <!-- Installation Processing -->\xa                <div
                    class="w-full max-w-[568px] bg-white rounded-lg shadow-[0px_8px_10px_0px_rgba(0,0,0,0.05)] border-[1px] border-gray-300"
                    v-if="currentStep == 'installProgress'"
                >\xa                    <div class="flex justify-between items-center gap-2.5 px-4 py-[11px] border-b-[1px] border-gray-300">\xa                        <p class="text-[20px] text-gray-800 font-bold">
                            @lang('installer::app.installer.index.installation-processing.title')
                        </p>\xa                    </div>
\xa                    <div class="flex flex-col gap-[15px] justify-center px-[30px] py-4 h-[484px] overflow-y-auto">\xa                        <div class="flex flex-col gap-4">
                            <p class="text-[18px] text-gray-800 font-bold">
                                @lang('installer::app.installer.index.installation-processing.bagisto')\xa                            </p>\xa\xa                            <div class="grid gap-2.5">\xa                                <!-- Spinner -->
                                <img
                                    class="animate-spin h-5 w-5 text-navyBlue"\xa                                    src="{{ bagisto_asset('images/installer/spinner.svg', 'installer') }}"
                                    alt="Loading"
                                />\xa
                                <p class="text-[14px] text-gray-600">
                                    @lang('installer::app.installer.index.installation-processing.bagisto-info')\xa                                </p>\xa                            </div>
                        </div>
                    </div>
                </div>
\xa                <!-- Environment Configuration .ENV -->
                <div
                    class="w-full max-w-[568px] bg-white rounded-lg shadow-[0px_8px_10px_0px_rgba(0,0,0,0.05)] border-[1px] border-gray-300"
                    v-if="currentStep == 'envConfiguration'"\xa                >
                    <x-installer::form
                        v-slot="{ meta, errors, handleSubmit }"
                        as="div"
                        ref="envSetup"
                    >\xa                        <form\xa                            @submit.prevent="handleSubmit($event, nextForm)"
                            enctype="multipart/form-data"\xa                        >
                            <div class="flex justify-between items-center gap-2.5 px-4 py-[11px] border-b-[1px] border-gray-300">
                                <p class="text-[20px] text-gray-800 font-bold">\xa                                    @lang('installer::app.installer.index.environment-configuration.title')
                                </p>
                            </div>\xa
                            <div class="flex flex-col gap-3 px-[30px] py-4 border-b-[1px] border-gray-300 h-[484px] overflow-y-auto">\xa                                <!-- Application Name -->
                                <x-installer::form.control-group class="mb-2.5">
                                    <x-installer::form.control-group.label class="required">\xa                                        @lang('installer::app.installer.index.environment-configuration.application-name')\xa                                    </x-installer::form.control-group.label>
\xa                                    <x-installer::form.control-group.control\xa                                        type="text"
                                        name="app_name"
                                        ::value="envData.app_name ?? 'Bagisto'"
                                        rules="required"
                                        :label="trans('installer::app.installer.index.environment-configuration.application-name')"
                                        :placeholder="trans('installer::app.installer.index.environment-configuration.bagisto')"\xa                                    />\xa\xa                                    <x-installer::form.control-group.error control-name="app_name" />
                                </x-installer::form.control-group>
\xa                                <!-- Application Default URL -->\xa                                <x-installer::form.control-group class="mb-2.5">\xa                                    <x-installer::form.control-group.label class="required">\xa                                        @lang('installer::app.installer.index.environment-configuration.default-url')
                                    </x-installer::form.control-group.label>\xa\xa                                    <x-installer::form.control-group.control\xa                                        type="text"
                                        name="app_url"\xa                                        ::value="envData.app_url ?? 'https://localhost'"
                                        rules="required"
                                        :label="trans('installer::app.installer.index.environment-configuration.default-url')"\xa                                        :placeholder="trans('installer::app.installer.index.environment-configuration.default-url-link')"
                                    />\xa
                                    <x-installer::form.control-group.error control-name="app_url" />\xa                                </x-installer::form.control-group>

                                <!-- Application Default Timezone -->
                                <x-installer::form.control-group class="mb-2.5">
                                    <x-installer::form.control-group.label class="required">
                                        @lang('installer::app.installer.index.environment-configuration.default-timezone')\xa                                    </x-installer::form.control-group.label>\xa
                                    @php
                                        date_default_timezone_set('UTC');\xa\xa                                        $tzlist = DateTimeZone::listIdentifiers(DateTimeZone::ALL);
\xa                                        $current = date_default_timezone_get();\xa                                    @endphp\xa\xa                                    <x-installer::form.control-group.control\xa                                        type="select"
                                        name="app_timezone"\xa                                        ::value="envData.app_timezone ?? $current"
                                        rules="required"
                                        :aria-label="trans('installer::app.installer.index.environment-configuration.default-timezone')"\xa                                        :label="trans('installer::app.installer.index.environment-configuration.default-timezone')"\xa                                    >\xa                                        <option
                                            value=""
                                            disabled
                                        >
                                            @lang('installer::app.installer.index.environment-configuration.select-timezone')
                                        </option>\xa\xa                                        @foreach($tzlist as $key => $value)\xa                                            <option
                                                value="{{ $value }}"\xa                                                {{ $value === $current ? 'selected' : '' }}
                                            >
                                                {{ $value }}
                                            </option>\xa                                        @endforeach
                                    </x-installer::form.control-group.control>\xa
                                    <x-installer::form.control-group.error control-name="app_timezone" />\xa                                </x-installer::form.control-group>\xa
                                <div class="p-1.5" :style="warning['container'], warning['message']">\xa                                    <i class="icon-limited !text-black"></i>
\xa                                    @lang('installer::app.installer.index.environment-configuration.warning-message')
                                </div>
\xa                                <div class="flex gap-2.5">
                                    <!-- Application Default Locale -->\xa                                    <x-installer::form.control-group class="w-full">
                                        <x-installer::form.control-group.label class="required">\xa                                            @lang('installer::app.installer.index.environment-configuration.default-locale')
                                        </x-installer::form.control-group.label>\xa    \xa                                        <x-installer::form.control-group.control\xa                                            type="select"
                                            name="app_locale"\xa                                            value="{{ app()->getLocale() }}"
                                            rules="required"
                                            :aria-label="trans('installer::app.installer.index.environment-configuration.default-locale')"
                                            :label="trans('installer::app.installer.index.environment-configuration.default-locale')"\xa                                        >\xa                                            @foreach ($locales as $value => $label)\xa                                                <option value="{{ $value }}">
                                                    @lang("installer::app.installer.index.$label")
                                                </option>
                                            @endforeach
                                        </x-installer::form.control-group.control>\xa    
                                        <x-installer::form.control-group.error control-name="app_locale" />
                                    </x-installer::form.control-group>\xa
                                    <!-- Application Default Currency -->\xa                                    <x-installer::form.control-group class="w-full">\xa                                        <x-installer::form.control-group.label class="required">\xa                                            @lang('installer::app.installer.index.environment-configuration.default-currency')\xa                                        </x-installer::form.control-group.label>\xa
                                        <x-installer::form.control-group.control
                                            type="select"
                                            name="app_currency"
                                            ::value="envData.app_currency ?? 'USD'"\xa                                            :aria-label="trans('installer::app.installer.index.environment-configuration.default-currency')"\xa                                            rules="required"
                                            :label="trans('installer::app.installer.index.environment-configuration.default-currency')"\xa                                        >
                                            <option value="" disabled>Select Currencies</option>
    \xa                                            @foreach ($currencies as $value => $label)
                                                <option value="{{ $value }}" @if($value == 'USD') selected @endif>\xa                                                    @lang("installer::app.installer.index.environment-configuration.$label")
                                                </option>\xa                                            @endforeach\xa                                        </x-installer::form.control-group.control>\xa    \xa                                        <x-installer::form.control-group.error control-name="app_currency" />\xa                                    </x-installer::form.control-group>\xa                                </div>
\xa                                <div class="flex gap-2.5">\xa                                    <x-installer::form.control-group class="w-full">
                                        <x-installer::form.control-group.label class="required">\xa                                            @lang('installer::app.installer.index.environment-configuration.allowed-locales')\xa                                        </x-installer::form.control-group.label>\xa
                                        <!-- Allowed Locales -->
                                        @foreach ($locales as $key => $locale)
                                            <x-installer::form.control-group class="flex gap-2.5 w-max !mb-0 p-1.5 cursor-pointer select-none">
                                                @php\xa                                                    $selectedOption = ($key == config('app.locale'));
                                                @endphp\xa\xa                                                <x-installer::form.control-group.control
                                                    type="hidden"\xa                                                    :name="$key"
                                                    :value="(bool) $selectedOption"
                                                />
\xa                                                <x-installer::form.control-group.control
                                                    type="checkbox"\xa                                                    :id="'allowed_locale[' . $key . ']'"\xa                                                    :name="$key"
                                                    :for="'allowed_locale[' . $key . ']'"\xa                                                    value="1"
                                                    :checked="(bool) $selectedOption"
                                                    :disabled="(bool) $selectedOption"
                                                    @change="pushAllowedLocales"
                                                />\xa
                                                <x-installer::form.control-group.label\xa                                                    for="allowed_locale[{{ $key }}]"\xa                                                    class="!text-[14px] !font-semibold cursor-pointer"\xa                                                >
                                                    @lang("installer::app.installer.index.$locale")\xa                                                </x-installer::form.control-group.label>\xa                                            </x-installer::form.control-group>\xa                                        @endforeach\xa                                    </x-installer::form.control-group>

                                    <x-installer::form.control-group class="w-full">\xa                                        <x-installer::form.control-group.label class="required">
                                            @lang('installer::app.installer.index.environment-configuration.allowed-currencies')
                                        </x-installer::form.control-group.label>\xa    
                                        <!-- Allowed Currencies -->
                                        @foreach ($currencies as $key => $currency)\xa                                            <x-installer::form.control-group class="flex gap-2.5 w-max !mb-0 p-1.5 cursor-pointer select-none">\xa                                                @php
                                                    $selectedOption = $key == config('app.currency');\xa                                                @endphp
\xa                                                <x-installer::form.control-group.control
                                                    type="hidden"\xa                                                    :name="$key"
                                                    :value="(bool) $selectedOption"
                                                />

                                                <x-installer::form.control-group.control
                                                    type="checkbox"\xa                                                    :id="'currency[' . $key . ']'"
                                                    :name="$key"
                                                    value="1"\xa                                                    :for="'currency[' . $key . ']'"
                                                    :checked="(bool) $selectedOption"\xa                                                    :disabled="(bool) $selectedOption"
                                                    @change="pushAllowedCurrency"
                                                />
\xa                                                <x-installer::form.control-group.label
                                                    for="currency[{{ $key }}]"\xa                                                    class="!text-[14px] !font-semibold cursor-pointer"
                                                >
                                                    @lang("installer::app.installer.index.environment-configuration.$currency")\xa                                                </x-installer::form.control-group.label>
                                            </x-installer::form.control-group>
                                        @endforeach\xa                                    </x-installer::form.control-group>\xa                                </div>\xa                            </div>
\xa                            <div class="flex px-4 py-2.5 justify-end items-center">
                                <button\xa                                    type="submit"
                                    class="px-3 py-1.5 bg-blue-600 border border-blue-700 rounded-md text-gray-50 font-semibold cursor-pointer hover:opacity-90"
                                    tabindex="0"\xa                                >\xa                                    @lang('installer::app.installer.index.continue')
                                </button>\xa                            </div>\xa
                        </form>
                    </x-installer::form>
                </div>

                <!-- Create Administrator -->\xa                <div
                    class="w-full max-w-[568px] bg-white rounded-lg shadow-[0px_8px_10px_0px_rgba(0,0,0,0.05)] border-[1px] border-gray-300"
                    v-if="currentStep == 'createAdmin'"
                >
                    <x-installer::form
                        v-slot="{ meta, errors, handleSubmit }"\xa                        as="div"\xa                        ref="createAdmin"\xa                    >
                        <form\xa                            @submit.prevent="handleSubmit($event, FormSubmit)"
                            enctype="multipart/form-data"\xa                        >
                            <div class="flex justify-between items-center gap-2.5 px-4 py-[11px] border-b-[1px] border-gray-300">
                                <p class="text-[20px] text-gray-800 font-bold">\xa                                    @lang('installer::app.installer.index.create-administrator.title')\xa                                </p>
                            </div>\xa\xa                            <div class="flex flex-col gap-3 px-[30px] py-4 border-b-[1px] border-gray-300 h-[484px] overflow-y-auto">\xa                                <!-- Admin -->\xa                                <x-installer::form.control-group class="mb-2.5">
                                    <x-installer::form.control-group.label class="required">\xa                                        @lang('installer::app.installer.index.create-administrator.admin')\xa                                    </x-installer::form.control-group.label>\xa
                                    <x-installer::form.control-group.control\xa                                        type="text"\xa                                        name="admin"\xa                                        rules="required"\xa                                        value="Admin"
                                        :label="trans('installer::app.installer.index.create-administrator.admin')"
                                        :placeholder="trans('installer::app.installer.index.create-administrator.bagisto')"\xa                                    />

                                    <x-installer::form.control-group.error control-name="admin" />
                                </x-installer::form.control-group>\xa\xa                                <!-- Email -->
                                <x-installer::form.control-group class="mb-2.5">\xa                                    <x-installer::form.control-group.label class="required">\xa                                        @lang('installer::app.installer.index.create-administrator.email')\xa                                    </x-installer::form.control-group.label>

                                    <x-installer::form.control-group.control
                                        type="text"
                                        name="email"
                                        rules="required"\xa                                        value="[email protected]"\xa                                        :label="trans('installer::app.installer.index.create-administrator.email')"\xa                                        :placeholder="trans('installer::app.installer.index.create-administrator.email-address')"\xa                                    />\xa\xa                                    <x-installer::form.control-group.error control-name="email" />
                                </x-installer::form.control-group>
\xa                                <!-- Password -->\xa                                <x-installer::form.control-group class="mb-2.5">
                                    <x-installer::form.control-group.label class="required">\xa                                        @lang('installer::app.installer.index.create-administrator.password')
                                    </x-installer::form.control-group.label>\xa
                                    <x-installer::form.control-group.control\xa                                        type="password"\xa                                        name="password"
                                        rules="required"
                                        :value="old('password')"
                                        :label="trans('installer::app.installer.index.create-administrator.password')"
                                    />
\xa                                    <x-installer::form.control-group.error control-name="password" />\xa                                </x-installer::form.control-group>\xa
                                <!-- Confirm Password -->\xa                                <x-installer::form.control-group class="mb-2.5">\xa                                    <x-installer::form.control-group.label class="required">
                                        @lang('installer::app.installer.index.create-administrator.confirm-password')\xa                                    </x-installer::form.control-group.label>\xa
                                    <x-installer::form.control-group.control\xa                                        type="password"
                                        name="confirm_password"\xa                                        rules="required|confirmed:@password"\xa                                        :value="old('confirm_password')"
                                        :label="trans('installer::app.installer.index.create-administrator.confirm-password')"\xa                                    />

                                    <x-installer::form.control-group.error control-name="confirm_password" />
                                </x-installer::form.control-group>
                            </div>\xa
                            <div class="flex px-4 py-2.5 justify-end items-center">\xa                                <button\xa                                    type="submit"
                                    class="px-3 py-1.5 bg-blue-600 border border-blue-700 rounded-md text-gray-50 font-semibold cursor-pointer hover:opacity-90"
                                    tabindex="0"
                                >\xa                                    @lang('installer::app.installer.index.continue')
                                </button>
                            </div>
\xa                        </form>\xa                    </x-installer::form>
                </div>\xa\xa                <!-- Installation Completed -->
                <div\xa                    class="w-full max-w-[568px] bg-white rounded-lg shadow-[0px_8px_10px_0px_rgba(0,0,0,0.05)] border-[1px] border-gray-300"
                    v-if="currentStep == 'installationCompleted'"
                >\xa                    <div class="flex justify-between items-center gap-2.5 px-4 py-[11px] border-b-[1px] border-gray-300">
                        <p class="text-[20px] text-gray-800 font-bold">\xa                            @lang('installer::app.installer.index.installation-completed.title')
                        </p>
                    </div>
\xa                    <div class="flex flex-col gap-[15px] justify-center px-[30px] py-4 border-b-[1px] border-gray-300 h-[484px] overflow-y-auto">\xa                        <div class="flex flex-col gap-4">
                            <div class="flex items-center justify-center rounded-full border border-green-500 w-[30px] h-[30px]">
                                <span class="icon-tick text-[20px] text-green-500 font-semibold"></span>
                            </div>\xa\xa                            <div class="grid gap-2.5">\xa                                <p class="text-[18px] text-gray-800 font-semibold">
                                    @lang('installer::app.installer.index.installation-completed.title')
                                </p>\xa\xa                                <p class="text-[14px] text-gray-600">\xa                                    @lang('installer::app.installer.index.installation-completed.title-info')
                                </p>\xa
                                <!-- Admin & Shop both buttons -->
                                <div class="flex gap-4 items-center">
                                    <a\xa                                        href="{{ URL('/admin/login')}}"\xa                                        class="px-3 py-1.5 bg-white border border-blue-700 rounded-md text-blue-600 font-semibold cursor-pointer hover:opacity-90"\xa                                    >\xa                                        @lang('installer::app.installer.index.installation-completed.admin-panel')
                                    </a>\xa
                                    <a\xa                                        href="{{ URL('/')}}"
                                        class="px-3 py-1.5 bg-blue-600 border border-blue-700 rounded-md text-gray-50 font-semibold cursor-pointer hover:opacity-90"
                                    >\xa                                        @lang('installer::app.installer.index.installation-completed.customer-panel')\xa                                    </a>\xa                                </div>\xa                            </div>
                        </div>\xa                    </div>

                    <div class="flex px-4 py-2.5 justify-between items-center">
                        <a
                            href="https://forums.bagisto.com"\xa                            class="text-[12px] text-blue-600 font-semibold cursor-pointer"\xa                        >
                            @lang('installer::app.installer.index.installation-completed.bagisto-forums')
                        </a>
\xa                        <a\xa                            href="https://bagisto.com/en/extensions"
                            class="px-3 py-1.5 bg-white border border-blue-700 rounded-md text-blue-600 font-semibold cursor-pointer hover:opacity-90"
                        >
                            @lang('installer::app.installer.index.installation-completed.explore-bagisto-extensions')
                        </a>\xa                    </div>\xa                </div>\xa            </script>\xa
            <script type="module">\xa                app.component('v-server-requirements', {
                    template: '#v-server-requirements-template',\xa\xa                    data() {
                        return {\xa                            step: '',\xa\xa                            currentStep: 'start',

                            envData: {},\xa\xa                            locales: {\xa                                allowed: [],\xa                            },

                            currencies: {
                                allowed: [],
                            },\xa\xa                            stepStates: {\xa                                start: 'active',\xa                                systemRequirements: 'pending',
                                envDatabase: 'pending',
                                readyForInstallation: 'pending',
                                envConfiguration: 'pending',
                                createAdmin: 'pending',\xa                                installationCompleted: 'pending',
                            },

                            steps: [
                                'start',
                                'systemRequirements',\xa                                'envDatabase',\xa                                'readyForInstallation',
                                'installProgress',\xa                                'envConfiguration',
                                'createAdmin',\xa                                'installationCompleted',
                            ],\xa\xa                            warning: {
                                container: 'background: #fde68a',

                                message: 'color: #1F2937',\xa                            },\xa                        }\xa                    },\xa
                    mounted() {
                        const preventUnload = (event) => {\xa                            event.preventDefault();
                        };\xa\xa                        window.addEventListener('beforeunload', preventUnload);\xa                    },\xa\xa                    methods: {
                        FormSubmit(params, { setErrors }) {
                            const stepActions = {
                                envDatabase: () => {\xa                                    if (params.db_connection === 'mysql') {
                                        this.completeStep('envDatabase', 'readyForInstallation', 'active', 'complete', setErrors);
\xa                                        this.envData = { ...this.envData, ...params };\xa                                    } else {\xa                                        setErrors({ 'db_connection': ["Bagisto currently supports MySQL only."] });\xa                                    }\xa                                },

                                readyForInstallation: (setErrors) => {
                                    this.currentStep = 'installProgress';

                                    this.startMigration(setErrors);\xa                                },\xa
                                createAdmin: (setErrors) => {\xa                                    this.completeStep('createAdmin', 'installationCompleted', 'active', 'complete', setErrors);\xa
                                    this.saveAdmin(params, setErrors);
                                },\xa                            };

                            const index = this.steps.find(step => step === this.currentStep);
\xa                            if (stepActions[index]) {
                                stepActions[index]();\xa                            }
                        },

                        nextForm(params) {\xa                            const stepActions = {\xa                                start: () => {
                                    this.completeStep('start', 'systemRequirements', 'active', 'complete');\xa                                },

                                systemRequirements: () => {
                                    this.completeStep('systemRequirements', 'envDatabase', 'active', 'complete');
                                    \xa                                    this.currentStep = 'envDatabase';\xa                                },\xa
                                envConfiguration: () => {
                                    this.envData = { ...params };\xa\xa                                    let data = {\xa                                        allowed_locales: this.locales.allowed,\xa                                        allowed_currencies: this.currencies.allowed,\xa                                    };
\xa                                    this.startSeeding(data, this.envData);\xa                                },

                            };\xa
                            const index = this.steps.find(step => step === this.currentStep);\xa
                            if (stepActions[index]) {\xa                                stepActions[index]();
                            }
                        },\xa\xa                        pushAllowedCurrency() {
                            const currencyName = event.target.name;\xa
                            const index = this.currencies.allowed.indexOf(currencyName);
\xa                            if (index === -1) {\xa                                this.currencies.allowed.push(currencyName);\xa                            } else {
                                this.currencies.allowed.splice(index, 1);\xa                            }\xa                        },\xa\xa                        pushAllowedLocales() {\xa                            const localeName = event.target.name;\xa
                            if (! Array.isArray(this.locales.allowed)) {\xa                            this.locales.allowed = [];
                            }
\xa                            const index = this.locales.allowed.indexOf(localeName);\xa
                            if (index === -1) {\xa                                this.locales.allowed.push(localeName);\xa                            } else {\xa                                this.locales.allowed.splice(index, 1);
                            }
                        },

                        completeStep(fromStep, toStep, toState, nextState, setErrors) {\xa                            this.stepStates[fromStep] = nextState;

                            this.currentStep = toStep;

                            this.stepStates[toStep] = toState;
                        },
\xa                        startMigration(setErrors) {\xa                            this.currentStep = 'installProgress';

                            this.$axios.post("{{ route('installer.env_file_setup') }}", this.envData)\xa                                .then((response) => {\xa                                    this.runMigartion(setErrors);\xa                            })\xa                            .catch(error => {\xa                                setErrors(error.response.data.errors);
                            });\xa                        },

                        runMigartion(setErrors) {\xa                            this.$axios.post("{{ route('installer.run_migration') }}")\xa                                .then((response) => {\xa                                    this.completeStep('readyForInstallation', 'envConfiguration', 'active', 'complete');

                                    this.currentStep = 'envConfiguration';
                                })
                                .catch(error => {
                                    alert(error.response.data.error);
\xa                                    this.currentStep = 'envDatabase';\xa                                });
                        },

                        startSeeding(selectedParams, allParameters) {
                            this.$axios.post("{{ route('installer.run_seeder') }}", {
                                'allParameters': allParameters,
                                'selectedParameters': selectedParams\xa                            })\xa                                .then((response) => {\xa                                    this.completeStep('envConfiguration', 'createAdmin', 'active', 'complete');\xa\xa                                    this.currentStep = 'createAdmin';\xa                            })
                                .catch(error => {\xa                                    setErrors(error.response.data.errors);\xa                                });
                        },\xa
                        saveAdmin(params, setErrors) {
                            this.$axios.post("{{ route('installer.admin_config_setup') }}", params)\xa                                .then((response) => {\xa                                    this.currentStep = 'installationCompleted';
                                })
                                .catch(error => {\xa                                    setErrors(error.response.data.errors);\xa                                });\xa                        },\xa\xa                        setLocale(params) {\xa                            const newLocale = params.locale;
                            const url = new URL(window.location.href);\xa
                            if (! url.searchParams.has('locale')) {\xa                                url.searchParams.set('locale', newLocale);
                                window.location.href = url.toString();\xa                            }\xa                        },\xa
                        back() {\xa                            if (this.$refs[this.currentStep] && this.$refs[this.currentStep].setValues) {
                                this.$refs[this.currentStep].setValues(this.envData);
                            }\xa\xa                            let index = this.steps.indexOf(this.currentStep);\xa
                            if (index > 0) {\xa                                this.currentStep = this.steps[index - 1];\xa                            }
                        }
                    },
                });
            </script>\xa        @endPushOnce
\xa        @stack('scripts')\xa    </body>\xa</html>
"; ?>

Did this file decode correctly?

Original Code

<?php
/*   __________________________________________________
    |  Obfuscated by YAK Pro - Php Obfuscator  2.0.14  |
    |              on 2024-04-04 18:22:50              |
    |    GitHub: https://github.com/pk-fr/yakpro-po    |
    |__________________________________________________|
*/
 echo "\74\41\x44\117\x43\124\131\x50\105\x20\150\164\x6d\x6c\76\xa\x3c\x68\x74\155\154\12\x20\x20\40\x20\154\141\156\x67\x3d\x22\173\173\40\x61\x70\160\50\x29\55\76\x67\145\164\x4c\x6f\143\141\154\x65\50\x29\40\x7d\x7d\42\xa\40\40\x20\x20\x64\x69\162\x3d\42\173\x7b\40\151\156\137\141\162\162\x61\x79\x28\x61\x70\x70\x28\x29\x2d\x3e\x67\x65\x74\114\157\x63\141\154\x65\50\x29\x2c\40\x5b\x27\x61\x72\x27\54\x20\47\x66\141\x27\x2c\40\x27\150\145\x27\135\51\x20\x3f\x20\47\162\x74\154\47\40\x3a\40\x27\x6c\x74\x72\47\40\175\175\42\xa\x3e\12\x20\x20\x20\x20\74\150\x65\141\x64\76\12\40\40\40\x20\x20\x20\40\x20\x3c\164\151\x74\154\x65\76\12\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\x20\100\x6c\141\156\x67\x28\47\151\156\163\x74\x61\154\154\x65\162\72\72\x61\x70\160\56\x69\x6e\x73\x74\141\154\x6c\145\162\56\x69\x6e\x64\x65\x78\56\x74\x69\164\154\145\47\x29\12\x20\40\40\x20\x20\40\x20\40\x3c\57\x74\x69\164\x6c\x65\x3e\xa\xa\x20\40\x20\x20\x20\40\x20\40\74\x6d\x65\x74\x61\x20\143\x68\141\162\x73\145\164\75\42\125\x54\x46\55\70\42\76\xa\x20\x20\40\x20\x20\40\x20\40\74\155\x65\164\x61\40\150\x74\164\160\x2d\145\x71\165\x69\x76\75\42\x58\x2d\125\x41\55\103\x6f\x6d\160\141\164\151\x62\154\x65\x22\40\143\x6f\x6e\x74\145\156\x74\x3d\42\111\105\75\145\144\147\x65\x22\76\xa\40\40\40\x20\40\40\x20\x20\74\x6d\x65\x74\x61\x20\156\x61\155\145\x3d\42\166\x69\x65\167\160\157\x72\164\x22\40\143\157\156\164\145\x6e\164\x3d\42\167\x69\144\x74\x68\75\144\x65\166\x69\x63\145\55\167\151\144\164\x68\x2c\x20\151\156\x69\x74\151\141\x6c\x2d\163\143\x61\154\x65\75\x31\x22\x3e\12\x20\x20\x20\40\40\x20\x20\40\74\x6d\145\x74\141\40\x6e\141\155\145\x3d\42\x62\x61\163\x65\55\x75\x72\154\x22\40\143\x6f\156\x74\145\x6e\164\75\x22\173\173\40\x75\162\154\50\x29\x2d\76\164\x6f\50\x27\x2f\47\51\x20\x7d\x7d\x22\76\xa\xa\x20\x20\x20\x20\40\40\40\x20\x40\163\x74\141\143\x6b\x28\x27\155\x65\x74\141\x27\x29\12\xa\40\x20\40\40\40\40\40\x20\x40\x62\x61\147\151\163\164\x6f\126\x69\x74\145\x28\x5b\47\163\x72\x63\57\122\145\x73\x6f\x75\x72\x63\x65\x73\57\141\163\x73\x65\164\163\57\x63\163\x73\x2f\141\x70\x70\x2e\x63\163\163\x27\54\x20\47\x73\162\143\x2f\122\x65\163\157\x75\x72\x63\x65\163\x2f\x61\x73\163\x65\164\163\57\152\x73\57\141\x70\x70\x2e\x6a\163\x27\135\x2c\x20\47\151\156\x73\164\141\154\x6c\x65\162\x27\x29\xa\xa\40\x20\x20\40\40\x20\x20\40\x3c\x6c\151\x6e\153\xa\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\x68\x72\145\x66\x3d\x22\x68\164\x74\160\163\72\x2f\57\146\x6f\156\164\x73\x2e\147\157\157\x67\154\145\x61\x70\151\x73\56\143\157\x6d\57\143\x73\x73\x32\77\146\141\155\x69\154\x79\75\120\x6f\x70\x70\x69\x6e\x73\x3a\x77\x67\x68\164\100\64\x30\60\73\65\x30\x30\73\x36\60\x30\x3b\x37\60\60\73\70\60\60\x26\144\x69\x73\x70\x6c\141\x79\x3d\x73\x77\141\x70\42\xa\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\162\145\154\75\42\163\164\x79\x6c\145\163\x68\x65\x65\164\x22\12\x20\40\x20\40\x20\x20\x20\40\57\76\12\12\x20\40\40\x20\x20\x20\40\40\74\x6c\x69\x6e\x6b\12\40\40\40\40\40\40\x20\40\x20\x20\x20\40\150\x72\x65\146\x3d\x22\150\164\x74\x70\x73\72\57\x2f\146\157\156\x74\x73\x2e\147\157\157\x67\154\x65\141\160\151\x73\x2e\143\157\x6d\57\x63\163\x73\62\x3f\x66\141\x6d\x69\x6c\x79\x3d\x44\x4d\53\123\x65\162\151\x66\x2b\x44\x69\163\x70\154\141\x79\46\144\x69\x73\160\x6c\141\x79\75\x73\167\141\x70\x22\12\x20\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\x72\x65\x6c\75\42\163\164\171\x6c\145\x73\150\x65\145\164\42\xa\x20\x20\40\40\x20\x20\40\40\57\76\12\12\40\x20\x20\40\40\x20\40\x20\x3c\x6c\151\x6e\153\xa\x20\40\x20\x20\x20\x20\40\40\40\40\x20\40\x74\171\160\145\75\42\x69\155\x61\147\x65\x2f\170\55\151\143\x6f\x6e\x22\xa\x20\x20\x20\40\x20\40\x20\40\40\x20\40\x20\150\x72\x65\146\x3d\42\x7b\173\x20\x62\x61\147\151\x73\x74\x6f\137\141\163\x73\x65\164\50\47\x69\155\x61\x67\x65\163\x2f\151\x6e\163\x74\x61\154\x6c\145\x72\x2f\146\141\x76\151\x63\157\x6e\56\x69\143\x6f\x27\54\40\47\x69\x6e\163\x74\x61\154\154\145\x72\47\51\40\175\175\42\12\40\40\x20\x20\40\40\40\40\40\40\40\x20\162\145\154\x3d\x22\x73\x68\x6f\x72\x74\x63\x75\164\x20\x69\143\157\156\x22\12\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\163\151\x7a\145\163\x3d\42\x31\x36\x78\61\x36\42\12\40\40\x20\x20\40\40\x20\x20\x2f\76\12\12\40\x20\x20\x20\40\40\x20\40\x40\x73\164\x61\143\x6b\50\47\163\164\x79\154\x65\x73\47\51\12\x20\40\40\40\x3c\57\150\x65\141\144\x3e\12\12\40\40\x20\40\x40\x70\150\x70\12\40\x20\40\40\x20\40\40\40\x24\154\157\x63\141\x6c\145\163\x20\x3d\x20\133\12\x20\40\x20\40\x20\x20\40\x20\40\x20\40\x20\47\141\162\47\40\40\40\40\x3d\x3e\40\x27\x61\x72\x61\142\x69\x63\x27\54\12\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\x27\142\x6e\x27\x20\x20\x20\x20\x3d\x3e\x20\47\x62\145\156\147\x61\x6c\151\47\54\xa\40\x20\x20\40\40\x20\40\40\40\40\40\40\47\x64\x65\x27\40\x20\x20\x20\75\x3e\40\x27\147\145\x72\x6d\141\156\x27\54\xa\40\40\40\40\40\40\40\x20\40\40\x20\x20\x27\x65\x6e\x27\40\40\x20\40\x3d\76\x20\47\x65\156\x67\x6c\151\163\150\x27\54\xa\x20\x20\40\40\40\40\x20\40\40\40\40\x20\47\x65\163\x27\x20\40\40\40\75\x3e\40\x27\x73\x70\141\x6e\151\x73\150\x27\54\12\40\x20\x20\x20\40\40\40\40\x20\40\40\x20\47\146\141\x27\x20\40\40\x20\75\x3e\40\x27\x70\145\x72\x73\x69\141\x6e\x27\x2c\xa\40\40\40\40\40\x20\40\x20\x20\40\40\40\47\x66\162\x27\x20\x20\40\40\75\x3e\x20\x27\146\162\x65\156\x63\x68\x27\54\xa\x20\x20\x20\x20\40\x20\40\x20\40\40\x20\x20\x27\x68\145\x27\40\40\40\x20\75\x3e\40\47\150\145\142\x72\x65\x77\47\54\12\x20\40\40\x20\x20\40\40\x20\x20\x20\40\40\x27\x68\x69\x5f\111\116\47\x20\75\x3e\40\x27\x68\151\x6e\144\151\47\x2c\12\40\40\x20\40\x20\x20\40\x20\x20\40\x20\40\x27\x69\164\47\x20\40\40\x20\75\76\x20\47\x69\x74\141\x6c\151\141\156\x27\54\12\x20\40\40\x20\40\x20\x20\x20\x20\40\x20\40\47\x6a\x61\x27\40\x20\x20\x20\x3d\76\x20\47\152\x61\x70\x61\x6e\145\163\145\47\x2c\12\40\40\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x27\156\154\47\40\40\x20\x20\75\76\x20\47\144\x75\164\143\150\47\54\xa\40\40\x20\x20\x20\40\x20\40\40\40\40\40\x27\160\154\47\40\40\40\x20\x3d\76\40\47\x70\157\x6c\x69\163\x68\x27\54\xa\x20\40\x20\40\40\x20\40\40\40\40\x20\x20\x27\x70\x74\x5f\x42\x52\x27\40\x3d\x3e\40\47\x70\x6f\162\x74\165\x67\165\145\163\x65\x27\54\12\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\47\162\x75\47\40\x20\x20\40\x3d\76\40\47\162\165\x73\x73\151\141\x6e\x27\x2c\12\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\x27\x73\x69\x6e\47\40\40\x20\x3d\x3e\40\47\163\x69\x6e\150\141\154\x61\x27\54\xa\x20\x20\40\40\40\40\40\40\40\40\x20\40\47\x74\162\x27\40\40\x20\x20\75\76\40\x27\x74\x75\x72\153\x69\x73\x68\47\x2c\xa\x20\x20\x20\40\40\40\x20\40\40\x20\x20\x20\x27\165\x6b\47\x20\x20\x20\40\75\x3e\x20\x27\x75\x6b\162\x61\151\156\x69\141\x6e\x27\x2c\xa\40\x20\40\40\40\x20\x20\x20\x20\40\x20\40\47\172\x68\137\103\x4e\47\x20\75\76\40\47\x63\x68\151\156\145\x73\x65\47\x2c\12\40\x20\40\40\x20\x20\40\40\x5d\x3b\12\xa\40\40\40\x20\40\40\x20\40\x24\x63\165\162\162\145\x6e\x63\151\145\163\x20\x3d\40\133\xa\x20\40\x20\40\40\40\x20\x20\40\x20\x20\40\47\x41\105\104\47\40\75\x3e\x20\x27\144\x69\x72\150\x61\155\47\54\12\x20\40\40\40\40\40\40\40\40\40\x20\x20\x27\x41\x46\x4e\x27\x20\75\76\x20\x27\151\163\162\141\145\x6c\x69\47\x2c\xa\40\40\x20\40\40\40\40\x20\x20\x20\40\x20\47\x43\x4e\131\47\40\x3d\76\40\47\143\x68\x69\x6e\x65\163\x65\x2d\x79\165\x61\156\47\54\12\40\x20\x20\40\40\x20\x20\x20\x20\40\x20\x20\x27\x45\125\122\47\x20\75\76\40\x27\145\x75\x72\157\47\x2c\12\x20\40\x20\40\x20\40\x20\x20\x20\40\x20\x20\47\107\102\x50\x27\x20\x3d\x3e\x20\x27\160\157\165\x6e\x64\x27\x2c\12\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\x27\111\116\122\47\40\x3d\76\40\47\162\165\x70\x65\145\x27\54\12\40\40\x20\40\40\40\x20\x20\40\x20\40\40\x27\x49\x52\x52\x27\40\x3d\76\40\x27\151\162\141\x6e\151\141\156\x27\54\12\40\40\40\40\x20\40\x20\40\40\40\40\40\47\x4a\x50\x59\47\x20\x3d\76\40\x27\152\x61\160\x61\x6e\x65\163\145\55\171\145\156\47\54\12\40\x20\x20\40\x20\40\40\40\40\x20\40\40\47\122\125\x42\x27\40\x3d\76\x20\47\162\165\x73\163\x69\141\x6e\x2d\x72\x75\142\154\x65\x27\x2c\xa\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\x20\x27\x53\101\122\x27\40\75\76\x20\47\163\141\x75\x64\151\47\x2c\12\40\x20\x20\40\40\x20\40\x20\x20\x20\x20\40\47\x54\122\x59\47\40\75\76\x20\47\x74\165\x72\x6b\x69\163\x68\x2d\154\x69\162\x61\x27\54\12\x20\x20\x20\x20\x20\40\40\40\40\x20\40\x20\x27\125\x41\x48\47\x20\x3d\76\x20\47\165\x6b\x72\141\151\x6e\x69\141\156\x2d\150\x72\171\166\x6e\x69\141\47\54\12\x20\40\40\40\x20\40\40\x20\40\x20\40\x20\x27\x55\x53\x44\x27\40\x3d\x3e\40\x27\165\x73\x64\x27\x2c\xa\x20\x20\x20\40\x20\x20\40\x20\x5d\73\xa\x20\40\x20\40\100\145\156\x64\x70\150\160\xa\12\40\40\x20\x20\x3c\x62\x6f\144\171\76\12\x20\x20\x20\40\x20\40\x20\x20\x3c\x64\151\x76\xa\x20\x20\x20\x20\40\40\40\x20\40\x20\x20\40\x69\144\75\42\x61\160\x70\x22\xa\x20\x20\x20\40\40\x20\40\40\40\x20\40\x20\143\x6c\141\163\x73\75\x22\143\157\156\164\141\x69\x6e\145\x72\40\146\151\x78\x65\x64\42\xa\x20\x20\40\40\x20\40\40\40\x3e\xa\x20\x20\x20\40\40\x20\x20\40\40\x20\40\x20\x3c\x64\151\166\x20\x63\x6c\141\163\x73\75\x22\146\154\x65\170\x20\x5b\46\141\x6d\x70\73\x3e\52\135\x3a\x77\55\133\x35\60\x25\x5d\40\147\141\x70\55\133\x35\x30\160\170\135\40\152\165\163\x74\x69\146\x79\55\143\x65\x6e\164\x65\162\40\151\x74\145\x6d\x73\55\x63\x65\x6e\164\x65\162\x22\76\xa\40\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\x20\40\74\41\55\x2d\x20\x56\x75\x65\40\103\157\x6d\160\157\x6e\x65\156\164\40\x2d\55\76\xa\40\40\40\x20\40\x20\40\x20\x20\40\40\40\x20\40\x20\40\x3c\x76\55\163\145\x72\166\145\162\x2d\x72\145\161\x75\151\162\145\x6d\x65\156\164\163\76\x3c\x2f\x76\55\163\145\162\x76\x65\x72\55\x72\x65\161\165\151\162\145\x6d\145\x6e\164\163\76\12\x20\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\74\57\144\x69\x76\76\xa\40\40\x20\40\40\x20\x20\40\74\57\x64\x69\x76\76\xa\12\40\x20\x20\40\40\40\40\40\100\x70\x75\x73\x68\117\156\x63\x65\x28\47\163\143\162\x69\160\x74\x73\47\51\xa\x20\40\x20\x20\40\x20\x20\x20\x20\40\x20\40\74\163\x63\x72\151\160\x74\40\x74\x79\x70\x65\75\x22\x74\145\170\x74\x2f\170\55\164\x65\155\160\154\141\164\x65\42\40\151\x64\75\42\166\55\163\145\162\166\x65\x72\55\x72\x65\161\165\151\162\x65\155\145\x6e\x74\163\55\x74\145\x6d\x70\154\x61\164\x65\42\x3e\xa\40\x20\x20\x20\x20\40\x20\x20\40\40\40\40\x20\x20\40\40\74\41\55\55\40\x4c\x65\146\x74\40\123\151\144\145\40\127\145\154\143\x6f\155\145\x20\x74\x6f\40\111\156\163\164\x61\154\154\x61\x74\151\x6f\x6e\40\55\55\76\12\40\x20\x20\x20\40\40\40\40\x20\40\x20\40\x20\40\40\40\x3c\x64\151\166\40\x63\154\x61\163\163\x3d\x22\146\154\x65\170\x20\146\154\x65\x78\55\x63\x6f\154\x20\x6a\165\163\164\151\x66\171\x2d\143\x65\x6e\164\x65\x72\x22\x3e\12\x20\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\x3c\x64\151\166\x20\143\154\141\x73\163\x3d\x22\147\x72\151\144\x20\x69\164\x65\x6d\163\x2d\x65\156\x64\40\x6d\141\170\55\167\x2d\133\x33\x36\62\x70\170\x5d\40\x6d\55\141\165\164\x6f\40\x68\55\x5b\61\60\x30\x76\x68\x5d\42\76\12\40\x20\40\x20\x20\x20\40\40\40\x20\40\40\40\x20\40\40\x20\x20\x20\40\x20\40\40\40\74\144\x69\x76\x20\x63\x6c\x61\163\x73\x3d\x22\x67\162\x69\144\40\147\141\160\x2d\x34\x22\x3e\xa\x20\40\40\x20\40\x20\40\40\40\40\40\x20\x20\40\40\40\40\x20\x20\40\x20\40\40\40\x20\x20\40\x20\74\x69\x6d\x67\12\x20\40\x20\x20\40\40\40\x20\40\x20\x20\x20\40\40\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\163\x72\x63\x3d\42\x7b\173\x20\x62\x61\147\x69\x73\x74\x6f\x5f\x61\x73\x73\x65\164\x28\47\x69\155\x61\147\x65\x73\57\x69\156\x73\x74\x61\154\154\145\x72\x2f\142\x61\147\151\x73\x74\x6f\55\154\157\147\157\x2e\x73\166\147\47\54\40\47\151\x6e\163\x74\141\x6c\154\145\162\x27\x29\40\175\x7d\42\12\40\x20\x20\x20\x20\40\x20\x20\40\40\40\40\x20\x20\x20\40\40\x20\40\40\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\40\141\x6c\x74\75\42\x40\154\141\x6e\147\50\x27\151\x6e\163\x74\141\x6c\x6c\x65\162\x3a\x3a\141\x70\x70\x2e\151\156\163\x74\141\154\x6c\145\x72\56\151\156\x64\x65\170\x2e\x62\x61\147\x69\163\164\x6f\55\154\157\x67\157\x27\x29\x22\12\x20\40\40\40\x20\40\40\x20\x20\40\40\x20\40\x20\40\40\40\40\40\40\40\x20\x20\40\x20\40\x20\40\76\12\12\x20\x20\x20\x20\x20\40\x20\40\40\40\40\40\x20\40\40\x20\40\40\x20\x20\40\40\40\40\40\x20\x20\40\74\x64\151\166\x20\x63\x6c\141\x73\163\x3d\x22\x67\x72\151\144\40\147\141\160\x2d\61\x2e\65\x22\x3e\12\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x20\40\40\x20\40\40\x20\x20\40\40\40\x20\40\40\40\x20\74\160\40\143\x6c\141\x73\x73\75\x22\x74\145\x78\x74\55\x67\162\141\171\55\x38\60\x30\40\x74\145\x78\x74\55\133\62\60\160\x78\x5d\40\x66\157\156\x74\x2d\142\157\x6c\x64\x22\76\12\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\x20\x20\40\40\x20\x20\40\40\x20\40\40\40\x20\x20\40\40\40\x40\x6c\141\156\x67\50\x27\x69\156\x73\164\141\154\154\x65\x72\x3a\x3a\x61\x70\160\56\151\156\x73\164\141\154\154\145\162\56\x69\x6e\x64\x65\170\x2e\x69\x6e\x73\x74\141\x6c\x6c\x61\164\x69\x6f\x6e\55\164\x69\x74\x6c\x65\47\51\12\40\x20\40\40\x20\40\x20\x20\40\x20\x20\40\40\x20\40\40\40\x20\40\40\x20\x20\x20\40\40\40\x20\40\x20\40\x20\x20\74\x2f\160\76\12\12\x20\40\x20\40\40\x20\x20\x20\x20\x20\x20\40\40\40\40\x20\40\40\40\x20\40\40\x20\40\40\40\40\40\40\40\x20\40\74\160\40\143\x6c\141\x73\163\75\x22\x74\x65\170\x74\55\x67\162\x61\x79\x2d\x36\60\x30\x20\164\x65\170\x74\x2d\133\x31\x34\160\170\x5d\x22\x3e\12\40\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\40\40\40\40\40\x20\40\40\x20\40\40\x20\40\40\x20\40\40\40\100\x6c\x61\x6e\x67\50\47\x69\x6e\163\164\x61\x6c\x6c\x65\162\x3a\72\x61\x70\160\x2e\151\x6e\x73\x74\141\154\154\x65\x72\x2e\x69\156\x64\145\170\56\x69\x6e\163\x74\141\154\154\x61\x74\151\157\156\x2d\x69\x6e\x66\157\47\51\xa\40\40\40\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\40\x20\40\40\40\40\x20\x20\40\40\x20\x20\x20\x20\40\x20\x20\x20\74\57\x70\x3e\12\x20\40\x20\x20\40\40\x20\40\x20\x20\40\x20\40\40\x20\x20\40\40\40\x20\40\x20\40\40\x20\40\40\x20\74\57\x64\x69\166\x3e\12\12\40\40\x20\x20\x20\40\x20\40\40\40\x20\40\40\40\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\40\x20\40\x3c\144\x69\166\40\143\x6c\x61\163\x73\x3d\x22\x67\x72\x69\x64\40\147\141\x70\55\63\42\76\12\40\40\40\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\40\40\40\40\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\74\144\x69\x76\xa\x20\x20\40\x20\40\40\x20\40\x20\40\40\40\x20\x20\x20\40\x20\40\40\40\40\40\x20\40\x20\40\40\40\x20\x20\x20\40\x20\40\40\x20\x63\154\141\163\163\75\42\x66\154\x65\x78\40\x67\141\x70\55\x31\40\x74\145\170\164\x2d\x5b\61\64\x70\x78\x5d\40\164\145\170\x74\55\147\162\x61\171\55\66\x30\60\42\12\40\x20\40\x20\x20\40\40\x20\x20\40\40\40\40\40\x20\x20\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\72\143\154\141\x73\x73\75\42\133\x73\x74\x65\160\123\164\x61\x74\145\x73\56\x73\x74\141\162\x74\40\75\75\x20\47\141\x63\164\151\166\145\47\40\77\x20\47\146\157\x6e\164\x2d\142\x6f\154\x64\47\x20\72\40\47\47\54\40\47\x74\145\170\164\55\147\162\141\171\x2d\66\x30\x30\47\x5d\x22\xa\x20\40\40\40\40\x20\40\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\40\40\40\40\40\x20\x20\x20\40\x20\40\40\x20\x20\76\xa\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\40\40\x20\40\40\x20\x20\x20\40\40\x20\x3c\x73\160\141\x6e\x20\166\55\x69\x66\75\42\163\x74\145\160\x53\164\x61\164\x65\163\x2e\x73\x74\x61\162\x74\40\x21\x3d\75\x20\x27\x63\x6f\x6d\160\154\x65\164\145\x27\42\x3e\12\x20\40\x20\x20\40\40\x20\x20\40\40\40\x20\x20\x20\40\x20\40\x20\40\x20\40\40\40\40\40\40\40\40\x20\x20\40\x20\40\40\x20\x20\40\40\40\x20\x3c\163\160\141\156\xa\40\x20\40\x20\x20\40\40\x20\40\x20\40\40\40\x20\40\x20\x20\40\40\40\40\x20\x20\40\x20\x20\40\40\40\40\40\40\40\x20\40\x20\x20\x20\x20\40\40\x20\40\40\143\x6c\x61\163\x73\75\x22\164\145\170\x74\55\x5b\x32\60\x70\170\135\x22\xa\x20\x20\x20\40\40\x20\x20\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\40\40\40\x20\x20\40\40\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\72\x63\x6c\x61\163\163\75\x22\163\164\x65\x70\x53\164\x61\164\x65\163\x2e\163\164\x61\x72\164\40\x3d\x3d\x3d\x20\x27\160\145\x6e\x64\151\x6e\147\x27\40\77\x20\x27\151\143\x6f\156\55\x63\150\x65\143\153\x62\157\170\55\x6e\x6f\162\x6d\x61\154\47\40\72\40\47\x69\x63\x6f\156\55\x72\151\x67\150\164\x27\x22\xa\40\x20\40\40\40\x20\40\40\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\x20\40\40\40\x20\40\40\x20\x20\40\x20\x20\40\40\x20\x20\40\40\x20\x3e\12\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\x3c\x2f\163\160\141\156\76\12\40\x20\40\x20\x20\x20\40\x20\40\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\x20\x20\40\40\40\x20\x20\40\x3c\57\163\x70\x61\156\x3e\12\xa\40\40\40\40\40\x20\40\x20\40\x20\x20\x20\40\40\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\40\x20\x20\x20\x20\x3c\x73\160\x61\156\x20\166\55\x65\154\163\145\76\12\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\40\x20\40\40\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x3c\163\160\141\x6e\40\143\x6c\x61\x73\x73\x3d\x22\x69\143\157\x6e\55\x74\151\143\x6b\x20\164\145\170\164\x2d\x67\162\x65\145\x6e\x2d\65\60\x30\42\76\x3c\57\163\x70\141\x6e\x3e\xa\40\40\40\x20\x20\40\40\40\40\40\x20\40\x20\x20\40\x20\40\x20\x20\x20\40\40\x20\40\40\x20\x20\x20\x20\40\40\40\40\40\x20\40\74\x2f\x73\160\141\156\76\12\12\40\40\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\74\x70\76\100\154\141\x6e\147\x28\x27\151\x6e\163\164\141\154\154\x65\x72\x3a\x3a\x61\160\x70\x2e\x69\x6e\163\164\141\154\x6c\145\x72\56\151\156\144\145\x78\x2e\x73\x74\x61\x72\x74\56\155\x61\x69\156\47\51\x3c\57\x70\x3e\12\40\x20\x20\40\x20\40\40\x20\40\40\x20\x20\x20\40\40\40\x20\40\40\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\74\57\144\x69\166\x3e\xa\12\40\x20\40\40\x20\40\40\40\40\40\x20\40\40\x20\40\40\40\x20\x20\40\40\40\40\x20\x20\x20\40\x20\x20\40\40\40\74\x21\x2d\55\40\x53\x65\x72\x76\x65\162\40\105\x6e\x76\151\162\x6f\156\155\x65\x6e\164\x20\x2d\x2d\76\xa\40\40\40\40\x20\x20\40\40\40\40\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\40\40\40\40\x20\40\x20\x20\x20\40\x3c\144\151\166\xa\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\40\40\x20\x20\x20\40\x20\x63\154\141\x73\163\75\42\x66\x6c\x65\x78\x20\147\141\x70\x2d\x31\x20\164\145\x78\x74\55\133\61\x34\x70\x78\x5d\40\164\x65\170\164\55\x67\162\x61\x79\x2d\x36\60\60\x22\12\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\40\40\x20\40\x20\x20\40\x20\x20\40\40\x3a\x63\x6c\141\163\163\75\42\133\x73\164\x65\160\x53\x74\x61\164\x65\x73\56\163\x79\x73\164\x65\x6d\122\x65\x71\165\151\x72\145\x6d\145\x6e\x74\163\x20\x3d\75\40\x27\141\143\164\151\x76\145\47\x20\77\40\47\146\157\156\x74\55\x62\x6f\154\144\47\x20\x3a\40\47\47\x2c\40\x27\x74\x65\170\164\x2d\x67\x72\141\x79\x2d\66\60\60\47\x5d\x22\xa\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\40\x20\40\40\40\40\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\40\x3e\12\40\x20\40\40\40\40\x20\40\40\40\40\x20\40\x20\x20\x20\40\40\x20\x20\40\40\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\40\x20\x3c\x73\160\141\156\40\166\x2d\x69\146\75\x22\x73\x74\145\160\x53\x74\141\164\145\x73\x2e\163\171\x73\x74\145\155\122\x65\161\165\x69\162\x65\x6d\x65\x6e\x74\x73\40\x21\x3d\75\x20\x27\143\x6f\155\x70\154\x65\x74\145\47\x22\76\xa\x20\40\40\x20\40\x20\x20\40\40\x20\40\40\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\40\x20\40\40\x20\40\40\40\40\40\x20\x20\x20\x20\74\x73\x70\141\x6e\xa\x20\x20\40\40\40\40\40\40\x20\40\40\40\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\40\x20\x20\40\40\x20\40\40\x20\143\154\141\x73\163\x3d\42\x74\x65\170\x74\55\x5b\x32\60\160\170\135\x22\12\40\x20\40\x20\x20\x20\40\40\x20\x20\40\40\40\40\x20\40\40\x20\40\40\40\x20\40\40\40\x20\40\x20\40\x20\40\40\x20\x20\x20\x20\40\40\40\40\40\x20\40\40\72\x63\x6c\x61\x73\163\75\x22\x73\164\x65\x70\x53\x74\141\164\145\163\56\x73\x79\x73\x74\x65\x6d\x52\145\161\x75\151\x72\x65\x6d\x65\x6e\164\163\40\75\x3d\75\x20\x27\160\145\x6e\x64\151\156\147\x27\40\x3f\x20\x27\151\x63\157\156\x2d\x63\x68\x65\143\x6b\142\x6f\170\x2d\x6e\157\x72\155\141\x6c\47\x20\x3a\x20\x27\151\x63\157\156\x2d\162\151\x67\150\164\x27\42\12\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\40\x20\40\40\40\40\x20\40\x20\40\40\40\40\40\x20\x20\40\40\40\x20\x20\x20\40\x20\x3e\12\x20\x20\40\x20\40\40\40\40\40\x20\x20\40\40\40\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\x20\x20\x20\x20\40\40\40\x3c\x2f\163\160\x61\x6e\x3e\12\40\40\x20\x20\x20\40\40\40\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\x20\40\40\x20\40\x20\40\40\x20\40\40\x20\40\x20\40\74\x2f\x73\x70\x61\x6e\76\12\xa\x20\x20\40\x20\40\40\40\40\40\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\40\40\x20\40\x20\40\40\40\40\x20\40\40\x20\40\40\x3c\x73\160\x61\x6e\40\166\x2d\145\154\163\145\x3e\12\x20\40\x20\40\x20\40\x20\40\40\40\40\x20\x20\x20\40\x20\40\40\x20\40\x20\40\40\40\x20\40\x20\x20\40\x20\40\40\x20\40\40\x20\x20\x20\x20\40\74\163\x70\141\156\x20\x63\x6c\141\163\x73\x3d\42\151\143\x6f\156\55\x74\151\x63\153\40\x74\145\170\x74\x2d\147\162\x65\145\x6e\x2d\x35\x30\x30\42\76\74\57\163\160\x61\x6e\76\12\x20\x20\40\40\40\x20\x20\40\40\40\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\40\40\40\x20\40\40\40\x20\40\40\x20\x20\40\40\40\x3c\x2f\163\x70\x61\x6e\x3e\xa\12\x20\40\x20\x20\40\x20\40\x20\40\x20\40\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\x20\40\x20\40\40\74\x70\x3e\x40\x6c\x61\156\x67\50\x27\151\x6e\x73\164\141\x6c\x6c\x65\162\x3a\x3a\x61\x70\160\56\x69\x6e\163\x74\x61\x6c\154\145\162\56\151\156\x64\x65\x78\x2e\163\145\162\x76\145\x72\55\162\x65\161\x75\x69\162\x65\155\145\156\164\x73\56\x74\x69\164\x6c\x65\x27\x29\74\x2f\x70\76\12\x20\x20\40\40\40\x20\40\40\x20\40\40\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\74\57\x64\151\x76\x3e\12\12\x20\x20\x20\40\40\40\40\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\40\40\40\x20\x20\x20\x20\x3c\41\x2d\55\x20\x45\x4e\x56\x20\x44\x61\x74\x61\x62\141\163\x65\40\103\157\x6e\146\x69\x67\x75\x72\x61\x74\151\157\156\x20\x2d\55\76\xa\40\x20\40\40\x20\x20\40\x20\x20\40\40\x20\40\40\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\40\74\x64\x69\x76\xa\x20\40\40\40\x20\40\x20\x20\40\40\40\x20\40\40\x20\40\x20\x20\40\40\40\40\40\x20\x20\x20\40\40\x20\x20\40\40\40\x20\40\40\143\x6c\141\x73\x73\75\42\x66\x6c\145\x78\x20\x67\141\x70\x2d\x31\x20\x74\145\x78\164\55\133\61\x34\160\x78\x5d\40\x74\x65\170\x74\x2d\147\x72\x61\171\55\66\x30\x30\x22\12\40\40\x20\40\x20\40\x20\40\40\40\x20\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\40\40\40\x20\x20\x20\40\40\40\40\x20\x20\40\x20\x3a\x63\154\141\x73\163\x3d\x22\x5b\x73\164\x65\160\x53\164\141\164\145\163\x2e\x65\156\x76\104\x61\164\x61\x62\141\163\145\x20\75\75\40\47\x61\143\x74\151\166\145\x27\40\77\40\47\146\157\x6e\x74\55\x62\157\x6c\x64\47\x20\72\x20\x27\47\54\40\x27\164\145\x78\164\x2d\147\162\x61\171\55\x36\60\60\x27\135\42\12\x20\40\40\40\40\x20\40\x20\x20\x20\40\x20\40\40\x20\40\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\x3e\xa\x20\40\40\x20\40\x20\40\x20\x20\x20\40\x20\40\x20\40\40\40\40\40\x20\40\40\40\40\x20\x20\x20\40\40\40\x20\40\40\x20\x20\40\x3c\x73\x70\x61\x6e\40\x76\x2d\151\146\75\x22\x73\x74\x65\160\x53\164\141\x74\x65\163\56\145\156\x76\x44\x61\x74\x61\x62\x61\x73\x65\40\41\x3d\75\40\47\x63\157\x6d\160\154\x65\164\145\47\42\x3e\xa\x20\40\x20\40\40\40\40\40\40\40\x20\40\40\40\x20\x20\40\x20\x20\40\40\x20\40\40\40\40\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\x3c\163\x70\141\x6e\12\x20\40\40\40\40\x20\40\40\40\40\40\40\40\40\x20\40\40\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\40\40\x63\154\x61\163\163\x3d\42\164\145\x78\x74\x2d\133\62\x30\x70\x78\x5d\42\xa\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\40\40\x20\x20\40\40\x20\40\x3a\143\x6c\141\163\x73\x3d\42\163\x74\x65\x70\x53\164\141\164\x65\x73\56\x65\x6e\x76\x44\141\x74\141\142\141\x73\x65\40\x3d\75\75\40\x27\160\x65\x6e\144\x69\x6e\x67\x27\x20\77\x20\x27\151\143\157\156\55\x63\150\x65\x63\153\x62\157\x78\55\x6e\x6f\x72\155\x61\154\x27\40\x3a\40\x27\151\143\157\x6e\55\162\151\147\x68\x74\47\x22\xa\x20\x20\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\40\40\40\x20\x20\40\40\40\x20\40\40\x20\40\40\x20\40\40\40\40\40\x20\40\x20\x20\40\x20\x20\x3e\12\40\40\x20\40\40\40\40\x20\40\x20\x20\40\40\x20\40\x20\40\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\74\57\163\160\x61\x6e\76\12\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\40\40\40\x20\40\x20\40\x20\40\40\x20\40\x20\x20\40\40\40\40\40\40\x20\40\x20\x3c\57\163\x70\141\x6e\x3e\12\12\x20\x20\40\40\x20\40\x20\x20\40\40\40\40\x20\40\x20\40\40\x20\40\40\x20\40\40\40\40\x20\40\40\40\40\40\40\40\x20\40\x20\x3c\163\160\x61\156\x20\x76\55\145\154\x73\145\x3e\12\40\x20\x20\40\40\x20\x20\40\x20\40\40\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\40\40\40\40\40\x20\x20\x20\40\74\x73\160\x61\156\x20\x63\x6c\x61\163\163\x3d\x22\x69\x63\x6f\x6e\x2d\x74\151\143\153\x20\x74\145\170\x74\x2d\147\162\145\x65\x6e\55\65\x30\x30\x22\76\x3c\57\163\x70\141\156\x3e\12\40\x20\x20\x20\40\40\x20\x20\40\40\40\x20\40\40\40\40\40\40\40\40\x20\40\40\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\74\57\x73\160\141\156\76\xa\xa\x20\40\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\40\40\40\40\x20\40\x20\x20\40\40\x20\40\40\x20\x20\40\40\x20\40\74\160\x3e\12\40\x20\40\40\40\40\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\40\x20\x20\40\40\40\x40\154\141\x6e\147\x28\x27\x69\156\163\164\x61\x6c\154\145\x72\x3a\x3a\x61\160\x70\x2e\151\156\x73\164\141\x6c\154\145\162\x2e\151\156\x64\145\x78\x2e\145\x6e\166\151\x72\157\x6e\x6d\x65\156\x74\x2d\x63\157\x6e\146\151\x67\165\162\x61\x74\151\157\156\x2e\x74\151\164\154\145\47\x29\xa\x20\40\x20\x20\x20\40\x20\40\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\40\x20\40\x20\74\57\x70\x3e\12\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\40\40\x20\x20\40\40\x20\40\x20\40\x20\x3c\57\x64\151\x76\x3e\xa\xa\x20\x20\40\x20\40\40\x20\40\40\40\40\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\40\x3c\x21\55\55\x20\122\x65\x61\x64\x79\x20\106\157\162\40\111\x6e\163\164\x61\x6c\154\x61\x74\151\157\156\40\55\x2d\76\12\40\40\40\x20\40\40\40\x20\x20\x20\40\x20\40\40\40\40\40\x20\40\40\x20\40\40\40\40\x20\x20\x20\x20\x20\40\40\74\144\x69\166\xa\40\40\x20\40\40\40\40\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\40\40\x20\40\40\x20\x20\40\40\x20\x20\40\40\40\x20\x63\x6c\x61\163\x73\75\x22\146\x6c\145\x78\x20\x67\x61\x70\x2d\x31\x20\x74\145\170\164\x2d\133\61\x34\160\x78\x5d\40\x74\x65\x78\164\x2d\147\x72\x61\x79\55\x36\x30\x30\x22\xa\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\x20\40\40\40\x20\40\40\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\40\40\40\40\40\x3a\143\x6c\141\163\x73\75\42\133\x73\x74\145\x70\123\x74\x61\x74\145\x73\x2e\162\145\141\144\171\x46\x6f\x72\x49\x6e\163\164\141\154\154\x61\x74\151\157\x6e\40\x3d\x3d\40\47\141\x63\164\151\166\x65\x27\40\77\40\47\146\157\156\x74\55\x62\x6f\x6c\144\47\40\72\40\47\x27\54\40\x27\164\145\x78\164\55\147\162\x61\x79\x2d\66\60\60\x27\135\x22\xa\40\x20\x20\x20\40\40\40\40\x20\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\40\40\x20\40\x20\x3e\xa\40\40\x20\40\40\40\40\40\40\x20\40\40\x20\40\40\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\40\40\x20\x20\74\163\x70\x61\156\40\166\x2d\151\146\75\42\x73\x74\145\160\123\164\141\x74\x65\x73\x2e\x72\x65\x61\x64\171\x46\x6f\162\x49\156\x73\164\141\x6c\154\141\164\151\x6f\x6e\x20\x21\x3d\x3d\40\x27\143\157\x6d\x70\154\145\x74\x65\47\42\76\xa\40\40\40\x20\40\40\x20\40\40\x20\40\40\40\40\x20\x20\40\40\40\x20\40\40\x20\40\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\40\x20\40\x3c\x73\160\x61\156\xa\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\x20\x20\40\40\x20\x20\40\x20\x20\40\x20\40\x20\x20\40\40\x20\40\40\x20\40\40\x20\x20\x20\143\x6c\141\x73\x73\x3d\x22\x74\x65\x78\164\55\133\x32\60\160\x78\135\x22\xa\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\40\x20\40\x20\40\40\40\40\40\40\x20\40\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\x20\40\40\40\40\40\x20\40\40\x3a\x63\x6c\x61\x73\x73\75\x22\163\164\x65\x70\x53\164\x61\164\145\x73\56\x72\145\x61\144\171\106\x6f\x72\x49\x6e\163\164\141\x6c\x6c\141\x74\x69\157\156\40\75\75\x3d\x20\x27\x70\x65\156\x64\151\x6e\x67\47\40\77\40\x27\x69\x63\157\156\x2d\143\x68\x65\143\x6b\x62\x6f\x78\x2d\x6e\x6f\162\x6d\x61\154\x27\40\x3a\x20\x27\151\143\x6f\x6e\55\x72\151\147\x68\164\47\42\xa\40\x20\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\x20\40\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\40\x3e\xa\x20\40\x20\40\40\40\40\x20\x20\x20\40\x20\x20\40\40\40\x20\x20\40\x20\x20\40\40\x20\x20\40\40\x20\40\x20\x20\40\x20\40\40\40\40\40\x20\40\74\57\x73\x70\x61\x6e\76\12\x20\40\40\40\x20\x20\40\40\40\x20\40\x20\40\x20\40\40\40\40\40\40\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\40\40\x20\x3c\x2f\x73\x70\x61\x6e\76\12\xa\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\40\x20\40\40\x20\x20\40\x20\40\40\x20\x20\40\74\163\160\141\156\40\x76\55\145\x6c\x73\x65\76\xa\40\x20\40\x20\x20\x20\x20\40\40\40\40\40\40\40\x20\x20\40\x20\40\40\x20\40\x20\40\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\40\40\40\40\x20\74\x73\x70\x61\156\40\x63\x6c\141\163\x73\x3d\42\x69\x63\x6f\156\x2d\164\x69\x63\x6b\x20\x74\145\170\x74\55\147\x72\x65\145\156\x2d\x35\60\60\x22\x3e\74\x2f\163\x70\141\156\x3e\xa\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\40\40\40\x20\40\40\40\40\40\40\x20\40\x20\x20\40\40\40\40\40\x20\x20\40\x20\40\x20\x3c\x2f\163\160\x61\156\x3e\12\xa\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\40\40\40\40\x20\x20\40\40\40\40\40\40\x20\x20\x20\40\40\40\x20\40\x20\40\x3c\x70\x3e\100\x6c\141\156\147\50\x27\151\156\x73\164\x61\154\x6c\x65\162\72\x3a\x61\160\160\x2e\151\156\163\x74\x61\x6c\x6c\145\x72\56\151\156\x64\145\x78\56\x72\x65\141\x64\171\55\146\157\162\x2d\x69\156\163\164\141\154\154\x61\x74\x69\x6f\156\x2e\x74\x69\164\x6c\x65\47\51\x3c\x2f\160\x3e\xa\x20\x20\40\40\40\40\x20\40\x20\40\x20\40\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\40\40\40\40\x20\x20\40\x20\40\x3c\x2f\144\x69\x76\x3e\x20\xa\12\x20\x20\x20\40\40\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\40\40\x20\x20\40\40\40\40\74\x21\x2d\55\40\x43\x72\x65\x61\164\145\40\x41\x64\155\x69\156\40\x43\x6f\156\146\151\147\x75\x72\x61\164\151\x6f\x6e\x20\x2d\55\76\12\40\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\40\40\40\x20\40\40\x20\40\40\x20\40\40\40\40\40\40\x20\x20\x20\x20\74\x64\151\166\xa\40\40\40\x20\40\40\40\x20\x20\x20\x20\40\40\40\40\40\x20\40\40\x20\x20\x20\40\40\40\40\x20\x20\40\x20\40\x20\x20\40\x20\40\x63\154\x61\x73\x73\x3d\42\x66\154\145\170\40\147\x61\160\55\61\40\164\x65\x78\x74\55\x5b\61\64\x70\170\x5d\40\164\145\170\164\x2d\147\162\x61\x79\x2d\x36\60\x30\42\xa\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\40\72\143\x6c\x61\x73\x73\75\42\x5b\x73\164\x65\x70\123\164\141\164\x65\163\x2e\x63\162\x65\x61\x74\145\101\144\x6d\x69\156\40\75\75\x20\x27\141\x63\164\151\166\x65\x27\x20\x3f\x20\x27\x66\157\x6e\x74\55\142\x6f\154\144\47\x20\72\40\47\x27\54\40\47\164\145\x78\x74\x2d\x67\162\141\x79\x2d\66\x30\x30\47\135\x22\xa\x20\x20\40\40\40\x20\40\x20\x20\40\40\40\40\x20\40\x20\x20\40\40\x20\40\x20\x20\40\x20\40\40\40\40\x20\40\x20\x3e\12\x20\40\x20\40\40\40\x20\x20\40\x20\40\40\x20\40\x20\40\x20\40\40\x20\40\x20\40\x20\x20\40\40\40\40\x20\x20\40\40\40\x20\40\x3c\x73\x70\x61\x6e\40\166\x2d\151\146\75\42\x73\164\x65\160\123\x74\x61\164\145\x73\x2e\143\162\145\x61\x74\145\x41\x64\x6d\x69\x6e\40\x21\x3d\75\x20\x27\x63\x6f\155\160\x6c\x65\164\x65\47\42\76\xa\x20\x20\40\x20\40\40\40\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\40\40\40\40\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\x20\74\x73\x70\141\156\12\x20\x20\40\x20\x20\40\40\x20\40\x20\40\x20\40\x20\40\40\x20\40\x20\x20\40\40\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\40\40\x20\40\x20\40\40\x20\40\x20\x20\x63\x6c\x61\x73\163\75\x22\164\x65\x78\x74\x2d\133\62\60\160\170\x5d\x22\12\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\x20\40\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\40\40\40\40\40\40\40\x20\x20\x3a\143\154\141\163\x73\75\42\x73\x74\x65\160\123\x74\x61\164\145\163\x2e\143\162\x65\141\164\145\x41\x64\155\x69\x6e\40\x3d\75\75\40\x27\x70\x65\x6e\x64\151\x6e\x67\x27\x20\77\40\47\x69\x63\x6f\x6e\55\143\150\x65\143\x6b\142\157\170\55\x6e\157\x72\x6d\x61\x6c\x27\40\72\40\x27\151\143\x6f\156\x2d\162\151\x67\150\164\47\x22\12\x20\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\40\40\40\40\40\x20\40\40\40\40\x20\40\40\x20\40\76\12\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\40\x20\40\40\40\40\x20\40\x20\x20\40\40\x20\x20\40\40\x20\40\40\x20\40\40\40\40\40\x20\x20\40\40\x3c\x2f\x73\x70\x61\x6e\x3e\xa\x20\x20\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\40\40\x20\40\40\40\40\x20\x20\x20\x20\40\40\x20\x3c\57\163\x70\x61\x6e\76\12\xa\40\x20\40\40\40\40\40\x20\40\x20\x20\x20\40\40\40\x20\x20\40\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x3c\163\x70\141\x6e\x20\166\x2d\145\x6c\x73\x65\x3e\xa\40\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\40\x20\40\x20\40\x20\40\40\x20\x20\x20\40\x20\40\40\40\40\40\74\163\x70\x61\x6e\40\x63\154\x61\x73\x73\75\42\151\x63\157\x6e\55\x74\x69\x63\153\x20\x74\145\170\x74\x2d\147\x72\x65\145\x6e\55\x35\60\60\42\x3e\74\57\x73\160\x61\x6e\76\xa\x20\x20\40\x20\40\40\40\40\40\x20\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\x20\x20\40\40\40\74\x2f\163\x70\x61\156\76\12\xa\x20\x20\40\40\x20\40\40\x20\x20\x20\40\40\40\40\x20\40\x20\x20\40\40\40\40\x20\x20\40\40\x20\x20\40\40\40\x20\x20\x20\40\x20\74\x70\x3e\x40\154\x61\x6e\x67\50\47\x69\x6e\163\164\x61\x6c\x6c\145\x72\x3a\72\x61\160\160\56\x69\156\163\164\x61\154\154\145\162\x2e\x69\x6e\x64\145\170\56\x63\x72\x65\x61\164\x65\x2d\141\x64\x6d\x69\156\x69\163\x74\x72\x61\164\x6f\162\56\164\x69\164\x6c\145\47\51\x3c\57\160\76\xa\x20\40\40\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\40\40\x20\40\x20\40\40\x20\40\74\57\x64\x69\166\x3e\12\xa\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\40\40\x20\40\x20\x20\x20\x20\40\x20\40\x20\40\40\40\40\40\x20\40\x3c\x21\x2d\55\x20\x49\156\x73\164\141\x6c\x6c\141\x74\151\157\156\40\103\157\x6d\x70\x6c\x65\x74\145\x64\x20\55\55\76\xa\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\40\40\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\74\144\151\x76\12\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\40\40\x20\40\40\40\40\x20\40\40\40\40\40\x20\x20\x20\40\40\40\x20\x63\154\141\163\x73\x3d\42\x66\154\x65\x78\40\x67\141\x70\x2d\61\40\164\x65\170\x74\x2d\133\61\x34\160\170\x5d\40\164\x65\170\x74\x2d\147\162\141\x79\x2d\x36\x30\60\x22\xa\x20\x20\x20\40\40\40\x20\x20\40\40\40\40\x20\x20\40\40\x20\40\40\40\x20\40\40\40\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\40\72\x63\x6c\141\163\x73\x3d\x22\x5b\x73\164\145\160\123\x74\x61\164\x65\x73\56\x69\x6e\x73\164\x61\154\x6c\x61\164\151\x6f\156\103\157\x6d\x70\x6c\145\164\x65\144\x20\75\x3d\40\x27\141\x63\x74\151\x76\x65\x27\40\x3f\40\x27\146\x6f\156\164\x2d\142\x6f\154\144\47\x20\x3a\40\x27\47\x2c\x20\x27\164\x65\x78\x74\x2d\147\x72\x61\171\55\x36\x30\x30\47\135\42\12\x20\x20\40\40\40\x20\40\40\40\40\x20\40\40\40\40\40\40\x20\40\x20\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\40\76\xa\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\x20\40\x20\x20\x20\40\40\40\40\x20\40\40\x20\x20\40\40\40\40\74\163\160\141\x6e\x20\x76\x2d\x69\x66\75\42\163\x74\x65\x70\123\x74\141\164\145\x73\x2e\x69\156\163\164\141\154\154\141\x74\151\157\x6e\x43\157\155\x70\x6c\x65\164\x65\144\x20\41\x3d\x3d\x20\x27\143\157\155\160\154\145\164\x65\x27\x22\76\12\40\40\40\x20\40\x20\40\40\40\x20\40\40\40\x20\x20\40\40\x20\x20\40\x20\x20\40\40\40\40\40\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\40\40\74\x73\160\141\156\xa\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\40\40\40\x20\x20\x20\40\x20\40\x20\40\40\x20\40\40\x20\x20\40\x20\143\x6c\141\163\x73\x3d\x22\164\x65\x78\164\55\133\62\x30\160\x78\x5d\42\xa\x20\40\x20\x20\40\40\40\40\x20\40\40\x20\40\40\40\40\x20\40\x20\40\x20\x20\40\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\40\40\40\40\40\40\40\40\40\x3a\143\x6c\141\x73\x73\75\42\163\x74\x65\160\x53\x74\x61\x74\145\x73\x2e\x69\156\163\x74\141\154\x6c\x61\x74\151\x6f\156\103\157\155\x70\154\x65\164\x65\x64\40\75\x3d\75\x20\47\x70\145\156\144\x69\x6e\x67\x27\40\x3f\x20\47\151\143\x6f\156\x2d\143\150\145\x63\153\x62\x6f\170\x2d\156\x6f\162\155\x61\x6c\47\x20\72\x20\x27\151\143\157\x6e\x2d\x72\x69\147\x68\x74\47\x22\12\40\x20\x20\40\40\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\40\40\x20\40\x20\40\40\x20\40\40\40\40\40\40\x20\x20\40\40\x20\76\xa\40\40\40\x20\x20\40\40\40\40\40\40\x20\x20\x20\40\x20\40\x20\40\40\40\40\x20\40\40\x20\40\40\40\x20\x20\40\40\x20\40\40\40\x20\40\x20\x3c\57\x73\160\141\156\76\xa\x20\40\40\x20\40\x20\40\x20\40\40\40\40\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\40\40\40\40\x20\40\40\x20\40\40\74\x2f\x73\x70\x61\156\x3e\xa\xa\40\x20\40\40\40\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\40\40\40\x20\40\x20\40\40\40\40\40\x3c\x73\160\141\156\x20\x76\55\145\154\x73\x65\76\xa\40\x20\40\x20\x20\40\40\40\40\x20\x20\x20\40\40\40\x20\40\40\x20\x20\40\40\40\40\40\40\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\40\74\x73\x70\x61\156\40\143\154\141\x73\163\75\42\151\x63\157\156\55\x74\x69\x63\x6b\40\x74\145\x78\x74\x2d\x67\162\x65\x65\x6e\x2d\x35\x30\x30\x22\x3e\x3c\x2f\x73\x70\141\x6e\x3e\xa\x20\x20\40\40\x20\40\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\40\40\40\x20\40\40\40\40\40\40\x20\40\x20\x20\74\57\163\160\141\156\76\xa\xa\40\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\40\x20\x20\x20\x3c\x70\76\x40\x6c\x61\x6e\147\50\x27\x69\x6e\x73\164\141\x6c\x6c\x65\162\72\x3a\x61\x70\x70\x2e\x69\156\163\164\x61\154\154\x65\162\56\151\156\144\x65\170\x2e\151\156\x73\164\141\x6c\x6c\x61\x74\151\x6f\x6e\x2d\143\x6f\155\x70\154\x65\x74\x65\x64\56\x74\151\x74\154\x65\47\x29\x3c\x2f\160\76\xa\x20\40\x20\40\x20\x20\x20\40\40\40\40\40\40\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\x20\x20\40\40\40\x20\x20\x3c\57\144\x69\166\76\xa\12\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\40\40\40\40\40\x20\x20\x3c\57\x64\x69\166\76\xa\x20\x20\40\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\x20\x3c\57\144\x69\x76\x3e\xa\xa\x20\40\40\40\x20\40\40\x20\40\x20\40\40\x20\40\x20\40\40\x20\40\x20\x20\40\x20\x20\74\x70\40\143\154\x61\x73\x73\x3d\x22\x70\154\141\x63\145\55\x73\x65\x6c\x66\55\x65\x6e\x64\x20\167\55\x66\165\154\154\40\x74\145\x78\164\55\154\145\x66\164\40\x6d\x62\x2d\x5b\x32\64\x70\170\135\42\76\xa\x20\40\x20\40\40\40\40\x20\40\40\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\40\40\40\40\x20\74\141\12\40\40\x20\40\40\x20\40\x20\40\40\40\40\40\x20\40\40\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\40\x20\40\x20\40\x63\154\x61\163\x73\75\x22\142\x67\x2d\167\x68\x69\164\x65\x20\x75\x6e\x64\145\x72\x6c\151\156\145\40\164\145\170\x74\x2d\x62\x6c\165\x65\55\66\x30\60\42\xa\x20\40\40\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\40\x20\40\40\x20\x20\40\40\x20\40\x20\150\x72\x65\146\75\42\x68\x74\164\160\x73\x3a\57\x2f\142\x61\x67\x69\163\164\157\x2e\x63\157\155\57\145\x6e\57\x22\12\40\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\x3e\12\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\40\40\40\40\40\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\x40\x6c\x61\x6e\x67\50\x27\x69\x6e\163\164\x61\154\x6c\x65\x72\x3a\x3a\x61\160\x70\56\x69\x6e\x73\164\x61\154\154\x65\x72\56\x69\156\144\x65\170\56\x62\141\x67\151\163\164\157\x27\x29\12\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\40\40\40\x20\x20\40\x20\x20\x20\40\40\x20\x20\x20\40\x3c\x2f\x61\x3e\xa\12\x20\40\40\x20\40\40\x20\40\40\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\x3c\x73\x70\x61\156\76\100\x6c\x61\x6e\147\x28\x27\x69\x6e\163\164\141\x6c\x6c\x65\162\72\x3a\141\160\160\x2e\x69\x6e\x73\x74\x61\154\154\x65\162\56\151\x6e\144\145\x78\56\142\x61\x67\151\163\x74\x6f\55\x69\x6e\x66\157\47\x29\74\x2f\163\160\141\x6e\x3e\12\xa\40\40\40\40\x20\x20\40\x20\x20\40\x20\40\40\x20\40\x20\40\x20\40\40\x20\40\x20\x20\x20\40\40\40\x3c\141\12\x20\x20\40\40\x20\40\x20\40\40\40\x20\x20\40\40\x20\40\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\143\154\141\x73\x73\75\42\x62\x67\x2d\167\150\151\x74\145\40\x75\156\144\x65\162\x6c\x69\156\145\x20\x74\145\170\x74\x2d\x62\154\165\x65\55\x36\x30\x30\x22\12\40\40\40\40\x20\x20\x20\40\x20\40\40\40\40\40\40\x20\40\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\150\x72\x65\x66\75\x22\150\x74\x74\x70\x73\72\57\x2f\167\x65\x62\x6b\165\x6c\x2e\x63\x6f\x6d\57\x22\12\40\x20\40\40\x20\x20\40\40\x20\40\40\x20\40\40\40\40\40\x20\40\x20\x20\40\40\40\x20\40\40\x20\x3e\xa\x20\40\x20\40\40\x20\x20\40\40\x20\x20\40\40\40\x20\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\40\40\40\100\x6c\x61\x6e\x67\50\x27\x69\x6e\x73\x74\141\x6c\x6c\x65\x72\x3a\72\x61\160\x70\x2e\x69\156\x73\x74\141\154\x6c\x65\x72\56\151\x6e\x64\x65\x78\56\x77\x65\142\x6b\165\x6c\47\x29\xa\x20\40\x20\40\40\x20\x20\x20\40\40\x20\x20\40\x20\x20\x20\40\40\x20\40\40\40\x20\x20\x20\x20\40\x20\74\57\x61\x3e\xa\x20\40\40\40\x20\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\40\40\74\x2f\160\76\12\40\x20\x20\x20\40\40\x20\x20\40\x20\40\x20\40\x20\40\x20\x20\x20\40\40\74\x2f\x64\x69\x76\76\12\x20\x20\40\40\40\40\x20\40\40\40\40\40\40\40\40\x20\74\x2f\x64\x69\x76\76\xa\xa\40\x20\40\40\x20\x20\x20\x20\40\x20\40\40\40\40\x20\x20\x3c\x21\x2d\55\x20\x52\151\x67\x68\164\40\123\x69\x64\145\40\x43\157\x6d\160\x6f\x6e\x65\156\x74\163\40\55\55\76\xa\x20\x20\x20\40\40\40\40\40\x20\40\40\x20\x20\x20\40\x20\x3c\41\55\x2d\40\x53\164\141\x72\164\40\x2d\x2d\x3e\12\x20\40\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\40\x20\x20\x3c\144\x69\x76\12\x20\x20\x20\40\40\40\x20\40\40\x20\x20\x20\x20\40\40\40\40\40\x20\40\143\x6c\141\163\x73\x3d\x22\167\x2d\146\x75\x6c\154\40\x6d\x61\170\x2d\167\x2d\x5b\x35\x36\x38\160\x78\x5d\x20\142\x67\x2d\167\150\151\164\145\x20\162\x6f\165\156\144\x65\x64\55\154\147\40\x73\150\x61\x64\157\167\55\133\60\160\170\x5f\x38\x70\170\x5f\61\60\x70\x78\x5f\x30\x70\x78\x5f\162\x67\142\141\50\60\54\x30\x2c\x30\54\x30\56\x30\x35\x29\135\40\142\157\x72\144\145\162\x2d\x5b\x31\160\170\x5d\x20\x62\157\x72\x64\x65\x72\55\147\162\x61\171\55\x33\x30\x30\x22\xa\40\40\40\40\x20\40\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\166\x2d\151\x66\75\42\143\x75\162\x72\x65\x6e\x74\x53\164\145\x70\40\75\x3d\40\x27\x73\164\x61\162\164\47\42\xa\40\40\x20\x20\40\40\x20\40\x20\40\x20\40\x20\40\40\x20\76\xa\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\40\40\x20\x20\74\x78\55\x69\x6e\x73\x74\141\154\154\145\162\72\72\x66\157\x72\155\12\40\x20\40\40\40\40\x20\40\x20\40\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\166\55\x73\154\x6f\164\x3d\x22\x7b\x20\x6d\145\x74\141\54\x20\145\162\x72\157\162\163\x2c\40\150\141\x6e\x64\154\145\x53\165\x62\x6d\x69\x74\40\175\x22\xa\40\x20\40\40\x20\40\x20\40\x20\40\40\x20\x20\x20\x20\40\40\40\40\x20\x20\x20\40\x20\141\x73\x3d\42\144\x69\166\42\12\x20\x20\x20\x20\40\40\x20\40\x20\40\40\x20\x20\40\40\x20\40\40\40\x20\x20\x20\40\40\x72\145\146\75\x22\x73\x74\x61\x72\x74\42\12\x20\40\40\x20\40\40\x20\40\x20\40\40\40\40\40\40\40\x20\x20\40\x20\x3e\xa\x20\x20\x20\40\x20\40\x20\40\40\x20\40\x20\40\40\x20\40\x20\40\x20\40\x20\40\40\x20\74\146\157\x72\155\12\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\40\40\40\x20\40\x20\40\40\x20\40\40\x20\x20\x20\40\x20\40\100\163\x75\142\155\x69\164\x2e\x70\x72\145\166\145\x6e\x74\75\x22\x68\x61\156\144\x6c\x65\123\165\142\x6d\x69\164\x28\x24\145\166\145\156\x74\x2c\40\x73\x65\164\x4c\x6f\143\x61\x6c\145\x29\42\12\x20\x20\40\x20\40\x20\x20\x20\40\x20\x20\40\40\40\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\40\40\40\x65\156\143\164\171\160\x65\x3d\x22\x6d\165\154\x74\x69\x70\141\162\x74\x2f\x66\x6f\x72\x6d\55\x64\x61\x74\x61\42\12\40\x20\40\x20\40\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\40\40\x20\x72\145\x66\x3d\42\x6d\x75\x6c\x74\151\114\x6f\143\x61\x6c\145\106\x6f\x72\x6d\x22\xa\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\76\xa\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\74\144\x69\x76\40\143\x6c\141\163\163\x3d\42\146\154\x65\x78\x20\x6a\x75\x73\x74\x69\x66\171\55\142\145\x74\167\x65\145\x6e\x20\151\164\145\x6d\163\55\x63\145\x6e\x74\x65\x72\x20\x67\x61\160\x2d\62\x2e\x35\x20\160\170\x2d\x34\x20\x70\171\55\133\61\61\x70\170\x5d\40\142\x6f\162\x64\145\x72\55\142\x2d\133\61\x70\170\135\x20\x62\157\x72\144\145\162\55\x67\162\141\x79\55\x33\60\x30\x22\x3e\12\40\x20\40\x20\40\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\40\x20\40\x20\x20\40\40\x20\40\40\40\x3c\160\40\x63\x6c\x61\163\x73\x3d\42\x74\145\x78\164\x2d\x5b\62\x30\x70\x78\135\40\164\x65\170\164\x2d\147\162\141\171\55\x38\60\x30\40\146\157\x6e\164\x2d\142\x6f\x6c\144\x22\x3e\12\x20\40\x20\x20\x20\40\x20\40\40\40\x20\40\40\x20\x20\40\40\40\40\40\40\40\x20\x20\40\x20\x20\40\x20\40\40\x20\x20\x20\40\40\100\154\x61\156\x67\50\x27\x69\x6e\x73\x74\x61\154\x6c\145\x72\72\72\x61\160\x70\x2e\151\156\163\164\x61\154\154\145\162\x2e\151\x6e\x64\x65\x78\56\163\x74\x61\x72\164\x2e\167\x65\154\x63\157\155\x65\55\x74\x69\164\154\x65\x27\51\xa\40\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\74\x2f\160\x3e\xa\40\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\x20\40\74\x2f\144\x69\166\x3e\xa\xa\x20\40\x20\40\40\40\40\40\x20\40\40\x20\40\x20\x20\40\40\40\x20\40\40\x20\x20\40\x20\x20\x20\40\74\x64\151\166\40\143\154\141\163\163\x3d\x22\x66\x6c\145\x78\40\146\154\x65\x78\x2d\x63\157\x6c\x20\147\141\x70\x2d\x33\40\x69\164\x65\x6d\163\x2d\143\145\x6e\164\x65\x72\40\150\55\133\63\x38\64\160\170\135\40\160\170\55\x5b\63\60\160\170\x5d\40\160\x79\x2d\x34\40\157\166\x65\x72\146\x6c\157\167\55\171\x2d\141\x75\164\157\x22\76\xa\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\40\40\40\40\40\x20\x20\x20\40\40\x20\40\x20\x20\40\x3c\144\x69\x76\40\143\154\x61\163\163\75\42\143\x6f\156\164\141\x69\x6e\x65\x72\40\x6f\166\x65\x72\x66\x6c\157\167\x2d\150\151\144\144\145\156\x22\76\xa\x20\40\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\40\x20\40\x20\x20\x20\40\40\x20\x3c\144\x69\x76\x20\x63\x6c\x61\163\163\75\x22\x66\154\145\170\40\x66\x6c\x65\170\55\x63\x6f\154\40\x67\x61\160\x2d\63\40\152\165\163\164\151\x66\171\55\145\x6e\144\x20\150\55\133\61\x30\60\160\170\135\42\x3e\12\40\40\40\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\40\40\40\x20\40\40\40\40\x20\40\x20\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\40\x20\40\x3c\160\40\x63\154\141\x73\163\75\42\164\x65\x78\164\55\x67\x72\x61\x79\x2d\x36\x30\x30\40\x74\x65\x78\164\x2d\x5b\x31\64\160\x78\x5d\x20\x74\145\170\164\x2d\x63\x65\x6e\x74\145\x72\x22\76\12\x20\x20\40\x20\40\x20\40\x20\40\x20\40\x20\40\x20\40\40\40\x20\x20\40\40\40\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x40\x6c\x61\x6e\x67\x28\x27\x69\156\163\164\x61\154\x6c\145\x72\72\72\141\x70\160\x2e\151\x6e\x73\164\141\x6c\154\145\x72\x2e\x69\156\x64\145\x78\56\151\156\163\164\141\x6c\x6c\x61\x74\x69\x6f\156\x2d\144\x65\163\x63\162\x69\160\x74\x69\157\156\47\51\12\40\x20\40\40\x20\40\40\x20\x20\40\x20\x20\x20\40\40\40\x20\40\x20\40\40\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\40\x20\40\74\x2f\160\x3e\12\x20\x20\x20\40\40\40\40\40\x20\x20\x20\40\40\40\x20\x20\40\40\40\40\40\x20\40\x20\x20\40\40\x20\40\40\40\40\x20\x20\x20\40\74\x2f\x64\151\166\76\xa\12\40\40\x20\40\40\x20\40\40\40\40\x20\40\40\x20\40\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\40\x20\40\x20\x20\40\40\40\40\74\x64\151\166\x20\x63\154\x61\x73\x73\75\x22\146\x6c\x65\170\40\x66\154\x65\x78\x2d\143\x6f\x6c\x20\147\141\x70\55\63\x20\152\165\x73\x74\x69\146\x79\55\x63\x65\156\164\145\x72\x20\150\55\x5b\62\70\64\x70\x78\x5d\40\160\x78\x2d\x5b\63\x30\x70\170\135\40\160\171\55\x34\40\157\166\x65\x72\x66\154\157\167\x2d\x79\55\141\165\164\157\x22\76\12\40\40\x20\x20\x20\40\x20\40\40\x20\40\x20\40\40\40\x20\x20\40\40\40\40\x20\x20\40\x20\40\x20\x20\40\40\40\40\40\x20\x20\40\x20\x20\x20\x20\x3c\41\55\55\x20\101\160\x70\154\151\143\141\x74\x69\157\x6e\x20\116\141\155\145\x20\x2d\55\76\xa\x20\40\40\40\40\40\x20\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\40\x20\x20\74\x78\x2d\x69\x6e\x73\164\x61\154\154\145\x72\72\x3a\x66\x6f\162\155\x2e\143\x6f\156\164\162\x6f\x6c\55\x67\x72\157\165\x70\40\x63\154\141\x73\163\x3d\x22\155\x62\55\x32\56\x35\x22\76\12\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\40\40\x20\x20\40\40\40\40\40\x20\40\40\40\40\x20\40\40\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\x20\40\x3c\x78\x2d\x69\x6e\163\x74\x61\x6c\x6c\145\162\72\x3a\146\157\x72\155\x2e\143\x6f\x6e\x74\162\x6f\x6c\x2d\x67\162\157\165\160\x2e\154\141\142\145\x6c\76\xa\40\40\x20\x20\40\x20\40\40\40\x20\x20\x20\40\40\40\40\x20\x20\40\40\40\x20\x20\40\40\40\x20\x20\40\40\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\x40\x6c\x61\156\x67\x28\x27\x49\x6e\163\x74\141\154\154\141\164\151\x6f\156\x20\x57\x69\x7a\141\162\x64\40\154\x61\x6e\x67\165\x61\x67\x65\47\x29\xa\40\x20\40\40\x20\40\40\40\40\40\40\x20\40\40\40\x20\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\40\40\40\x20\x20\40\40\x20\40\x20\40\x20\40\x20\40\40\x3c\x2f\170\55\151\x6e\x73\164\141\x6c\x6c\x65\x72\x3a\72\x66\x6f\162\x6d\56\143\157\156\x74\162\157\154\x2d\147\x72\157\165\160\56\154\x61\142\145\x6c\76\xa\xa\x20\40\40\x20\x20\x20\x20\40\40\x20\40\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\40\40\40\x20\x20\x3c\x78\55\151\x6e\x73\164\x61\154\x6c\145\x72\x3a\x3a\146\157\162\x6d\x2e\143\157\x6e\x74\x72\x6f\154\55\x67\162\x6f\x75\160\56\143\157\x6e\164\162\x6f\154\12\40\x20\40\x20\40\40\40\40\40\x20\40\x20\40\40\x20\40\x20\40\40\x20\40\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\40\x20\40\40\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\164\171\x70\x65\75\x22\x73\x65\x6c\145\143\x74\x22\12\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\40\x20\x20\40\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\x6e\141\x6d\145\75\42\154\157\x63\x61\154\145\x22\xa\x20\40\x20\x20\x20\x20\x20\x20\40\x20\40\x20\40\40\40\40\40\x20\40\x20\40\40\40\40\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\40\40\x72\165\154\145\x73\75\x22\162\145\161\165\x69\x72\x65\144\x22\12\40\x20\40\x20\40\x20\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\40\x20\40\40\40\x20\x20\40\40\40\40\40\40\40\x20\40\40\x20\40\40\x20\x20\40\40\40\x20\72\166\141\x6c\165\145\x3d\42\141\x70\x70\x28\x29\x2d\76\x67\x65\164\x4c\x6f\x63\x61\x6c\x65\50\51\x22\12\40\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\40\x20\x20\x20\40\x20\40\72\154\x61\x62\x65\154\75\x22\164\162\x61\x6e\x73\50\47\151\156\163\x74\141\154\x6c\x65\x72\x3a\72\141\x70\160\x2e\151\156\163\x74\141\x6c\x6c\145\x72\x2e\x69\156\144\x65\170\x2e\163\x74\x61\x72\164\x2e\x6c\157\143\x61\x6c\145\47\x29\x22\xa\x20\x20\x20\x20\x20\40\40\40\40\x20\40\x20\x20\x20\40\x20\40\40\40\x20\x20\40\40\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\40\x20\40\40\40\x20\40\40\40\x20\40\x20\40\x20\100\x63\150\141\156\x67\145\75\42\x24\x72\145\146\163\x2e\155\165\154\x74\x69\114\x6f\x63\x61\x6c\x65\106\x6f\162\155\x2e\x73\x75\142\155\x69\x74\50\x29\x3b\x22\12\40\x20\40\x20\x20\40\40\x20\40\x20\x20\40\40\40\x20\x20\40\x20\x20\40\x20\40\40\40\40\40\x20\x20\40\40\x20\40\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\76\12\x20\40\x20\x20\x20\x20\40\40\40\40\40\x20\x20\40\x20\40\x20\40\40\x20\40\x20\40\40\40\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\40\x20\40\40\x20\x3c\x6f\x70\x74\x69\157\x6e\xa\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\40\40\x20\40\40\x20\40\40\40\x20\40\40\40\x20\40\x20\40\40\x20\40\40\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x20\40\166\x61\154\165\x65\75\42\x22\12\40\40\40\40\40\40\x20\x20\x20\40\x20\40\40\40\40\x20\x20\x20\40\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\x64\x69\163\141\x62\x6c\x65\x64\xa\40\x20\40\x20\x20\x20\40\40\40\40\x20\40\40\40\40\40\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\40\x3e\xa\x20\40\x20\x20\40\x20\x20\40\40\40\x20\40\40\x20\x20\x20\x20\40\x20\40\40\40\x20\40\40\40\x20\40\40\x20\40\40\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\x20\40\x20\x20\40\x20\40\40\40\100\154\141\156\147\x28\47\x69\x6e\x73\164\141\154\x6c\x65\162\72\72\x61\160\x70\56\151\x6e\x73\164\x61\154\154\145\x72\x2e\x69\156\x64\x65\x78\56\163\x74\x61\x72\164\56\163\x65\154\145\143\164\55\154\157\x63\x61\154\145\47\x29\xa\40\x20\x20\40\40\x20\40\x20\40\x20\40\40\x20\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\40\40\40\40\x20\40\x20\40\40\x20\40\x20\40\x20\x20\40\x20\40\40\40\x20\x20\x20\74\57\x6f\x70\164\151\157\156\x3e\xa\12\40\x20\40\x20\x20\40\x20\x20\40\40\40\x20\x20\40\40\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\40\40\x20\40\40\40\x40\146\157\162\x65\x61\143\150\40\50\44\x6c\x6f\x63\141\x6c\x65\x73\40\141\163\40\x24\166\141\x6c\x75\x65\40\x3d\76\x20\x24\154\141\x62\145\x6c\51\xa\40\x20\40\40\40\40\40\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\40\40\x20\40\40\40\x20\x20\40\x20\40\40\x20\40\40\x20\40\x20\40\x20\40\40\40\40\40\x20\40\40\x20\40\40\40\40\40\74\x6f\x70\164\151\x6f\x6e\40\x76\x61\154\165\145\x3d\x22\173\x7b\40\44\x76\x61\x6c\165\x65\40\175\x7d\x22\x3e\12\40\x20\x20\x20\x20\40\40\40\40\40\x20\x20\40\x20\x20\x20\40\40\40\40\40\x20\40\40\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\40\40\x20\x20\40\40\x20\40\40\x20\x20\x20\x20\x40\x6c\x61\x6e\x67\x28\42\x69\156\x73\164\141\154\x6c\x65\x72\x3a\72\141\x70\160\x2e\151\156\163\x74\x61\x6c\154\x65\162\x2e\x69\156\x64\x65\170\x2e\x24\154\141\x62\145\x6c\x22\x29\12\x20\40\x20\40\40\x20\40\40\x20\x20\40\x20\x20\40\40\x20\x20\40\40\40\40\x20\40\40\40\x20\40\40\40\x20\40\x20\40\40\40\40\x20\x20\x20\x20\40\40\40\40\40\x20\x20\x20\40\x20\40\40\74\x2f\x6f\x70\164\x69\157\156\76\xa\40\40\40\40\40\40\40\40\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\100\145\x6e\144\x66\157\x72\145\141\143\x68\xa\x20\40\40\x20\x20\40\x20\40\40\x20\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\40\x20\40\40\40\40\40\40\40\40\40\x20\40\74\x2f\170\55\151\x6e\x73\164\141\x6c\154\145\x72\x3a\x3a\146\x6f\162\x6d\56\x63\x6f\x6e\x74\x72\157\154\55\x67\162\x6f\165\160\x2e\x63\157\x6e\x74\162\x6f\x6c\x3e\12\12\x20\x20\40\40\40\40\x20\40\40\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\40\40\x20\40\x20\x20\40\40\40\x20\x20\40\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\74\x78\x2d\x69\x6e\163\x74\141\x6c\x6c\145\162\x3a\x3a\146\157\162\x6d\56\x63\x6f\156\164\x72\x6f\x6c\x2d\x67\x72\157\x75\x70\x2e\x65\x72\162\157\162\40\143\x6f\156\164\x72\x6f\x6c\55\x6e\x61\155\x65\75\x22\x6c\x6f\143\x61\154\x65\x22\40\x2f\76\12\x20\40\40\x20\40\x20\x20\40\x20\x20\40\40\40\40\40\x20\40\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\x20\40\40\74\57\x78\x2d\x69\156\x73\164\x61\x6c\154\145\162\x3a\x3a\146\x6f\162\155\x2e\143\157\156\x74\x72\x6f\x6c\x2d\147\162\157\165\x70\76\12\x20\x20\x20\40\40\x20\x20\40\40\x20\40\40\40\x20\x20\x20\40\x20\40\40\x20\40\40\x20\40\x20\40\40\40\x20\40\40\40\40\40\40\74\x2f\x64\x69\x76\x3e\xa\40\40\x20\40\40\40\40\x20\x20\x20\40\x20\x20\40\x20\40\40\x20\x20\40\40\40\x20\40\x20\x20\x20\40\x20\x20\40\x20\74\57\x64\151\166\x3e\xa\40\x20\x20\x20\40\x20\40\x20\40\40\x20\40\40\x20\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\40\40\40\x3c\x2f\144\151\166\76\12\40\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\40\40\40\40\xa\x20\40\x20\40\x20\x20\x20\40\40\x20\40\x20\40\40\x20\40\x20\x20\40\40\40\40\x20\40\x20\40\x20\x20\74\144\x69\x76\x20\143\x6c\141\163\163\x3d\x22\146\x6c\145\170\40\x70\170\x2d\64\40\x70\x79\x2d\62\56\x35\40\x6a\165\x73\x74\x69\146\171\55\145\x6e\x64\40\x69\164\145\x6d\163\55\x63\x65\156\x74\145\x72\42\76\xa\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\40\40\40\40\40\x20\40\40\40\40\x20\40\x20\40\x20\x20\40\40\40\40\x20\74\x62\165\x74\164\157\156\xa\x20\40\40\40\40\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\40\40\x20\40\40\40\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\x20\164\x79\160\x65\x3d\42\142\165\x74\x74\x6f\x6e\42\xa\x20\x20\x20\40\40\40\40\x20\x20\x20\40\x20\x20\40\x20\40\40\x20\40\40\40\40\40\x20\x20\40\x20\x20\40\x20\x20\40\40\40\40\x20\x63\x6c\141\x73\163\75\42\160\170\x2d\63\x20\x70\x79\x2d\61\56\x35\x20\142\147\55\x62\x6c\x75\145\55\x36\60\60\x20\142\157\162\144\x65\x72\40\142\157\x72\144\145\x72\55\x62\154\165\145\x2d\67\x30\60\40\x72\157\x75\x6e\x64\x65\x64\x2d\155\x64\x20\164\145\x78\x74\x2d\147\162\141\x79\55\65\x30\x20\146\157\x6e\x74\x2d\x73\145\155\x69\x62\x6f\x6c\x64\40\143\165\162\163\157\x72\55\160\x6f\x69\x6e\x74\145\x72\40\150\157\166\145\162\72\x6f\x70\141\143\151\x74\x79\x2d\x39\60\x22\12\40\x20\x20\x20\40\x20\x20\40\40\40\40\40\x20\x20\x20\40\40\40\x20\40\40\40\40\40\40\40\40\x20\x20\40\40\x20\40\40\x20\40\x74\x61\x62\x69\156\144\x65\x78\x3d\42\60\42\12\40\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\40\40\40\40\40\40\40\x20\x20\x20\40\40\40\40\40\40\40\40\x20\40\40\x20\40\40\100\143\x6c\151\143\x6b\75\x22\x6e\x65\170\164\x46\157\x72\x6d\x22\xa\40\40\40\40\40\40\40\40\x20\40\40\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\40\40\76\xa\x20\x20\40\x20\40\x20\x20\40\40\x20\40\40\x20\40\40\40\x20\40\40\40\x20\x20\40\40\40\40\40\x20\x20\x20\40\x20\40\40\40\x20\x40\154\141\156\147\50\x27\151\x6e\163\x74\x61\154\154\x65\x72\72\72\x61\x70\x70\56\x69\156\x73\x74\141\154\154\x65\162\56\151\x6e\x64\x65\x78\56\x63\157\x6e\164\151\x6e\x75\145\47\x29\xa\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\40\40\x20\40\x20\40\40\40\x20\40\40\x20\40\x20\40\40\x20\x20\74\57\142\165\x74\x74\x6f\156\76\12\40\40\x20\40\40\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\40\74\57\x64\151\x76\x3e\12\40\40\x20\40\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\40\40\40\40\x20\40\40\40\40\74\x2f\x66\x6f\162\x6d\x3e\xa\40\40\40\x20\x20\40\40\40\40\x20\x20\x20\40\40\x20\x20\40\x20\x20\x20\x3c\x2f\x78\55\x69\156\x73\164\141\x6c\154\x65\162\x3a\x3a\146\x6f\x72\155\76\12\40\x20\x20\40\x20\x20\40\40\40\40\40\x20\x20\x20\x20\x20\74\x2f\144\x69\x76\x3e\12\xa\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\40\40\x20\40\x20\x3c\x21\55\55\x20\123\171\163\x74\x6d\x65\x20\122\145\x71\x75\151\x72\145\155\x65\156\164\163\40\x2d\x2d\x3e\12\40\x20\x20\40\x20\40\40\x20\x20\40\40\40\40\x20\40\x20\74\144\151\166\40\x63\x6c\141\163\x73\x3d\x22\167\x2d\x66\x75\x6c\x6c\x20\155\x61\x78\55\x77\x2d\133\x35\66\70\x70\x78\135\x20\142\x67\55\x77\150\151\x74\145\40\x72\x6f\x75\x6e\x64\145\144\55\154\x67\x20\x73\x68\141\144\x6f\167\55\133\x30\x70\170\137\70\160\x78\137\x31\60\x70\x78\x5f\x30\160\170\x5f\x72\147\142\x61\50\60\54\x30\54\x30\x2c\x30\56\x30\x35\51\135\40\x62\x6f\x72\144\x65\x72\55\133\x31\x70\x78\x5d\40\x62\x6f\162\x64\x65\162\55\147\x72\x61\171\55\63\x30\x30\42\x20\x76\55\151\146\75\x22\143\x75\x72\x72\145\156\164\x53\x74\145\160\x20\75\75\40\x27\x73\171\x73\x74\145\155\x52\x65\161\165\x69\x72\x65\x6d\145\x6e\164\163\47\x22\76\xa\x20\40\40\x20\40\x20\x20\40\40\40\40\40\x20\40\x20\40\40\x20\x20\40\x3c\x64\x69\166\40\143\154\x61\x73\163\75\x22\146\x6c\145\x78\x20\152\165\x73\x74\x69\146\171\x2d\142\145\164\167\x65\x65\156\x20\151\164\x65\x6d\163\55\x63\145\156\x74\x65\x72\x20\147\x61\x70\55\62\56\65\40\160\170\x2d\64\40\160\x79\x2d\x5b\x31\61\160\170\x5d\x20\x62\x6f\x72\x64\145\162\55\x62\55\x5b\x31\x70\x78\135\x20\x62\x6f\162\144\145\162\x2d\147\x72\x61\x79\55\x33\x30\60\42\x3e\12\40\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\x3c\160\40\143\154\141\x73\x73\x3d\x22\164\145\170\x74\55\133\x32\60\x70\x78\x5d\40\164\x65\170\x74\55\147\x72\x61\171\x2d\70\x30\60\x20\x66\157\x6e\x74\x2d\x62\x6f\154\x64\42\76\12\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\40\40\40\x20\40\x20\40\x20\40\x40\x6c\141\156\147\x28\x27\151\x6e\x73\164\141\154\x6c\145\162\x3a\72\141\160\x70\x2e\x69\x6e\163\164\141\154\x6c\x65\x72\x2e\151\156\x64\x65\170\x2e\x73\145\x72\166\x65\x72\x2d\162\145\161\165\x69\162\x65\x6d\x65\156\x74\163\x2e\x74\x69\164\x6c\145\47\x29\xa\40\x20\40\x20\x20\40\40\40\x20\40\40\40\x20\40\40\40\40\40\x20\40\40\x20\x20\x20\74\57\x70\76\12\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\40\40\x20\40\40\40\x3c\57\144\151\x76\x3e\12\12\40\40\40\x20\40\x20\40\x20\40\40\40\40\40\x20\40\40\x20\x20\x20\40\74\x64\x69\x76\40\143\154\141\x73\x73\x3d\42\x66\x6c\145\170\x20\146\x6c\145\x78\55\143\157\154\40\147\141\160\55\x5b\61\65\160\170\135\x20\160\x78\x2d\x5b\63\x30\160\x78\x5d\x20\x70\171\55\64\40\142\157\162\144\145\x72\55\x62\x2d\133\x31\160\x78\135\40\x62\x6f\x72\144\145\162\x2d\x67\x72\141\x79\55\x33\60\x30\40\150\55\x5b\64\x38\x36\x70\170\135\x20\x6f\166\145\x72\146\154\x6f\167\x2d\171\x2d\141\165\x74\157\x22\x3e\xa\x20\40\x20\40\40\40\40\x20\40\x20\40\40\x20\40\40\40\x20\40\40\x20\x20\40\40\x20\74\x64\151\166\x20\x63\x6c\x61\x73\163\x3d\42\146\x6c\x65\170\40\147\141\160\55\x31\x22\76\12\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\40\x20\40\40\x20\40\40\40\40\40\x20\x20\x20\40\40\40\40\x3c\x73\160\141\156\40\143\154\141\163\163\75\x22\x7b\x7b\40\44\x70\150\x70\x56\145\162\163\151\157\156\133\x27\163\x75\x70\x70\157\162\x74\x65\144\47\135\40\x3f\x20\47\151\143\157\156\55\164\151\x63\x6b\x20\164\145\170\x74\55\133\62\x30\160\x78\135\40\x74\145\170\x74\55\x67\x72\x65\x65\x6e\55\x35\x30\x30\47\40\x3a\40\47\47\40\175\175\42\76\74\57\163\160\141\x6e\76\xa\12\x20\40\x20\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\40\x20\40\40\x20\x20\40\x3c\x70\40\143\154\141\163\163\x3d\x22\164\x65\170\x74\x2d\133\x31\x34\160\x78\135\x20\x74\x65\x78\x74\x2d\147\162\x61\171\x2d\66\x30\60\x20\146\157\x6e\x74\55\x73\145\155\x69\142\157\154\x64\42\x3e\xa\40\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\40\x20\40\40\40\40\x20\40\40\40\x40\154\141\156\x67\50\x27\x69\x6e\x73\164\x61\x6c\x6c\145\162\72\x3a\x61\160\160\x2e\x69\x6e\x73\164\141\154\x6c\x65\162\x2e\x69\x6e\x64\x65\170\56\163\145\x72\166\x65\x72\x2d\162\145\161\x75\151\162\145\155\145\156\164\x73\56\x70\x68\160\47\51\40\x3c\163\x70\x61\156\x20\x63\154\141\163\163\75\42\x66\157\x6e\x74\55\x6e\157\x72\155\x61\x6c\42\76\x28\100\154\141\156\147\50\x27\x69\x6e\163\x74\x61\154\x6c\145\162\72\72\x61\160\x70\56\x69\156\163\x74\x61\x6c\154\x65\162\56\151\156\144\x65\170\x2e\x73\x65\162\166\145\162\x2d\162\145\161\165\x69\162\145\x6d\145\x6e\164\x73\56\x70\x68\160\x2d\166\145\x72\163\x69\x6f\x6e\47\51\x29\74\x2f\163\160\x61\156\x3e\12\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\40\x20\x20\40\40\40\40\40\40\40\x20\x3c\57\160\x3e\xa\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\40\x20\x20\40\40\40\40\40\74\x2f\x64\x69\166\76\12\12\x20\40\40\x20\40\40\40\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\x40\146\157\162\145\141\x63\150\x20\x28\44\x72\x65\161\x75\x69\162\x65\x6d\145\156\x74\x73\133\x27\x72\145\x71\165\x69\162\x65\155\145\x6e\164\163\x27\135\40\141\x73\40\x24\162\x65\x71\165\151\162\x65\x6d\x65\156\x74\x29\12\40\x20\40\40\x20\40\x20\40\x20\40\x20\40\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\x20\100\146\157\162\x65\141\x63\x68\x20\50\x24\162\x65\161\x75\151\x72\145\155\x65\156\x74\40\x61\163\40\x24\153\x65\171\40\75\x3e\40\44\151\164\145\155\51\xa\x20\40\40\x20\40\40\40\40\40\x20\x20\x20\40\40\x20\40\40\40\40\40\40\40\x20\40\40\x20\40\40\x20\40\x20\40\74\x64\x69\166\x20\143\x6c\x61\x73\x73\x3d\x22\146\x6c\x65\170\x20\x67\x61\x70\55\x31\42\76\xa\x20\x20\40\x20\40\40\x20\x20\40\40\40\40\x20\x20\40\40\40\40\40\40\40\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\74\163\x70\x61\156\x20\x63\x6c\x61\x73\x73\75\42\x7b\x7b\40\44\x69\x74\145\x6d\40\x3f\x20\x27\151\143\157\156\55\164\x69\x63\x6b\x20\x74\145\x78\x74\x2d\x67\x72\145\145\x6e\55\65\60\x30\x27\x20\72\x20\x27\151\143\157\156\x2d\143\162\x6f\x73\x73\40\x74\145\x78\164\x2d\162\x65\x64\55\x35\x30\x30\47\x20\x7d\175\40\x74\145\x78\164\55\133\62\60\x70\170\135\x22\x3e\74\57\x73\160\141\156\76\xa\12\40\x20\x20\40\40\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\40\40\40\40\x20\40\40\x20\40\40\40\x20\40\40\40\74\x70\x20\x63\154\x61\163\163\75\x22\164\x65\170\164\x2d\x5b\61\64\160\170\135\x20\164\x65\x78\x74\55\x67\162\141\171\55\x36\x30\60\40\146\157\156\164\x2d\x73\x65\x6d\151\x62\x6f\154\x64\x22\76\xa\x20\40\x20\40\40\x20\x20\40\40\x20\40\x20\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\40\40\x20\x20\40\x20\x20\40\x20\40\x40\154\x61\156\147\50\x27\151\x6e\163\x74\141\154\x6c\145\x72\x3a\x3a\x61\x70\x70\56\151\x6e\x73\164\x61\x6c\154\145\x72\56\151\x6e\x64\x65\x78\56\163\145\162\166\x65\162\55\162\x65\x71\165\151\x72\145\155\145\156\x74\163\56\x27\x20\56\40\44\x6b\x65\171\51\12\x20\40\x20\40\40\x20\x20\40\40\x20\40\40\40\40\40\x20\x20\40\40\40\x20\x20\x20\x20\40\40\x20\x20\40\40\x20\40\x20\x20\x20\40\x3c\x2f\x70\x3e\xa\40\40\40\40\x20\40\x20\40\x20\x20\40\40\40\x20\40\x20\40\40\40\40\40\40\40\x20\40\x20\x20\40\x20\x20\x20\40\74\x2f\x64\x69\166\x3e\xa\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\100\145\x6e\144\146\x6f\x72\145\141\x63\150\xa\x20\40\40\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\40\100\x65\156\x64\146\157\x72\145\141\143\150\xa\40\x20\40\40\x20\40\40\40\40\40\x20\40\40\x20\x20\x20\x20\x20\40\40\74\57\144\151\x76\x3e\12\12\x20\40\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x40\x70\150\x70\12\x20\40\40\x20\40\40\40\40\40\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\44\x68\x61\163\x52\x65\x71\165\x69\x72\x65\155\x65\x6e\164\x20\x3d\40\x66\141\154\163\x65\73\xa\xa\40\40\x20\40\x20\40\x20\40\x20\x20\40\40\40\x20\40\x20\40\40\x20\40\x20\40\40\40\146\157\x72\145\x61\x63\x68\40\x28\44\162\145\161\165\151\162\145\155\145\156\164\x73\x5b\x27\162\145\161\x75\x69\162\x65\x6d\x65\156\164\x73\47\x5d\133\47\x70\x68\x70\47\135\x20\141\x73\40\x24\x76\141\x6c\165\145\51\40\173\xa\40\40\40\x20\x20\x20\40\x20\x20\40\40\40\x20\40\40\x20\x20\x20\40\40\x20\x20\40\40\40\40\40\x20\151\x66\x20\x28\x21\x24\x76\141\x6c\165\145\x29\40\x7b\12\40\40\40\40\40\40\40\40\40\40\x20\40\x20\40\40\40\40\x20\40\40\40\x20\x20\40\40\40\x20\40\x20\x20\40\x20\x24\150\x61\163\x52\145\161\165\151\162\145\x6d\x65\156\x74\x20\x3d\x20\x74\x72\x75\145\73\12\40\x20\40\x20\40\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\142\162\x65\x61\x6b\x3b\xa\x20\x20\40\40\x20\x20\40\40\x20\x20\40\40\x20\40\40\x20\40\x20\x20\40\x20\x20\40\40\x20\40\x20\40\x7d\xa\x20\x20\40\x20\40\x20\40\40\x20\40\40\40\40\x20\x20\40\40\x20\40\40\x20\x20\40\x20\x7d\12\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\x20\x40\x65\156\x64\x70\150\160\12\xa\40\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\40\x20\40\x20\x20\74\144\x69\166\x20\x63\x6c\141\163\x73\x3d\x22\146\x6c\145\170\x20\x70\170\55\x34\x20\160\171\x2d\62\56\x35\40\x6a\x75\163\164\x69\146\x79\55\x62\x65\x74\167\x65\145\x6e\40\x69\164\x65\155\163\55\x63\145\x6e\x74\145\x72\42\76\xa\40\40\x20\40\40\40\40\40\40\40\40\40\40\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\x3c\144\151\x76\12\x20\40\x20\40\40\40\40\40\x20\x20\40\x20\40\40\40\40\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\143\x6c\141\163\x73\75\42\x74\x65\170\164\55\133\61\62\x70\x78\135\40\164\x65\x78\164\x2d\x62\154\x75\x65\x2d\x36\x30\60\40\146\x6f\x6e\164\x2d\163\145\x6d\151\x62\157\x6c\144\40\x63\165\162\163\x6f\162\55\160\x6f\151\x6e\x74\145\162\42\12\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\40\40\40\40\x20\40\x20\40\x20\40\40\x20\x20\x72\157\x6c\x65\x3d\42\x62\x75\x74\x74\x6f\156\42\xa\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\40\40\40\40\x20\40\x20\40\40\40\x20\x20\x20\x61\162\x69\x61\55\154\141\x62\145\154\75\x22\100\154\141\156\147\50\47\x69\x6e\x73\x74\x61\154\154\145\x72\72\x3a\141\160\x70\56\151\156\x73\164\141\154\154\x65\x72\56\x69\156\x64\145\170\56\x62\141\x63\x6b\x27\x29\x22\xa\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\40\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x74\x61\x62\151\x6e\144\x65\x78\x3d\42\x30\42\12\40\x20\x20\x20\40\40\40\40\40\40\40\40\x20\x20\x20\40\x20\40\40\40\x20\x20\40\40\40\40\x20\40\x40\x63\x6c\x69\x63\153\75\x22\142\x61\143\153\42\12\x20\40\x20\x20\40\x20\x20\40\x20\40\x20\40\40\x20\x20\40\40\x20\x20\40\x20\40\x20\40\76\xa\x20\x20\x20\x20\40\x20\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\40\40\40\x20\x20\x20\40\x20\100\154\141\x6e\x67\x28\47\151\156\163\x74\141\154\154\145\x72\72\x3a\141\x70\x70\56\x69\x6e\163\164\x61\x6c\x6c\145\x72\56\x69\156\144\145\170\56\x62\141\143\x6b\x27\x29\12\x20\40\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\40\40\40\40\x20\x20\40\x20\40\x3c\57\144\x69\x76\76\12\12\x20\40\x20\x20\x20\x20\40\40\40\40\x20\x20\x20\40\40\40\x20\40\x20\40\40\x20\x20\40\74\x64\151\x76\12\x20\40\40\x20\40\40\40\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\40\40\x20\40\40\x20\40\x20\40\40\143\154\x61\x73\x73\75\x22\173\173\40\44\150\141\x73\x52\x65\x71\165\x69\x72\145\x6d\x65\156\x74\40\x3f\x20\x27\157\160\x61\x63\151\164\171\x2d\65\60\40\143\165\162\163\x6f\x72\x2d\x6e\x6f\164\x2d\x61\x6c\154\157\167\145\144\x27\x20\x3a\x20\x27\x27\175\x7d\x20\160\x78\55\x33\40\160\x79\55\61\56\x35\40\142\147\x2d\x62\154\x75\x65\x2d\66\60\x30\40\x62\x6f\162\x64\145\162\40\142\157\162\x64\x65\x72\x2d\x62\x6c\165\145\x2d\x37\x30\x30\x20\162\x6f\x75\156\144\x65\144\55\x6d\144\40\164\x65\170\164\x2d\x67\x72\141\171\x2d\x35\60\40\146\157\156\164\x2d\163\x65\155\x69\142\x6f\154\144\x20\143\165\162\x73\x6f\x72\x2d\x70\x6f\x69\156\x74\x65\x72\x20\173\173\x20\44\150\x61\163\x52\x65\161\165\151\x72\x65\x6d\145\156\164\40\x3f\x3a\x20\47\x68\157\166\145\x72\72\157\x70\x61\143\x69\x74\171\55\x39\60\x27\x20\x7d\x7d\42\12\x20\x20\40\40\x20\x20\x20\40\40\40\40\x20\x20\40\x20\40\40\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\x40\x63\154\151\143\x6b\x3d\x22\156\x65\170\164\106\x6f\162\x6d\x22\12\x20\40\40\40\40\40\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\x74\141\142\x69\156\144\x65\170\75\x22\x30\x22\xa\x20\40\40\x20\40\x20\40\40\40\x20\40\40\40\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\76\12\40\x20\40\x20\40\x20\x20\40\40\x20\40\x20\40\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\x20\40\40\x20\100\154\141\156\x67\50\x27\151\x6e\x73\164\x61\x6c\x6c\x65\162\x3a\72\141\x70\160\56\x69\x6e\163\x74\141\x6c\154\x65\x72\x2e\151\156\x64\x65\170\x2e\143\x6f\x6e\164\x69\x6e\x75\145\x27\x29\12\x20\40\x20\40\x20\40\40\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\x3c\x2f\144\x69\166\76\xa\40\40\x20\40\x20\40\40\40\x20\x20\x20\40\40\40\40\40\40\40\40\40\x3c\x2f\x64\x69\x76\76\xa\x20\x20\x20\x20\40\x20\40\x20\40\40\40\x20\x20\x20\40\x20\74\x2f\144\x69\166\x3e\12\12\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\40\x20\40\40\40\x3c\41\x2d\55\40\105\x6e\166\151\x72\x6f\x6e\155\x65\x6e\x74\x20\x43\x6f\x6e\146\x69\147\x75\162\x61\x74\x69\x6f\x6e\x20\104\141\x74\141\142\141\163\145\40\55\x2d\x3e\xa\40\x20\x20\x20\40\40\40\40\x20\x20\40\40\x20\x20\40\40\74\x64\151\166\12\40\40\x20\40\40\x20\x20\40\x20\40\x20\40\40\40\x20\40\40\40\x20\40\x63\154\x61\x73\163\x3d\x22\167\55\146\165\x6c\154\x20\x6d\x61\170\x2d\167\x2d\x5b\x35\x36\x38\x70\170\135\40\x62\x67\55\167\150\x69\164\x65\x20\x72\157\x75\x6e\144\x65\144\x2d\x6c\x67\40\x73\x68\141\x64\157\167\55\133\60\x70\170\137\x38\160\x78\137\x31\x30\x70\170\x5f\60\x70\170\x5f\x72\147\142\141\50\x30\54\60\x2c\60\54\60\x2e\60\65\51\135\40\142\157\x72\x64\145\x72\55\x5b\61\x70\x78\x5d\x20\x62\157\162\144\145\162\55\147\x72\141\x79\55\63\x30\x30\42\12\40\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\x20\x20\x20\40\40\166\x2d\x69\146\x3d\x22\143\165\162\x72\145\156\x74\123\x74\x65\x70\40\x3d\x3d\40\x27\x65\156\166\104\141\164\x61\x62\x61\x73\x65\47\x22\xa\x20\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\40\x20\40\x20\x3e\xa\x20\x20\40\x20\40\40\40\40\40\40\x20\40\40\x20\40\40\x20\40\x20\x20\74\x78\x2d\x69\156\x73\164\x61\x6c\154\x65\x72\x3a\72\x66\157\162\x6d\12\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\40\40\x20\x20\40\40\x20\x20\40\40\x20\x20\40\166\x2d\163\154\157\164\x3d\42\x7b\x20\155\145\x74\x61\x2c\40\145\162\162\157\162\x73\54\40\150\x61\156\x64\x6c\145\123\165\x62\155\x69\164\x20\175\42\xa\40\x20\x20\40\40\40\40\40\x20\40\40\x20\40\40\x20\40\40\40\x20\x20\x20\x20\40\40\141\x73\x3d\42\x64\151\166\42\xa\x20\40\40\x20\x20\x20\40\x20\40\40\x20\40\40\x20\40\x20\x20\x20\40\40\40\x20\x20\40\x72\145\x66\x3d\x22\145\156\x76\104\141\164\x61\x62\141\x73\x65\x22\xa\40\40\40\x20\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\76\12\x20\40\40\x20\x20\x20\40\40\x20\40\40\x20\40\x20\40\x20\40\40\40\x20\x20\40\40\40\74\146\157\162\x6d\xa\40\40\40\x20\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\40\x20\40\100\x73\165\142\155\151\x74\56\160\x72\x65\166\145\x6e\164\75\42\150\141\x6e\x64\154\x65\123\x75\x62\155\151\164\x28\x24\145\166\145\x6e\164\54\40\x46\157\x72\155\123\x75\x62\155\x69\164\x29\x22\xa\40\x20\x20\x20\x20\40\40\40\40\40\40\x20\x20\40\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\40\40\40\145\156\x63\x74\x79\x70\x65\75\42\155\165\x6c\164\151\x70\x61\162\x74\57\146\157\162\155\55\x64\x61\x74\x61\x22\xa\x20\40\x20\40\x20\x20\40\x20\40\x20\40\x20\40\40\x20\40\x20\40\40\x20\x20\40\40\40\76\xa\x20\x20\40\40\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\40\x20\x20\x3c\144\151\166\x20\143\x6c\x61\163\x73\x3d\x22\x66\x6c\145\170\40\x6a\x75\163\x74\151\x66\x79\55\142\x65\164\167\x65\x65\x6e\40\x69\164\145\155\163\x2d\143\145\x6e\x74\145\162\40\147\141\x70\55\62\56\x35\40\160\x78\55\64\40\160\171\55\x5b\61\x31\x70\170\135\x20\x62\157\x72\144\x65\x72\55\x62\55\133\61\160\170\x5d\x20\142\x6f\x72\x64\x65\x72\x2d\147\x72\141\x79\55\63\x30\x30\42\76\12\40\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\40\40\40\x20\40\40\x20\x20\40\40\40\x3c\x70\40\143\x6c\141\x73\x73\x3d\42\164\145\x78\x74\x2d\133\62\60\x70\x78\135\x20\x74\x65\x78\x74\x2d\x67\162\x61\171\x2d\70\60\60\40\146\157\x6e\x74\x2d\142\157\154\144\x22\x3e\xa\x20\40\x20\40\x20\40\x20\40\x20\40\x20\40\x20\40\40\40\40\40\40\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\40\40\100\154\141\x6e\147\x28\x27\x69\x6e\x73\x74\141\154\x6c\145\x72\x3a\x3a\141\160\160\56\x69\x6e\x73\x74\x61\154\154\145\162\x2e\151\156\x64\x65\170\56\145\x6e\166\x69\x72\x6f\156\155\x65\156\164\55\x63\x6f\156\x66\151\147\x75\x72\x61\164\151\157\156\56\x74\x69\164\x6c\145\47\51\12\x20\40\x20\x20\x20\40\40\40\40\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\x3c\x2f\x70\x3e\12\x20\40\x20\x20\x20\x20\40\40\40\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\40\40\74\57\144\x69\166\76\xa\12\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\40\x20\74\144\151\166\x20\x63\x6c\141\x73\x73\x3d\42\x66\x6c\x65\170\40\x66\x6c\145\170\55\143\157\x6c\x20\x67\141\x70\55\x33\x20\x70\x78\55\133\63\60\160\x78\135\40\160\171\55\x34\40\142\x6f\x72\x64\145\162\55\142\55\x5b\x31\x70\x78\x5d\40\142\157\162\x64\145\x72\x2d\147\162\x61\171\55\63\60\x30\40\x68\x2d\133\64\70\x34\160\170\x5d\40\x6f\166\145\x72\x66\x6c\157\x77\x2d\x79\55\x61\x75\x74\x6f\x22\x3e\xa\40\40\40\x20\x20\40\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\40\x20\40\40\x20\40\40\x20\x20\x20\x20\40\40\x3c\x21\x2d\x2d\x20\x44\141\164\x61\x62\x61\x73\145\x20\x43\x6f\156\156\145\143\164\x69\x6f\156\55\55\x3e\12\x20\40\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\40\40\x20\40\74\x78\x2d\151\x6e\163\164\141\154\154\145\x72\72\72\146\x6f\x72\x6d\x2e\143\157\156\164\x72\x6f\x6c\55\x67\162\157\165\x70\40\x63\154\141\x73\x73\x3d\x22\x6d\x62\x2d\62\x2e\65\x22\x3e\xa\40\40\x20\40\40\x20\x20\40\x20\40\x20\x20\40\40\40\x20\40\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\40\x20\40\40\x20\x20\x20\40\x3c\170\x2d\151\x6e\x73\164\141\x6c\x6c\145\162\x3a\x3a\x66\x6f\162\x6d\x2e\143\157\156\x74\x72\157\154\x2d\x67\162\x6f\x75\160\x2e\x6c\x61\142\x65\x6c\x20\143\x6c\141\x73\x73\x3d\x22\x72\x65\161\x75\151\162\x65\x64\42\x3e\xa\40\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\40\40\x20\40\40\40\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\40\x20\40\40\x20\40\x20\x20\40\40\x20\x40\x6c\141\x6e\x67\50\x27\151\156\x73\x74\x61\x6c\x6c\x65\162\x3a\72\141\160\x70\56\x69\156\x73\164\141\x6c\154\x65\x72\56\x69\x6e\x64\145\x78\56\145\x6e\166\x69\x72\157\x6e\155\145\156\x74\55\143\157\x6e\x66\151\x67\165\162\x61\x74\151\x6f\x6e\x2e\144\x61\164\x61\142\x61\163\x65\55\143\157\156\156\145\x63\164\151\157\156\x27\51\xa\40\40\40\x20\x20\x20\40\x20\40\40\40\x20\x20\40\40\40\x20\x20\x20\40\40\x20\40\40\x20\x20\40\40\x20\x20\40\40\x20\40\40\40\x3c\x2f\x78\55\x69\x6e\163\164\x61\154\x6c\x65\162\x3a\72\x66\157\x72\x6d\x2e\143\157\x6e\x74\x72\x6f\x6c\55\x67\162\157\x75\160\56\x6c\x61\142\x65\154\76\12\xa\x20\x20\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\40\40\40\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\40\40\x20\x20\40\40\40\x20\x20\x3c\x78\x2d\151\x6e\x73\x74\141\154\154\x65\x72\72\72\146\x6f\x72\x6d\x2e\143\157\156\x74\162\x6f\x6c\55\147\162\x6f\x75\160\x2e\143\157\156\164\x72\157\x6c\12\40\40\x20\40\40\40\x20\x20\40\x20\40\x20\x20\x20\40\40\x20\40\40\40\40\x20\40\40\x20\x20\40\x20\40\40\40\x20\40\x20\40\x20\x20\40\x20\40\164\x79\160\145\75\42\x73\x65\x6c\145\x63\x74\42\xa\40\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\40\40\40\x20\40\x20\x20\40\40\40\x20\40\x20\40\x20\40\x20\40\40\40\40\40\x20\40\156\141\x6d\x65\x3d\x22\x64\x62\x5f\143\157\156\x6e\x65\143\x74\x69\x6f\x6e\42\12\x20\40\x20\x20\40\40\40\40\x20\x20\40\40\40\x20\40\40\40\40\40\x20\40\x20\40\40\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\40\x20\x3a\72\x76\141\x6c\x75\145\x3d\42\145\x6e\x76\x44\141\164\141\x2e\x64\x62\137\143\x6f\x6e\156\145\x63\164\x69\157\x6e\x20\x3f\77\40\47\155\171\163\161\x6c\47\x22\12\40\x20\40\x20\x20\40\x20\x20\40\x20\x20\40\40\40\40\x20\40\x20\40\x20\x20\40\x20\40\x20\40\40\40\40\40\40\40\x20\x20\40\40\x20\40\40\x20\x72\165\154\x65\163\75\42\x72\x65\x71\165\x69\162\x65\144\42\xa\x20\x20\40\x20\40\40\x20\40\40\40\40\40\40\40\x20\40\40\x20\x20\40\40\x20\x20\x20\40\40\40\40\x20\x20\x20\40\40\40\40\x20\40\40\x20\x20\x3a\x6c\x61\x62\145\x6c\x3d\x22\164\x72\x61\156\163\x28\x27\151\x6e\163\164\x61\x6c\x6c\x65\162\72\72\141\160\160\x2e\x69\x6e\x73\164\141\154\154\x65\x72\x2e\x69\156\144\x65\x78\56\145\156\x76\151\x72\x6f\156\x6d\145\x6e\x74\x2d\143\157\x6e\146\151\x67\x75\162\141\164\151\157\156\x2e\144\x61\164\141\x62\141\x73\145\x2d\143\x6f\156\156\x65\x63\x74\151\157\x6e\x27\x29\x22\xa\40\40\x20\40\40\x20\40\40\40\40\40\x20\40\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\40\40\40\40\40\40\x20\40\x20\40\x20\40\x20\x20\x20\x3a\160\154\x61\x63\x65\150\x6f\154\144\145\x72\x3d\x22\x74\x72\141\x6e\x73\50\x27\x69\x6e\x73\164\141\x6c\154\145\162\x3a\72\141\x70\160\x2e\x69\x6e\163\x74\x61\x6c\x6c\145\x72\56\151\x6e\144\145\170\56\145\156\x76\151\x72\157\x6e\x6d\145\156\164\55\x63\157\x6e\x66\x69\147\x75\x72\141\164\x69\x6f\x6e\56\144\x61\164\x61\x62\x61\163\x65\x2d\x63\157\x6e\156\145\143\x74\x69\x6f\156\47\51\x22\12\40\40\40\40\x20\x20\40\x20\40\x20\40\40\40\x20\x20\x20\40\40\40\40\40\x20\40\x20\x20\40\x20\40\40\40\40\40\x20\x20\40\x20\x3e\xa\x20\x20\40\40\x20\x20\x20\x20\40\40\40\40\40\x20\x20\x20\40\x20\x20\40\40\40\40\x20\40\x20\x20\x20\x20\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\74\x6f\160\x74\151\x6f\x6e\xa\x20\x20\40\40\40\x20\x20\40\40\40\x20\40\40\40\40\x20\x20\x20\40\40\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\166\x61\x6c\165\145\x3d\42\155\171\163\x71\154\42\xa\40\x20\x20\x20\x20\40\40\40\40\x20\40\x20\x20\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\x20\x20\x73\145\x6c\145\143\x74\x65\x64\12\40\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\40\40\40\x20\x20\40\x20\x20\x20\x20\40\40\40\x3e\12\x20\40\x20\x20\x20\40\40\40\x20\40\x20\x20\40\40\x20\40\x20\40\x20\40\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\40\x20\40\x20\40\x20\x20\40\40\40\40\x20\x20\x40\154\141\x6e\x67\50\x27\151\x6e\163\164\141\154\x6c\x65\x72\x3a\x3a\x61\160\160\x2e\151\156\x73\164\141\x6c\154\x65\x72\x2e\151\x6e\144\145\170\56\145\156\x76\x69\x72\157\x6e\x6d\145\156\x74\x2d\x63\157\156\146\x69\x67\x75\x72\141\x74\151\x6f\x6e\x2e\x6d\x79\x73\x71\x6c\x27\x29\xa\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\40\40\x20\40\40\40\x20\x20\40\x20\40\74\57\x6f\160\x74\x69\x6f\156\76\12\12\40\x20\40\x20\40\x20\x20\40\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\40\40\40\x20\40\40\40\x20\40\x20\74\x6f\x70\x74\x69\157\156\x20\166\x61\x6c\165\145\x3d\x22\x70\147\163\161\154\x22\76\xa\40\40\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\40\40\40\40\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\100\154\141\156\147\50\47\x69\156\x73\164\x61\x6c\x6c\x65\x72\x3a\x3a\141\x70\x70\56\x69\x6e\163\x74\x61\154\154\x65\x72\x2e\151\x6e\144\x65\170\56\145\x6e\x76\151\162\157\156\x6d\x65\x6e\164\x2d\x63\x6f\156\146\x69\x67\x75\162\141\164\x69\x6f\156\56\160\147\163\x71\154\x27\51\xa\x20\40\40\40\40\40\40\x20\40\40\x20\x20\40\x20\x20\x20\40\40\x20\x20\x20\40\40\x20\40\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\74\57\x6f\x70\164\151\157\156\x3e\xa\12\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\40\x20\40\40\40\40\x20\x20\x20\40\x20\40\x20\40\x20\40\x20\x20\x20\74\x6f\160\164\x69\157\x6e\40\166\x61\154\x75\145\x3d\x22\163\x71\x6c\x73\x72\166\x22\x3e\xa\x20\40\x20\40\40\40\40\x20\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\40\40\40\40\x20\40\40\40\x20\40\40\x20\40\40\40\x20\40\40\100\x6c\141\156\x67\50\x27\151\x6e\x73\164\x61\154\x6c\x65\162\72\72\x61\160\x70\x2e\151\156\163\164\141\154\154\145\x72\x2e\x69\156\x64\x65\x78\56\x65\x6e\x76\151\162\157\156\155\145\x6e\164\x2d\x63\157\x6e\x66\151\147\165\162\141\x74\151\x6f\x6e\x2e\x73\x71\x6c\x73\x72\x76\x27\x29\12\40\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\40\40\40\40\x20\x20\x20\40\40\40\40\x20\40\40\40\x20\40\x20\x20\40\40\x20\x20\x20\40\40\40\40\x3c\57\157\x70\x74\x69\x6f\156\x3e\12\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\74\x2f\170\x2d\151\x6e\x73\x74\x61\x6c\154\145\x72\x3a\72\x66\x6f\x72\x6d\x2e\x63\x6f\156\164\x72\157\x6c\55\147\162\x6f\165\x70\56\x63\157\x6e\x74\162\157\x6c\76\12\12\x20\40\40\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\40\40\40\40\40\40\x20\x20\x20\40\40\40\40\x20\x20\x20\40\x20\74\x78\55\151\x6e\163\164\x61\154\x6c\145\x72\72\72\146\157\x72\x6d\56\143\x6f\x6e\164\162\x6f\x6c\x2d\x67\x72\x6f\165\x70\x2e\x65\162\162\x6f\162\x20\143\157\x6e\164\162\x6f\x6c\55\156\141\155\145\x3d\x22\144\x62\x5f\143\157\x6e\x6e\x65\143\164\151\x6f\x6e\42\x20\57\x3e\xa\x20\40\40\40\40\40\x20\40\x20\40\40\40\40\x20\x20\40\x20\x20\40\40\40\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\x3c\x2f\170\x2d\x69\156\x73\x74\141\x6c\154\145\x72\72\x3a\146\157\162\x6d\x2e\143\x6f\x6e\164\162\157\x6c\55\147\162\157\x75\x70\x3e\12\xa\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\40\x20\40\40\x3c\41\55\x2d\40\104\x61\164\x61\x62\141\x73\x65\40\110\157\x73\x74\x6e\x61\155\x65\55\55\x3e\12\x20\40\x20\x20\40\x20\x20\40\40\x20\40\40\x20\40\x20\x20\40\40\40\40\40\40\x20\x20\40\40\x20\x20\x20\40\x20\40\x3c\x78\55\151\156\163\x74\141\x6c\x6c\145\162\72\x3a\x66\x6f\x72\155\x2e\x63\x6f\x6e\x74\x72\x6f\x6c\55\147\x72\x6f\165\x70\x20\143\154\141\163\x73\x3d\42\155\142\x2d\62\56\x35\42\x3e\xa\40\40\40\40\40\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\40\40\40\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\40\40\40\x20\74\x78\x2d\151\156\x73\x74\x61\x6c\154\x65\162\72\72\x66\x6f\x72\155\56\x63\157\x6e\164\162\x6f\x6c\x2d\x67\162\157\x75\160\56\x6c\141\x62\145\154\40\x63\154\141\163\x73\75\42\x72\145\161\x75\151\x72\x65\144\x22\76\xa\40\x20\40\x20\40\x20\40\40\x20\x20\40\40\40\40\40\40\x20\40\40\40\40\40\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\100\x6c\141\156\147\50\47\151\156\163\164\x61\154\154\145\162\x3a\x3a\141\x70\160\56\x69\156\x73\x74\x61\154\x6c\x65\162\56\x69\156\x64\x65\x78\56\145\x6e\x76\151\162\157\x6e\155\x65\x6e\x74\55\143\x6f\156\146\x69\147\165\162\141\x74\151\157\x6e\x2e\x64\141\164\x61\x62\x61\x73\145\x2d\150\157\x73\x74\156\x61\x6d\145\x27\x29\xa\40\x20\40\40\40\40\x20\40\40\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\x20\40\40\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\74\x2f\170\55\x69\156\163\x74\141\154\x6c\145\x72\x3a\x3a\x66\157\x72\x6d\x2e\143\x6f\x6e\x74\162\x6f\x6c\x2d\x67\x72\157\x75\x70\x2e\x6c\141\x62\x65\154\76\xa\12\40\x20\x20\40\x20\40\40\x20\x20\40\x20\40\40\40\x20\x20\40\40\40\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\x3c\170\55\x69\156\163\164\141\x6c\x6c\145\x72\72\x3a\x66\x6f\x72\x6d\x2e\x63\x6f\x6e\x74\162\x6f\x6c\55\x67\x72\157\165\x70\x2e\143\x6f\156\x74\x72\x6f\x6c\xa\x20\40\40\40\x20\40\40\40\40\x20\x20\40\x20\40\x20\40\40\x20\x20\40\x20\40\40\x20\40\x20\40\x20\40\x20\40\40\40\40\x20\x20\x20\40\x20\x20\164\171\x70\145\75\x22\164\x65\170\x74\42\12\40\x20\x20\x20\40\x20\40\40\40\x20\40\x20\40\x20\x20\40\40\40\x20\40\40\40\40\x20\x20\40\40\x20\x20\x20\40\40\40\40\40\40\x20\40\x20\40\156\x61\155\x65\x3d\x22\x64\142\137\150\157\163\x74\156\141\155\x65\42\12\40\x20\x20\x20\40\x20\x20\40\40\40\x20\40\40\40\40\x20\40\40\40\40\x20\40\40\40\40\x20\x20\40\40\40\x20\40\40\40\x20\x20\40\x20\x20\x20\72\72\x76\x61\154\x75\x65\x3d\42\x65\x6e\x76\104\141\x74\x61\x2e\144\x62\x5f\150\x6f\x73\x74\156\141\x6d\x65\40\77\x3f\x20\47\x31\62\x37\x2e\x30\x2e\60\56\61\x27\42\xa\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\40\40\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\40\162\x75\154\145\163\x3d\42\x72\145\x71\x75\x69\x72\x65\x64\x22\xa\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\x20\40\40\40\x20\40\x20\40\x20\x20\40\40\40\40\40\x20\40\40\x3a\154\141\142\x65\154\75\x22\x74\x72\x61\x6e\x73\50\x27\151\156\x73\x74\x61\154\154\x65\162\72\72\141\160\x70\56\x69\156\x73\164\141\154\x6c\x65\x72\56\x69\156\144\x65\x78\x2e\145\156\166\x69\162\157\x6e\155\145\x6e\164\x2d\x63\x6f\156\146\151\x67\165\162\x61\x74\x69\157\x6e\x2e\144\141\x74\x61\142\141\163\145\55\x68\157\163\164\x6e\x61\155\145\x27\x29\42\xa\x20\40\40\x20\40\40\x20\x20\40\40\40\40\40\40\40\40\x20\40\40\40\40\x20\40\x20\40\40\x20\40\x20\40\x20\40\x20\40\x20\40\40\40\x20\x20\72\x70\x6c\141\143\x65\150\x6f\x6c\144\145\x72\75\42\164\x72\141\156\x73\x28\47\151\x6e\163\164\141\x6c\x6c\x65\x72\x3a\72\141\160\160\56\151\156\x73\x74\141\x6c\x6c\145\x72\56\x69\156\144\x65\170\x2e\x65\156\166\x69\162\x6f\x6e\x6d\x65\x6e\164\x2d\x63\x6f\156\x66\151\x67\x75\x72\x61\164\151\x6f\x6e\56\x64\x61\164\x61\x62\x61\x73\145\x2d\150\x6f\163\164\156\141\155\145\x27\51\x22\12\x20\40\40\x20\40\40\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\40\x2f\76\xa\xa\x20\x20\x20\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\40\40\40\x20\x20\40\x20\40\40\x20\40\x20\40\40\40\40\40\40\x20\x20\x20\x20\x3c\170\x2d\x69\x6e\163\x74\x61\x6c\x6c\x65\x72\x3a\72\x66\157\162\155\x2e\143\157\x6e\164\162\x6f\154\55\x67\162\x6f\165\x70\56\145\x72\x72\x6f\162\x20\143\157\x6e\164\x72\x6f\154\x2d\x6e\x61\x6d\x65\x3d\42\x64\142\137\x68\157\163\164\x6e\141\155\145\42\40\x2f\76\12\40\40\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\x20\40\40\40\x20\40\40\40\x20\40\x20\40\40\40\x20\x3c\57\x78\x2d\151\x6e\163\164\141\x6c\154\145\162\72\x3a\x66\157\162\x6d\x2e\x63\157\156\164\x72\157\154\55\147\162\x6f\165\x70\76\xa\xa\x20\40\x20\40\x20\x20\40\40\40\40\x20\x20\x20\40\40\x20\x20\40\x20\40\40\x20\40\40\40\40\40\40\40\x20\x20\x20\x3c\x21\55\x2d\40\x44\x61\164\141\x62\141\x73\145\x20\120\x6f\x72\x74\x2d\55\x3e\xa\x20\40\x20\x20\x20\40\40\40\x20\40\40\40\40\40\40\40\x20\40\40\40\40\x20\x20\40\x20\40\x20\x20\40\x20\40\40\x3c\170\x2d\151\156\x73\164\141\154\154\145\x72\x3a\72\x66\157\x72\x6d\56\143\157\156\164\162\157\154\55\x67\x72\157\165\160\40\143\x6c\x61\163\x73\75\x22\x6d\x62\55\x32\56\x35\x22\76\xa\x20\40\40\40\40\x20\40\40\40\40\40\40\x20\x20\40\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\40\x20\40\40\x3c\x78\55\x69\156\163\x74\x61\154\x6c\x65\x72\x3a\72\x66\157\x72\x6d\56\143\x6f\156\x74\162\157\x6c\55\147\x72\x6f\165\160\x2e\x6c\141\x62\x65\x6c\x20\x63\154\141\x73\x73\x3d\42\162\x65\161\x75\x69\162\x65\144\42\x3e\xa\x20\40\40\x20\40\x20\40\x20\40\40\40\40\40\x20\x20\40\x20\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\40\40\x20\40\40\40\40\x40\154\141\x6e\x67\x28\x27\x69\156\163\164\141\154\154\145\x72\72\x3a\x61\160\160\56\x69\x6e\163\164\x61\154\x6c\x65\x72\x2e\151\x6e\x64\x65\x78\x2e\145\156\x76\151\x72\157\156\x6d\145\156\164\55\x63\x6f\x6e\x66\x69\x67\165\x72\141\164\151\157\156\x2e\x64\x61\x74\141\142\141\163\145\x2d\160\157\162\164\x27\51\12\x20\x20\x20\40\x20\40\40\x20\40\40\x20\x20\x20\40\x20\40\40\40\x20\x20\40\x20\40\x20\40\x20\40\x20\40\40\40\40\x20\x20\40\x20\x3c\57\170\x2d\151\x6e\163\164\141\154\154\145\162\x3a\x3a\x66\x6f\x72\x6d\56\143\157\x6e\164\162\157\x6c\55\147\x72\157\165\x70\x2e\x6c\x61\142\x65\x6c\x3e\12\12\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\40\40\x20\40\40\x20\40\x20\x20\40\40\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\74\x78\55\x69\156\x73\x74\141\x6c\154\145\x72\72\72\x66\x6f\162\155\x2e\143\x6f\x6e\164\x72\x6f\x6c\55\x67\162\x6f\165\x70\56\143\x6f\x6e\164\x72\x6f\154\xa\x20\x20\40\x20\x20\40\40\40\40\40\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\x20\40\40\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\164\x79\x70\145\75\42\x74\145\x78\164\x22\xa\40\40\40\x20\40\40\40\40\x20\40\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\x6e\141\x6d\145\x3d\x22\144\x62\x5f\x70\157\x72\164\42\12\40\x20\40\40\40\40\40\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\40\40\x20\40\x20\x20\40\40\40\x20\x20\40\x20\40\40\x3a\x3a\x76\141\154\165\145\x3d\x22\x65\156\166\x44\x61\164\141\56\144\142\x5f\160\x6f\162\x74\40\x3f\x3f\x20\47\x33\63\60\x36\47\42\xa\40\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\40\40\40\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\40\40\x20\40\x20\162\x75\x6c\x65\163\75\42\x72\x65\x71\165\151\162\145\144\x22\12\x20\x20\40\x20\40\x20\40\x20\40\40\x20\40\x20\40\40\40\40\40\40\x20\40\40\40\40\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\40\x20\40\40\x20\72\x6c\141\142\145\x6c\x3d\x22\x74\162\141\x6e\163\x28\47\151\x6e\163\164\x61\x6c\x6c\x65\162\x3a\x3a\x61\x70\160\56\x69\x6e\x73\x74\x61\x6c\154\145\x72\56\x69\156\x64\145\x78\56\145\156\166\x69\x72\157\156\155\145\x6e\x74\55\x63\157\x6e\x66\151\x67\x75\x72\141\164\151\x6f\156\56\144\141\164\141\142\141\x73\145\x2d\160\157\x72\x74\47\51\x22\xa\40\40\40\x20\40\x20\40\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\40\x20\40\40\x20\x20\40\40\40\40\x20\x20\40\72\160\154\141\x63\x65\150\x6f\x6c\144\145\162\x3d\42\164\x72\x61\156\163\x28\47\151\x6e\x73\164\x61\154\x6c\145\162\x3a\x3a\x61\x70\160\x2e\151\156\163\x74\x61\154\154\x65\x72\x2e\151\156\144\x65\x78\56\x65\156\166\151\162\157\156\155\x65\156\164\x2d\143\157\x6e\146\151\147\165\x72\141\x74\151\157\x6e\x2e\144\141\164\x61\x62\141\163\x65\55\160\x6f\162\x74\x27\x29\42\12\40\x20\x20\40\x20\40\x20\x20\40\x20\40\40\40\40\x20\40\x20\40\x20\x20\40\40\40\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\57\76\xa\xa\40\40\40\40\40\40\40\40\40\40\40\40\x20\40\40\40\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\x3c\x78\x2d\151\x6e\163\x74\141\x6c\154\145\x72\72\x3a\146\157\x72\155\x2e\143\x6f\156\164\x72\x6f\154\55\x67\x72\x6f\165\x70\56\145\162\x72\157\162\x20\x63\157\x6e\164\x72\x6f\x6c\55\156\x61\x6d\x65\75\x22\x64\x62\x5f\160\157\x72\x74\42\x20\x2f\x3e\xa\x20\40\x20\40\x20\40\40\40\40\x20\x20\x20\40\40\40\x20\40\40\40\x20\40\x20\x20\40\40\x20\40\x20\x20\40\x20\40\x3c\57\170\x2d\x69\x6e\163\164\141\154\154\x65\x72\x3a\x3a\x66\x6f\x72\x6d\x2e\x63\x6f\x6e\164\162\157\x6c\55\147\162\x6f\165\x70\76\12\12\40\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\40\40\x20\x20\40\x20\40\40\x20\x20\x20\40\40\74\41\55\x2d\x20\x44\141\x74\141\x62\141\163\145\40\x6e\141\155\145\55\55\x3e\12\40\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\x20\x20\40\x20\x20\40\40\40\40\40\40\x20\40\40\x20\40\x20\40\x20\x3c\x78\x2d\151\x6e\x73\x74\x61\x6c\x6c\145\x72\72\72\x66\x6f\x72\155\x2e\143\x6f\156\x74\162\157\154\55\x67\x72\157\x75\160\x20\143\154\x61\163\163\75\x22\x6d\142\55\62\56\x35\x22\76\xa\40\40\40\x20\x20\x20\40\40\40\40\x20\40\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\x20\40\40\74\170\x2d\151\156\x73\x74\141\x6c\x6c\145\162\72\72\x66\157\162\x6d\x2e\143\157\156\164\162\157\x6c\55\x67\x72\x6f\165\160\56\154\141\142\x65\154\40\x63\x6c\141\x73\x73\x3d\42\162\145\161\x75\151\x72\x65\144\42\76\xa\x20\x20\40\40\40\x20\x20\40\40\40\40\40\40\x20\x20\40\x20\40\40\x20\40\40\40\x20\40\x20\x20\40\40\40\40\40\40\x20\x20\x20\x20\40\x20\40\100\x6c\x61\x6e\147\50\x27\x69\x6e\163\x74\x61\x6c\154\145\162\x3a\72\141\x70\160\56\x69\x6e\163\x74\x61\154\x6c\x65\162\x2e\x69\x6e\144\x65\170\x2e\x65\x6e\x76\x69\162\x6f\x6e\x6d\145\x6e\164\55\x63\157\156\146\151\x67\x75\x72\x61\x74\151\x6f\x6e\56\x64\141\164\x61\142\141\163\145\55\156\x61\x6d\x65\47\51\12\x20\40\x20\40\40\x20\x20\40\x20\x20\40\40\x20\40\40\40\x20\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\40\x20\x20\40\40\40\x20\74\x2f\170\55\x69\156\163\x74\x61\154\154\x65\162\x3a\x3a\x66\x6f\x72\155\56\x63\157\x6e\x74\162\157\154\55\x67\x72\x6f\165\x70\56\x6c\x61\142\145\x6c\76\12\xa\x20\40\x20\40\x20\x20\x20\40\40\40\x20\x20\40\40\x20\40\40\x20\40\40\x20\x20\40\x20\40\40\x20\40\40\40\x20\x20\x20\40\40\40\x3c\x78\x2d\151\x6e\x73\164\141\154\154\x65\162\x3a\x3a\146\x6f\162\155\56\143\x6f\156\x74\x72\x6f\154\x2d\x67\x72\x6f\x75\x70\56\143\x6f\156\x74\162\157\154\xa\x20\x20\x20\40\40\40\40\40\x20\x20\x20\40\40\x20\40\40\40\x20\x20\40\40\40\40\40\x20\40\x20\40\40\40\40\40\x20\x20\x20\x20\40\40\40\40\164\171\x70\145\75\42\164\145\x78\x74\42\xa\40\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\40\x6e\141\155\145\x3d\x22\144\x62\137\156\141\155\145\42\12\x20\40\40\40\x20\40\40\x20\40\40\40\x20\x20\40\x20\x20\40\x20\40\40\x20\40\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\40\40\40\40\40\x20\40\x3a\72\x76\141\154\x75\145\75\x22\x65\156\166\104\x61\x74\x61\56\x64\142\137\x6e\141\x6d\x65\x22\xa\x20\x20\40\40\40\x20\x20\40\40\40\40\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\40\40\40\40\40\x20\40\x20\40\x20\x20\x20\40\x20\40\40\40\40\162\165\x6c\145\x73\x3d\42\162\x65\x71\165\151\162\x65\x64\42\xa\40\40\40\x20\40\40\x20\40\40\40\40\x20\x20\x20\x20\40\40\x20\40\40\40\x20\40\x20\x20\x20\40\40\x20\40\40\40\40\40\40\40\40\x20\40\40\72\x6c\x61\142\x65\154\75\42\164\162\141\x6e\x73\x28\x27\151\x6e\x73\164\x61\x6c\x6c\x65\162\72\72\x61\x70\160\56\x69\x6e\163\164\141\154\154\145\162\x2e\151\156\144\x65\x78\56\145\x6e\166\151\x72\157\x6e\155\x65\x6e\x74\x2d\143\x6f\156\146\151\147\165\x72\x61\164\x69\157\156\x2e\144\x61\x74\141\x62\x61\x73\145\x2d\x6e\x61\155\x65\x27\51\42\xa\x20\40\x20\x20\40\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\x20\40\40\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\x20\40\40\40\40\x3a\x70\x6c\141\143\145\x68\157\154\x64\145\x72\75\42\164\x72\141\x6e\x73\50\x27\x69\x6e\x73\x74\141\x6c\154\x65\x72\x3a\72\x61\160\x70\56\x69\156\x73\164\x61\x6c\x6c\x65\x72\x2e\151\156\x64\x65\x78\56\x65\x6e\166\151\x72\x6f\156\x6d\145\156\x74\55\x63\x6f\156\x66\151\147\x75\x72\141\164\x69\157\156\x2e\x64\141\164\x61\x62\141\163\x65\55\x6e\x61\155\x65\47\51\42\xa\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\40\40\x20\40\x20\40\40\x20\x20\x20\x20\40\40\40\x20\x20\57\76\12\12\x20\40\40\x20\x20\40\x20\40\x20\40\40\40\x20\40\40\x20\x20\x20\x20\x20\40\40\40\x20\40\x20\40\40\x20\x20\40\40\40\x20\40\x20\74\170\55\x69\156\163\x74\x61\154\154\x65\x72\x3a\72\146\x6f\x72\155\x2e\143\x6f\x6e\x74\x72\157\x6c\55\x67\162\157\165\x70\x2e\145\162\162\x6f\162\x20\143\x6f\156\x74\162\x6f\154\x2d\x6e\x61\x6d\x65\x3d\x22\x64\142\x5f\x6e\x61\x6d\x65\x22\x20\x2f\76\12\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\x3c\57\170\x2d\x69\156\x73\164\141\154\154\145\x72\x3a\72\x66\x6f\162\155\56\143\x6f\156\164\162\x6f\x6c\x2d\147\x72\x6f\x75\160\76\12\12\40\x20\x20\x20\40\x20\x20\x20\40\40\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\40\x20\x20\40\40\40\40\74\41\55\55\x20\104\x61\164\141\142\x61\163\145\40\x50\162\x65\x66\151\170\x2d\x2d\x3e\12\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\x20\40\x20\x20\40\40\40\x20\x20\40\40\x20\40\40\40\40\40\40\74\170\55\151\x6e\x73\x74\x61\154\x6c\145\x72\x3a\x3a\146\x6f\x72\x6d\x2e\143\x6f\156\x74\x72\x6f\154\55\147\x72\x6f\x75\x70\x20\x63\154\x61\163\163\x3d\x22\155\x62\55\x32\x2e\x35\42\76\12\40\40\40\40\x20\40\x20\x20\40\x20\x20\40\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\40\x20\x20\40\x20\40\x20\40\x3c\x78\55\x69\156\163\x74\x61\154\x6c\x65\162\72\x3a\146\x6f\x72\x6d\56\x63\x6f\x6e\164\x72\157\154\x2d\147\x72\x6f\x75\x70\x2e\154\141\142\145\154\76\12\x20\x20\40\40\x20\40\x20\x20\40\40\40\x20\x20\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\40\40\x40\x6c\141\x6e\147\x28\x27\151\156\x73\x74\141\154\x6c\x65\x72\x3a\x3a\141\x70\160\56\x69\x6e\163\x74\141\x6c\x6c\x65\162\x2e\151\156\x64\145\x78\56\x65\156\166\151\x72\157\156\x6d\x65\156\164\55\x63\157\x6e\x66\151\x67\165\162\141\164\x69\x6f\156\56\144\x61\x74\x61\142\141\x73\145\55\160\162\x65\x66\x69\170\47\x29\12\40\x20\40\x20\40\x20\40\x20\40\40\40\40\40\x20\x20\x20\40\40\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\40\40\40\74\57\x78\x2d\x69\x6e\163\164\x61\154\x6c\145\x72\x3a\72\146\157\162\x6d\x2e\x63\157\x6e\x74\162\x6f\154\55\x67\x72\157\x75\x70\56\x6c\141\x62\x65\154\76\xa\12\x20\x20\x20\40\40\40\40\40\40\x20\x20\40\x20\40\40\x20\40\x20\40\40\40\40\x20\40\40\40\40\x20\x20\40\x20\40\x20\40\x20\40\x3c\x78\55\x69\x6e\x73\x74\141\x6c\154\145\x72\x3a\x3a\x66\157\x72\x6d\x2e\143\157\x6e\164\x72\x6f\x6c\55\147\x72\x6f\x75\160\x2e\x63\157\x6e\x74\162\157\x6c\12\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\40\164\171\160\x65\75\x22\164\145\170\164\42\12\40\40\40\x20\40\x20\40\x20\x20\40\40\x20\40\x20\x20\40\40\x20\x20\40\x20\40\40\40\40\x20\x20\x20\x20\40\40\x20\x20\40\40\x20\40\40\40\40\x6e\x61\x6d\x65\75\42\144\x62\137\160\x72\x65\146\x69\170\42\xa\x20\40\40\40\40\x20\40\40\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\40\40\x20\40\40\40\x20\x20\40\x20\40\40\x20\40\40\x20\40\40\x20\x3a\72\x76\141\154\165\145\x3d\42\145\156\x76\104\x61\164\x61\56\x64\142\x5f\x70\162\x65\146\x69\170\x22\12\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\40\40\x20\x20\40\40\x20\40\x20\40\40\x20\40\x20\40\40\40\x20\40\x20\40\40\40\72\154\x61\142\x65\x6c\x3d\42\164\x72\x61\x6e\x73\50\x27\x69\156\x73\x74\x61\154\154\145\x72\72\72\141\x70\160\56\x69\156\163\x74\141\154\154\145\x72\x2e\151\x6e\x64\145\x78\x2e\145\156\166\151\x72\157\156\x6d\145\x6e\164\x2d\143\x6f\156\146\x69\x67\165\162\x61\164\151\157\156\56\144\141\164\141\142\141\x73\x65\x2d\x70\x72\x65\146\151\x78\x27\51\x22\xa\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\40\x20\40\x20\40\x20\40\40\40\x20\40\x20\x20\x3a\x70\x6c\x61\x63\145\150\157\x6c\144\x65\x72\75\x22\x74\x72\141\x6e\163\x28\x27\151\x6e\163\164\x61\x6c\x6c\x65\x72\x3a\72\x61\x70\160\56\151\x6e\163\164\141\x6c\x6c\145\x72\x2e\151\x6e\144\145\170\x2e\145\x6e\166\x69\x72\157\156\155\x65\x6e\164\55\x63\157\156\x66\x69\147\x75\x72\141\x74\x69\x6f\156\x2e\144\x61\x74\x61\142\x61\x73\145\55\160\162\145\146\151\x78\x27\x29\42\12\40\40\40\40\40\x20\40\40\40\40\x20\x20\x20\40\40\x20\40\40\x20\40\40\x20\x20\x20\40\40\40\40\40\40\x20\40\x20\40\x20\x20\x2f\x3e\12\xa\x20\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\40\x20\40\40\40\x20\40\40\x20\40\x20\40\40\40\x20\40\40\40\x20\40\40\40\74\170\55\151\156\x73\x74\x61\154\x6c\x65\x72\x3a\72\146\x6f\x72\155\56\143\157\x6e\164\x72\x6f\x6c\55\x67\x72\x6f\x75\160\56\x65\162\x72\157\162\40\143\157\156\164\162\157\x6c\x2d\x6e\141\155\x65\75\x22\144\x62\x5f\x70\x72\x65\146\151\x78\x22\x20\x2f\76\xa\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\40\40\40\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\x3c\57\170\55\x69\x6e\163\164\x61\x6c\154\145\x72\72\x3a\146\x6f\x72\155\56\143\157\156\x74\162\x6f\154\55\x67\162\x6f\165\160\76\xa\12\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\40\x20\40\x3c\41\x2d\55\x20\x44\x61\x74\x61\x62\141\163\x65\x20\x55\163\x65\162\156\141\155\x65\x2d\55\76\12\x20\x20\40\40\40\x20\x20\x20\40\x20\40\x20\x20\40\40\40\40\40\40\40\x20\40\40\x20\40\40\40\x20\40\x20\x20\x20\74\x78\x2d\x69\156\x73\164\141\154\154\x65\162\72\x3a\146\x6f\162\x6d\x2e\143\x6f\156\x74\162\157\154\55\147\x72\157\165\x70\x20\x63\x6c\141\163\163\75\42\155\142\x2d\62\56\x35\x22\x3e\xa\x20\x20\40\x20\x20\x20\x20\x20\40\40\40\40\40\x20\40\x20\x20\40\40\40\40\x20\x20\x20\40\40\40\40\40\40\40\x20\x20\x20\40\40\x3c\170\55\151\156\x73\164\x61\154\154\145\162\72\72\x66\157\x72\x6d\x2e\x63\157\156\x74\x72\x6f\x6c\55\x67\x72\157\165\160\x2e\x6c\x61\142\x65\x6c\40\143\x6c\x61\x73\163\x3d\42\162\x65\x71\x75\x69\162\x65\144\x22\x3e\12\x20\40\x20\40\40\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\40\x20\40\40\x20\x20\40\40\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\40\100\154\x61\156\147\50\47\151\x6e\163\x74\x61\x6c\154\x65\x72\x3a\72\x61\x70\x70\x2e\x69\156\x73\164\141\x6c\x6c\145\162\x2e\151\156\144\x65\x78\56\x65\156\x76\x69\x72\x6f\x6e\155\x65\x6e\x74\55\x63\x6f\x6e\x66\x69\x67\165\162\x61\164\x69\157\156\56\144\141\x74\141\x62\141\x73\145\x2d\x75\x73\x65\162\156\141\x6d\x65\47\x29\12\40\40\40\x20\x20\40\x20\x20\x20\40\x20\40\40\40\x20\40\x20\x20\x20\40\40\40\x20\x20\40\40\x20\x20\x20\40\40\40\x20\x20\40\x20\x3c\57\170\x2d\x69\x6e\x73\164\x61\x6c\x6c\x65\162\72\x3a\146\x6f\162\155\56\x63\157\156\164\162\x6f\154\55\x67\162\157\x75\160\x2e\x6c\x61\x62\x65\154\76\12\12\x20\x20\x20\40\40\x20\x20\40\40\40\x20\40\40\40\40\40\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\40\x20\40\40\x20\40\x20\x20\40\x3c\170\x2d\x69\156\163\164\x61\x6c\x6c\x65\162\72\72\x66\x6f\162\x6d\56\x63\x6f\x6e\x74\162\x6f\154\55\x67\162\157\x75\160\56\x63\157\x6e\164\162\157\154\xa\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\40\40\40\x20\x20\40\40\40\x20\x20\40\40\40\x20\40\x20\40\40\x20\40\40\x20\40\x20\40\40\40\x20\x20\164\x79\160\x65\x3d\x22\x74\145\x78\164\42\xa\40\40\40\40\40\40\40\40\x20\40\40\40\x20\40\x20\x20\x20\40\x20\40\x20\40\40\x20\40\40\x20\40\40\40\40\40\x20\40\x20\40\40\40\40\x20\156\x61\x6d\x65\75\x22\144\x62\137\x75\163\x65\x72\156\x61\155\145\42\xa\x20\x20\40\x20\x20\40\40\x20\40\x20\40\40\x20\x20\x20\x20\40\x20\40\40\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\40\40\x20\x20\40\40\40\x20\72\x3a\166\141\x6c\x75\145\x3d\42\145\156\x76\104\x61\x74\141\x2e\144\142\137\x75\x73\x65\162\156\141\x6d\145\42\12\40\40\40\x20\40\x20\x20\40\40\40\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\x20\x20\40\x20\40\40\40\x20\x20\40\40\40\40\x72\x75\x6c\145\x73\x3d\42\162\145\161\165\151\x72\145\x64\x22\12\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\40\x20\x20\40\x20\40\40\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\40\40\x20\40\40\72\x6c\x61\x62\x65\154\x3d\x22\x74\162\141\x6e\163\50\x27\x69\x6e\163\164\141\x6c\154\x65\x72\x3a\72\x61\x70\160\56\x69\x6e\x73\164\x61\x6c\154\x65\x72\x2e\x69\x6e\144\x65\170\x2e\x65\156\x76\x69\x72\x6f\156\155\x65\156\164\55\143\157\x6e\146\x69\147\165\162\141\164\x69\157\156\x2e\x64\x61\164\141\x62\x61\163\x65\55\165\x73\x65\x72\x6e\x61\x6d\x65\47\51\42\12\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\40\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\40\40\x20\x20\40\40\40\x20\40\40\x20\x20\x20\40\x20\x20\x3a\160\x6c\x61\x63\145\150\157\x6c\144\145\162\x3d\42\x74\162\141\x6e\163\x28\x27\151\x6e\163\164\141\x6c\x6c\145\162\x3a\72\141\160\160\56\151\156\x73\164\x61\x6c\154\145\x72\56\x69\156\144\145\x78\x2e\x65\x6e\x76\x69\162\157\156\x6d\145\x6e\x74\x2d\143\x6f\156\146\151\x67\x75\162\141\x74\151\x6f\156\x2e\x64\141\164\141\142\x61\x73\145\55\165\x73\x65\x72\156\x61\155\x65\x27\x29\42\xa\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\40\x20\40\40\40\x20\40\x20\x20\40\x20\40\40\x20\x20\40\40\x20\40\x20\40\x20\x20\40\40\x2f\x3e\xa\12\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\40\40\40\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\40\x20\x3c\170\55\x69\156\163\164\141\154\x6c\145\162\72\x3a\x66\157\162\x6d\x2e\143\x6f\x6e\x74\x72\157\x6c\55\147\162\157\165\160\56\x65\x72\162\x6f\x72\x20\143\157\156\x74\162\x6f\154\55\156\141\155\x65\75\x22\144\142\x5f\165\163\145\162\156\x61\x6d\x65\42\40\57\x3e\xa\x20\40\40\x20\x20\40\40\x20\40\40\x20\40\40\40\40\x20\40\x20\x20\x20\40\40\40\40\40\x20\40\40\40\40\40\40\74\57\170\x2d\x69\156\x73\x74\141\x6c\154\145\162\72\x3a\146\157\x72\155\x2e\x63\157\x6e\x74\162\157\154\55\x67\x72\x6f\x75\x70\x3e\12\12\40\x20\40\x20\40\x20\x20\40\40\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\40\x20\x20\40\40\40\40\40\40\x20\40\40\74\x21\55\x2d\40\x44\141\164\141\x62\x61\x73\145\x20\x50\x61\x73\163\x77\x6f\x72\x64\x2d\x2d\76\12\40\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\40\40\x20\40\x20\x20\40\x20\40\x20\x20\x3c\170\x2d\151\x6e\x73\164\141\154\x6c\145\x72\x3a\x3a\146\x6f\x72\155\56\x63\x6f\x6e\x74\x72\x6f\154\x2d\x67\x72\157\x75\x70\x20\143\154\141\163\163\x3d\42\155\142\x2d\x32\56\x35\x22\x3e\xa\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\40\40\x20\x20\40\x20\x20\40\40\40\40\x20\40\x20\40\x20\x20\40\74\170\x2d\x69\x6e\x73\x74\x61\x6c\154\145\x72\x3a\72\x66\x6f\x72\x6d\x2e\x63\x6f\156\x74\x72\157\x6c\x2d\x67\162\157\165\x70\x2e\x6c\x61\142\145\154\76\xa\x20\x20\40\x20\40\40\x20\40\x20\40\x20\x20\x20\40\x20\40\x20\40\40\40\x20\40\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\40\x20\40\x20\40\40\x40\154\141\156\x67\x28\x27\x69\156\x73\x74\141\x6c\154\145\x72\x3a\x3a\141\160\x70\x2e\151\x6e\x73\x74\141\154\x6c\x65\x72\x2e\x69\156\144\x65\x78\x2e\145\156\x76\x69\x72\x6f\156\155\x65\x6e\x74\x2d\143\157\x6e\146\x69\147\165\x72\141\164\151\x6f\x6e\56\144\x61\164\x61\x62\141\163\x65\55\160\141\163\163\167\157\x72\x64\47\51\xa\x20\x20\x20\40\40\x20\40\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\x3c\x2f\x78\x2d\151\x6e\163\164\141\154\x6c\145\162\72\72\x66\157\x72\155\56\143\157\x6e\164\x72\x6f\154\x2d\147\x72\x6f\x75\x70\56\x6c\141\x62\145\154\76\xa\xa\x20\40\x20\x20\x20\40\x20\40\40\40\40\40\x20\x20\40\40\x20\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\40\40\74\x78\55\151\x6e\163\164\141\154\154\145\162\x3a\x3a\146\x6f\x72\155\x2e\x63\157\156\x74\162\157\154\x2d\x67\x72\157\165\x70\x2e\143\x6f\x6e\164\x72\x6f\x6c\12\40\x20\x20\x20\40\x20\x20\40\x20\40\40\x20\x20\40\40\x20\40\40\40\x20\40\x20\40\x20\40\40\40\40\x20\40\x20\40\x20\40\x20\40\40\x20\x20\40\x74\x79\x70\x65\75\x22\160\141\163\x73\167\x6f\162\144\x22\12\40\40\40\x20\40\40\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\x20\x20\40\x20\x6e\x61\x6d\145\75\x22\x64\x62\x5f\x70\x61\163\x73\x77\x6f\162\144\x22\xa\x20\40\40\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\x20\40\40\x20\40\40\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\x20\72\72\x76\x61\154\165\145\x3d\x22\145\156\x76\104\141\x74\141\56\144\x62\x5f\x70\x61\x73\163\167\x6f\162\144\42\xa\40\40\x20\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\40\40\40\40\40\40\x20\40\40\x20\40\40\x20\x20\40\40\x20\x20\40\40\40\40\x20\x3a\x6c\x61\x62\145\154\75\42\164\x72\x61\156\x73\x28\x27\151\156\163\x74\141\154\154\145\162\72\x3a\x61\x70\x70\56\151\x6e\163\164\x61\154\154\145\x72\56\151\156\x64\x65\170\56\x65\x6e\x76\151\162\157\156\155\145\x6e\x74\x2d\x63\x6f\x6e\x66\x69\147\x75\162\141\x74\151\x6f\156\56\x64\141\x74\x61\x62\141\163\145\x2d\160\141\x73\x73\167\157\x72\144\47\x29\x22\12\x20\40\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\40\x20\40\40\x20\x20\40\40\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\x3a\160\x6c\x61\x63\145\x68\x6f\x6c\x64\145\x72\75\x22\164\162\x61\156\163\50\47\x69\156\163\164\141\154\x6c\145\162\72\x3a\x61\160\160\x2e\151\x6e\x73\x74\141\x6c\154\x65\x72\x2e\151\x6e\144\x65\170\56\x65\x6e\166\x69\x72\x6f\156\155\145\156\x74\55\143\x6f\156\146\x69\147\165\162\x61\x74\151\157\x6e\56\144\141\x74\x61\x62\141\x73\145\x2d\x70\x61\163\163\x77\x6f\x72\144\47\51\x22\12\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\40\x20\40\x20\57\76\xa\xa\40\40\x20\x20\x20\40\40\40\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\40\40\40\x20\40\x20\x20\x20\x20\x20\40\40\40\40\x20\40\x3c\170\55\x69\156\x73\164\x61\x6c\154\x65\162\72\72\x66\x6f\162\155\x2e\x63\x6f\156\164\162\157\x6c\55\x67\162\x6f\x75\160\56\x65\x72\162\x6f\162\40\143\x6f\156\164\x72\157\154\x2d\x6e\141\x6d\x65\x3d\42\144\x62\x5f\x70\141\x73\x73\x77\x6f\162\x64\x22\x20\57\76\12\x20\40\x20\x20\40\40\40\x20\x20\x20\40\40\40\40\40\40\x20\x20\40\40\x20\40\40\40\x20\40\x20\40\40\40\40\x20\x3c\x2f\170\55\151\156\x73\164\x61\154\154\145\162\x3a\x3a\x66\x6f\162\x6d\56\143\x6f\156\x74\162\157\154\55\147\162\x6f\x75\x70\76\12\x20\x20\x20\x20\40\x20\40\x20\40\40\x20\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\74\x2f\144\x69\x76\76\xa\xa\40\x20\x20\x20\x20\40\40\40\40\40\x20\40\40\x20\40\40\40\40\x20\x20\40\x20\40\40\x20\x20\40\x20\74\144\151\x76\x20\143\154\141\x73\163\75\x22\146\154\x65\x78\40\160\x78\x2d\x34\40\x70\171\55\x32\x2e\x35\x20\152\165\x73\x74\151\146\171\55\142\145\x74\167\x65\x65\156\x20\151\x74\x65\155\x73\55\x63\x65\x6e\164\145\x72\42\x3e\12\x20\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\74\144\151\x76\12\40\x20\40\40\40\x20\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\40\40\40\x20\x20\x20\40\40\x20\x20\40\x20\40\x63\154\x61\x73\x73\75\42\164\x65\x78\x74\55\x5b\61\62\160\x78\x5d\40\164\145\x78\x74\x2d\142\154\x75\145\x2d\x36\x30\x30\40\146\x6f\x6e\x74\x2d\x73\145\155\151\142\x6f\x6c\x64\40\143\x75\162\x73\157\162\x2d\x70\x6f\x69\x6e\164\145\x72\x22\12\40\40\x20\40\x20\40\40\40\40\40\x20\40\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\40\x20\40\x20\40\x20\40\x20\x20\40\x20\x72\157\154\145\x3d\x22\x62\x75\x74\164\x6f\x6e\42\12\40\40\40\x20\40\x20\40\40\x20\x20\40\40\x20\40\40\40\40\40\40\40\x20\40\40\x20\40\x20\40\40\40\x20\40\x20\40\x20\40\x20\72\x61\x72\151\141\x2d\154\141\142\x65\x6c\75\x22\x40\154\141\x6e\x67\50\x27\x69\x6e\163\164\x61\154\x6c\145\x72\72\x3a\x61\x70\x70\x2e\x69\156\x73\x74\141\x6c\x6c\x65\x72\56\151\x6e\144\x65\x78\56\x62\141\x63\x6b\47\x29\42\12\40\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\x20\40\164\141\x62\x69\156\x64\145\x78\75\x22\60\x22\12\40\x20\40\x20\40\x20\40\x20\x20\40\x20\40\40\40\x20\x20\40\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\100\143\x6c\151\143\153\75\42\x62\141\143\153\x22\12\40\x20\40\x20\x20\x20\40\40\40\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\40\x3e\12\40\40\40\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\40\40\40\40\40\x20\40\x20\x20\x20\x20\x20\x20\x20\100\x6c\x61\x6e\147\x28\47\x69\x6e\163\x74\141\x6c\154\x65\162\x3a\72\141\160\x70\56\151\x6e\163\x74\x61\154\154\145\x72\x2e\151\156\x64\x65\170\56\142\x61\x63\153\47\x29\12\x20\40\40\40\x20\x20\x20\40\40\x20\40\x20\40\40\40\40\40\x20\x20\40\x20\40\x20\x20\40\40\x20\x20\40\x20\x20\40\74\x2f\x64\151\166\x3e\xa\xa\x20\x20\40\40\40\x20\x20\40\x20\40\x20\40\40\40\40\40\x20\40\40\x20\x20\x20\40\40\x20\40\40\40\x20\x20\40\40\x3c\142\x75\x74\x74\157\x6e\12\x20\x20\40\40\40\40\x20\40\x20\40\40\x20\x20\40\40\40\x20\40\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\40\40\x20\x20\40\x74\171\160\x65\75\x22\x73\x75\142\x6d\x69\x74\42\12\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\40\40\40\40\40\40\40\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\40\x20\x20\x63\x6c\x61\163\x73\75\42\160\170\55\63\x20\x70\171\55\x31\56\65\x20\142\x67\x2d\142\x6c\165\x65\x2d\66\60\60\x20\142\x6f\x72\144\x65\162\40\x62\x6f\x72\x64\x65\x72\x2d\x62\154\x75\x65\55\x37\x30\x30\40\162\157\165\156\x64\145\144\55\x6d\x64\40\x74\145\x78\164\55\147\x72\141\171\x2d\x35\x30\40\x66\157\156\x74\55\x73\145\x6d\x69\142\157\x6c\x64\40\143\165\x72\x73\157\162\x2d\x70\157\x69\x6e\x74\x65\x72\40\150\x6f\x76\145\162\72\157\160\x61\x63\151\164\x79\x2d\x39\60\42\12\40\x20\x20\40\x20\x20\x20\40\40\x20\40\40\40\x20\x20\x20\x20\40\40\40\40\40\40\40\x20\40\40\40\x20\40\40\40\x20\40\x20\40\164\x61\142\x69\x6e\x64\x65\x78\x3d\42\x30\42\12\40\x20\40\40\x20\x20\40\x20\40\x20\40\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\40\76\xa\40\40\40\x20\40\40\x20\x20\x20\40\40\40\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\40\40\40\x40\154\141\x6e\x67\x28\x27\x69\156\163\x74\141\154\154\x65\x72\72\x3a\141\160\x70\x2e\151\x6e\163\164\x61\x6c\x6c\x65\x72\x2e\x69\x6e\x64\x65\x78\x2e\143\x6f\x6e\164\151\156\165\x65\47\x29\xa\x20\x20\x20\x20\x20\40\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\40\40\x20\x20\40\40\40\x20\40\x20\40\x20\x3c\x2f\142\165\164\x74\157\156\76\12\x20\40\x20\x20\40\40\40\40\x20\40\40\x20\x20\x20\40\40\40\x20\40\x20\40\40\x20\40\40\40\40\x20\74\x2f\144\151\166\76\12\x20\40\40\40\40\40\x20\40\40\40\40\40\40\40\x20\40\40\40\40\40\40\x20\x20\40\x3c\x2f\146\157\162\x6d\76\xa\x20\40\x20\40\x20\40\x20\40\40\40\40\40\x20\40\x20\40\40\x20\40\x20\74\x2f\x78\x2d\x69\x6e\163\164\141\154\154\145\162\x3a\x3a\x66\x6f\x72\x6d\x3e\xa\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\74\x2f\144\151\x76\76\xa\12\x20\x20\40\40\40\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\74\x21\55\x2d\40\122\145\141\x64\x79\x20\x46\x6f\x72\40\111\156\x73\x74\x61\x6c\x6c\141\x74\151\157\x6e\x20\x2d\x2d\76\12\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\40\x3c\x64\151\x76\xa\x20\40\40\x20\40\x20\40\40\40\40\40\x20\40\x20\x20\x20\40\x20\40\40\143\154\x61\x73\x73\75\x22\x77\55\146\165\x6c\154\40\155\x61\x78\x2d\x77\x2d\133\65\x36\70\x70\x78\135\x20\x62\147\55\167\x68\x69\164\145\40\x72\x6f\165\156\144\x65\144\x2d\154\x67\x20\x73\x68\x61\144\x6f\167\x2d\x5b\x30\160\x78\x5f\70\160\x78\137\61\60\x70\170\137\x30\x70\x78\137\162\x67\x62\141\x28\x30\x2c\60\54\x30\x2c\x30\x2e\x30\65\x29\135\x20\x62\x6f\162\144\x65\x72\x2d\x5b\61\160\170\135\x20\142\157\x72\144\145\162\x2d\x67\162\141\x79\55\x33\x30\x30\x22\12\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\40\40\40\40\x20\166\55\151\146\75\42\143\165\x72\162\x65\x6e\x74\123\164\145\x70\x20\x3d\75\40\x27\162\x65\141\x64\x79\x46\x6f\x72\x49\156\x73\164\x61\x6c\154\x61\164\151\x6f\x6e\x27\42\xa\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\x3e\xa\x20\40\x20\x20\x20\40\x20\40\40\40\x20\40\40\40\40\40\x20\40\40\x20\74\x78\x2d\x69\x6e\163\x74\141\154\x6c\x65\x72\x3a\x3a\146\157\162\155\12\x20\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\40\40\x20\x20\x20\x20\40\40\x20\40\40\x20\166\x2d\x73\x6c\157\164\x3d\42\173\x20\x6d\145\164\x61\54\40\145\x72\x72\157\x72\x73\x2c\40\x68\x61\x6e\x64\x6c\145\x53\165\x62\x6d\x69\x74\40\x7d\x22\12\x20\40\x20\40\x20\x20\40\40\40\40\x20\40\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\141\x73\75\42\x64\151\166\42\12\40\40\40\x20\x20\40\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\40\162\145\146\75\42\145\x6e\x76\104\141\164\141\142\141\163\x65\42\12\40\x20\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\40\x20\76\xa\x20\x20\x20\x20\x20\40\40\40\x20\40\x20\40\40\40\40\40\x20\x20\40\x20\x20\40\40\x20\74\146\157\x72\155\12\x20\40\40\x20\x20\40\x20\x20\40\40\40\40\x20\40\x20\40\x20\40\40\x20\x20\40\x20\40\40\x20\40\x20\100\x73\x75\x62\155\151\164\x2e\160\x72\145\166\145\156\x74\75\x22\x68\141\x6e\144\154\145\123\165\x62\155\151\x74\50\x24\145\166\145\156\x74\x2c\40\106\157\162\155\x53\165\x62\x6d\x69\x74\51\42\12\40\x20\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\40\x20\40\x20\40\x20\40\145\x6e\143\x74\x79\160\145\75\x22\155\165\x6c\x74\x69\x70\141\x72\164\57\146\x6f\162\x6d\x2d\x64\x61\x74\141\x22\12\x20\40\40\x20\x20\x20\x20\40\40\x20\40\x20\40\40\x20\40\40\40\40\x20\x20\40\40\x20\76\12\40\40\x20\x20\40\40\40\x20\x20\40\40\40\40\40\40\40\40\40\x20\40\40\40\x20\x20\40\x20\x20\40\x3c\144\151\x76\40\x63\x6c\141\x73\163\x3d\x22\x66\154\x65\x78\x20\x6a\165\x73\164\151\x66\171\55\x62\x65\x74\x77\145\x65\x6e\40\151\164\145\x6d\163\55\x63\x65\x6e\x74\x65\x72\40\x67\x61\160\x2d\x32\x2e\x35\40\x70\x78\x2d\x34\x20\x70\x79\55\x5b\x31\x31\x70\x78\135\40\142\x6f\x72\144\145\162\55\x62\x2d\x5b\61\160\x78\135\40\142\x6f\x72\144\x65\x72\x2d\x67\x72\x61\x79\55\63\x30\x30\42\x3e\xa\x20\40\40\x20\x20\x20\x20\40\40\x20\40\x20\40\x20\40\x20\x20\x20\40\x20\40\40\x20\40\40\40\x20\x20\x20\x20\40\40\74\x70\40\x63\x6c\141\163\x73\75\x22\164\x65\x78\x74\55\133\62\x30\x70\x78\135\x20\x74\x65\170\x74\x2d\x67\x72\141\171\x2d\70\60\60\x20\146\157\156\x74\55\142\x6f\154\144\42\x3e\12\40\40\x20\40\40\x20\40\40\x20\40\40\40\40\40\40\40\x20\40\40\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\40\x20\40\x40\154\141\x6e\x67\x28\47\x69\156\x73\164\x61\x6c\x6c\145\x72\x3a\72\141\x70\160\56\x69\156\x73\164\x61\154\154\x65\x72\56\151\156\144\x65\x78\56\x72\145\141\x64\171\55\146\157\162\x2d\151\156\163\x74\x61\x6c\x6c\141\x74\x69\157\156\56\x69\x6e\163\x74\141\x6c\154\x27\51\12\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\40\40\x20\40\40\x20\40\x20\74\x2f\160\76\12\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\x20\40\40\x20\40\x20\40\x20\40\x3c\x2f\x64\151\x76\x3e\12\xa\40\40\x20\40\40\x20\x20\40\40\40\x20\40\40\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\74\144\151\166\x20\143\154\141\x73\x73\x3d\x22\x66\154\145\170\x20\x66\x6c\145\170\55\143\157\x6c\x20\x67\141\x70\55\133\x31\65\x70\x78\x5d\x20\152\x75\163\x74\151\146\171\55\x63\145\156\x74\x65\162\40\x70\x78\x2d\x5b\x33\60\x70\x78\x5d\x20\160\171\55\x34\40\x62\157\x72\x64\x65\162\55\142\55\x5b\61\x70\x78\x5d\40\x62\x6f\162\x64\x65\x72\x2d\147\x72\x61\171\55\63\60\60\x20\150\55\133\64\70\64\160\170\x5d\x20\157\x76\x65\162\x66\x6c\157\167\x2d\x79\x2d\141\165\x74\x6f\x22\x3e\xa\x20\40\x20\40\40\x20\40\40\40\40\40\40\40\x20\40\x20\40\x20\x20\40\x20\40\40\x20\40\x20\40\x20\x20\40\x20\40\74\144\x69\166\x20\143\x6c\141\163\x73\x3d\42\146\x6c\145\x78\40\x66\x6c\145\170\x2d\143\x6f\x6c\x20\147\x61\x70\55\64\x22\76\12\40\x20\40\40\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\40\x20\40\40\40\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\74\x70\40\x63\154\x61\163\163\75\42\x74\x65\170\x74\x2d\133\x31\x38\160\170\135\40\164\x65\170\164\x2d\x67\x72\x61\171\55\70\60\60\40\146\x6f\156\x74\55\x73\x65\x6d\151\142\x6f\154\x64\42\x3e\12\x20\40\40\40\40\40\40\40\40\40\x20\40\x20\40\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\40\x20\x40\154\x61\x6e\x67\x28\47\151\156\163\164\x61\154\x6c\145\x72\x3a\x3a\141\160\x70\56\151\156\x73\x74\141\x6c\x6c\x65\x72\x2e\151\156\x64\x65\170\56\162\x65\141\x64\171\55\x66\x6f\x72\55\x69\156\x73\x74\141\x6c\x6c\x61\164\x69\157\x6e\x2e\151\156\163\164\141\154\154\55\x69\x6e\146\157\47\51\xa\40\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\40\40\40\x20\40\x20\40\x20\x20\40\x20\x20\40\40\40\40\40\40\x20\40\40\40\x3c\57\x70\76\xa\xa\40\x20\x20\x20\40\x20\40\x20\40\x20\40\x20\x20\40\x20\40\40\x20\40\x20\x20\40\40\40\40\40\40\40\x20\40\x20\x20\x20\40\x20\40\74\144\151\x76\40\x63\x6c\141\x73\x73\75\42\x67\x72\x69\144\x20\147\x61\x70\x2d\x32\56\65\x22\x3e\12\40\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\x3c\x6c\x61\x62\x65\154\40\x63\x6c\141\x73\x73\75\x22\164\x65\170\x74\x2d\133\61\64\x70\x78\x5d\40\164\145\x78\x74\55\147\x72\141\171\55\66\x30\x30\42\x3e\xa\x20\x20\40\40\40\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\40\40\40\x20\40\x20\x20\40\40\x20\x20\40\x20\40\x20\40\40\40\40\x20\x20\100\x6c\x61\156\x67\x28\x27\x69\x6e\163\x74\141\154\x6c\145\x72\72\72\x61\160\x70\x2e\151\x6e\x73\164\141\154\154\x65\162\56\151\x6e\x64\x65\x78\x2e\162\x65\141\x64\x79\55\146\x6f\x72\x2d\151\x6e\x73\164\x61\154\154\x61\164\x69\157\156\56\151\x6e\163\x74\141\x6c\x6c\55\151\156\x66\157\55\142\165\164\164\157\156\x27\x29\12\x20\x20\x20\x20\40\x20\40\40\40\x20\40\40\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\74\57\154\141\x62\145\154\76\xa\12\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\40\40\74\x64\x69\166\x20\143\154\141\163\x73\75\x22\x67\162\151\x64\x20\x67\x61\x70\55\63\42\x3e\12\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\40\x20\40\40\x20\x20\40\x20\x20\40\x20\40\40\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\40\40\x20\x3c\x64\x69\x76\40\143\154\x61\163\163\x3d\x22\146\x6c\x65\170\x20\x67\x61\160\x2d\61\40\x74\145\x78\164\x2d\133\x31\64\160\x78\135\40\x74\145\170\x74\x2d\147\x72\141\171\x2d\x36\x30\60\42\x3e\xa\x20\x20\x20\x20\x20\40\x20\40\40\x20\x20\40\40\x20\x20\x20\40\40\40\x20\40\x20\40\40\40\40\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\40\40\40\x20\x20\x20\40\74\x73\x70\x61\x6e\40\143\154\x61\163\x73\75\x22\151\x63\x6f\156\x2d\162\x69\x67\x68\164\40\x74\145\x78\x74\x2d\133\x32\60\x70\x78\135\x22\x3e\x3c\57\163\160\141\156\x3e\12\12\40\x20\x20\40\40\x20\x20\40\40\x20\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\40\x20\40\40\x20\40\40\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\x3c\x70\x3e\100\154\141\x6e\x67\50\47\151\156\163\x74\141\x6c\x6c\145\162\72\x3a\x61\x70\160\56\151\156\163\164\x61\x6c\154\x65\x72\x2e\151\156\x64\145\170\56\x72\145\x61\144\x79\x2d\146\x6f\162\x2d\x69\156\x73\164\141\154\154\141\x74\x69\157\x6e\x2e\x63\x72\145\x61\x74\145\x2d\x64\x61\x74\x61\x62\x73\x61\x65\55\x74\141\142\154\145\47\51\x3c\57\x70\x3e\xa\x20\40\x20\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\40\40\40\40\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\40\40\74\57\x64\x69\166\76\12\xa\40\40\40\40\x20\40\x20\40\x20\40\x20\x20\40\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\74\x64\x69\166\40\x63\154\x61\163\x73\75\42\146\154\145\170\40\x67\x61\160\55\61\40\x74\145\x78\164\x2d\x5b\61\x34\x70\x78\135\x20\x74\145\170\x74\55\x67\x72\x61\171\55\x36\60\x30\42\x3e\xa\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\x20\40\40\x20\40\40\40\40\40\40\40\40\40\x20\x20\40\40\40\x20\40\x20\40\x20\x20\40\40\x20\40\x20\x20\x20\40\40\x20\x20\40\74\x73\160\141\156\40\143\154\x61\x73\163\x3d\42\x69\143\x6f\156\55\162\151\147\x68\x74\40\164\x65\x78\x74\55\133\x32\60\x70\x78\135\x22\x3e\x3c\57\163\160\141\x6e\76\xa\xa\40\x20\40\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\40\x20\x20\x20\40\40\40\40\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\74\160\76\100\x6c\x61\x6e\x67\50\47\151\x6e\163\164\x61\x6c\x6c\145\162\x3a\x3a\141\160\x70\x2e\x69\x6e\163\x74\x61\x6c\x6c\145\x72\56\151\156\x64\145\170\56\162\x65\141\144\x79\55\x66\x6f\162\55\x69\x6e\163\x74\x61\x6c\x6c\141\x74\151\x6f\156\x2e\x70\x6f\x70\165\154\141\x74\145\x2d\x64\141\164\x61\142\141\163\x65\x2d\164\141\142\x6c\145\47\51\74\x2f\160\x3e\12\40\x20\40\40\40\x20\x20\x20\40\x20\40\40\40\x20\x20\40\40\40\40\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\74\57\144\151\x76\76\xa\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\40\40\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\74\x2f\x64\151\x76\76\xa\x20\x20\x20\40\40\40\40\40\x20\x20\40\x20\40\40\x20\40\40\40\40\40\40\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\x3c\57\x64\151\x76\x3e\12\40\40\x20\x20\40\x20\x20\40\x20\40\40\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\40\x3c\57\144\151\166\76\12\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\74\x2f\x64\x69\x76\76\xa\xa\40\40\40\40\x20\40\x20\40\40\40\40\40\40\40\x20\x20\40\x20\40\x20\40\x20\x20\40\40\x20\40\40\74\x64\151\166\40\143\154\x61\x73\x73\75\x22\x66\x6c\145\x78\40\x70\170\x2d\x34\40\160\x79\x2d\x32\56\65\x20\152\x75\x73\164\151\146\x79\55\x62\x65\x74\x77\x65\145\156\40\x69\x74\x65\155\x73\x2d\143\145\156\164\145\162\42\x3e\xa\40\40\40\40\x20\40\40\40\40\x20\40\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\74\144\x69\x76\xa\40\x20\40\40\40\x20\40\40\40\40\x20\40\40\40\x20\40\40\40\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\x63\154\141\163\163\x3d\x22\164\x65\x78\x74\55\x5b\61\62\160\170\135\x20\164\x65\x78\x74\x2d\x62\x6c\165\x65\55\66\60\60\x20\x66\157\156\x74\x2d\x73\x65\x6d\x69\x62\157\154\x64\x20\143\165\x72\163\x6f\x72\x2d\x70\x6f\151\156\164\x65\162\x22\12\40\40\40\40\x20\40\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\40\40\40\40\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\162\x6f\154\x65\75\42\142\x75\x74\x74\x6f\x6e\x22\xa\40\x20\x20\x20\40\x20\40\40\40\40\40\40\40\40\x20\40\x20\40\40\40\40\40\40\x20\x20\40\40\40\40\40\40\x20\40\x20\x20\40\x3a\141\162\151\x61\x2d\x6c\x61\142\145\x6c\x3d\42\x40\154\141\x6e\x67\50\47\x69\x6e\x73\x74\141\154\154\145\162\72\72\141\x70\160\x2e\151\x6e\x73\164\141\x6c\x6c\145\162\56\151\156\144\145\170\x2e\x62\x61\x63\153\47\51\42\12\x20\40\40\40\x20\40\40\40\40\40\x20\40\40\x20\x20\x20\40\x20\40\40\x20\x20\40\40\40\40\40\x20\40\x20\40\40\40\x20\x20\40\164\141\x62\151\x6e\144\x65\170\75\x22\60\x22\12\x20\40\x20\40\40\40\40\x20\40\x20\40\40\40\x20\40\x20\40\40\x20\x20\x20\x20\40\40\40\40\40\40\x20\x20\x20\x20\40\x20\40\40\100\143\154\151\x63\153\75\x22\x62\x61\x63\153\x22\12\40\40\40\40\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\x20\40\40\x20\40\x20\40\x20\x20\x20\x3e\xa\x20\40\40\x20\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\40\40\40\x20\40\x42\141\x63\153\xa\40\x20\x20\x20\x20\x20\40\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\40\x20\40\x20\x3c\57\144\x69\x76\x3e\xa\xa\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\40\40\40\x20\40\40\40\x20\x20\40\40\40\40\40\40\x20\x20\x20\40\40\40\74\x62\x75\x74\164\x6f\156\12\x20\40\40\40\40\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\40\40\40\40\x20\40\x20\x20\40\40\40\x74\171\160\145\x3d\x22\x73\x75\142\x6d\x69\x74\x22\xa\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\40\40\x20\40\x20\x20\x20\x63\154\141\x73\163\x3d\42\x70\170\x2d\63\x20\160\x79\55\x31\x2e\65\x20\x62\147\x2d\142\154\165\x65\x2d\x36\60\60\x20\x62\x6f\162\x64\145\162\x20\x62\x6f\162\x64\x65\x72\55\142\x6c\x75\x65\x2d\67\x30\60\x20\x72\157\x75\156\x64\x65\x64\x2d\x6d\144\x20\164\145\170\164\55\147\162\141\171\x2d\65\x30\x20\146\157\x6e\x74\55\x73\145\x6d\151\142\157\154\x64\x20\143\x75\162\163\x6f\x72\x2d\x70\x6f\151\156\164\145\162\40\x68\x6f\166\145\x72\72\157\160\x61\x63\151\x74\171\55\x39\60\42\xa\x20\x20\40\x20\40\40\40\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\40\40\40\x20\76\12\40\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\40\40\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\40\40\100\154\x61\x6e\147\x28\x27\151\156\x73\164\x61\x6c\154\x65\162\72\x3a\141\x70\160\x2e\151\156\163\x74\141\x6c\154\x65\x72\56\x69\156\144\145\170\56\162\x65\x61\144\171\55\x66\x6f\162\55\x69\x6e\x73\x74\x61\x6c\x6c\141\x74\151\157\156\56\163\164\x61\162\164\x2d\151\x6e\x73\164\141\154\154\x61\x74\x69\157\x6e\47\x29\xa\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\40\40\x20\40\40\x20\x20\x20\40\40\40\40\x20\40\40\x20\x20\40\x20\40\x3c\x2f\142\x75\164\x74\157\156\76\xa\40\40\x20\40\x20\x20\40\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\40\40\40\40\74\57\144\x69\x76\x3e\xa\40\x20\40\40\x20\40\x20\40\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x3c\x2f\x66\157\x72\x6d\x3e\12\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\40\40\x20\x20\40\x20\40\40\74\57\170\x2d\x69\x6e\163\164\x61\154\154\x65\162\72\72\x66\157\162\155\76\xa\40\40\40\x20\40\40\40\40\x20\40\x20\40\40\x20\40\x20\74\x2f\x64\x69\x76\76\12\12\x20\x20\x20\40\x20\40\x20\x20\40\40\40\40\x20\x20\x20\40\x3c\41\x2d\55\40\111\156\163\x74\141\x6c\154\x61\x74\x69\x6f\156\x20\x50\x72\x6f\x63\145\x73\163\x69\156\147\x20\55\55\x3e\xa\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\74\x64\x69\166\12\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\40\40\40\40\143\154\x61\x73\x73\x3d\42\x77\x2d\146\x75\154\x6c\x20\155\x61\x78\55\167\55\x5b\x35\66\70\x70\170\135\40\x62\x67\x2d\167\x68\x69\164\x65\x20\x72\x6f\x75\x6e\x64\x65\x64\x2d\x6c\x67\x20\x73\150\141\x64\157\167\55\x5b\x30\x70\170\137\70\160\170\x5f\x31\60\160\170\x5f\60\160\170\137\162\147\142\141\50\60\x2c\60\54\60\54\x30\56\x30\x35\51\135\40\142\157\x72\x64\145\x72\55\x5b\61\160\x78\x5d\40\142\157\x72\144\x65\162\x2d\x67\x72\x61\x79\x2d\63\x30\x30\x22\12\40\40\40\40\40\40\40\40\40\40\x20\40\40\x20\x20\x20\x20\x20\x20\x20\x76\55\x69\146\75\x22\143\165\x72\x72\x65\x6e\x74\123\164\145\160\x20\75\75\x20\x27\x69\156\x73\164\x61\x6c\154\x50\162\x6f\147\x72\x65\x73\163\47\42\12\40\x20\40\x20\40\40\40\x20\x20\40\40\40\x20\40\40\x20\x3e\xa\40\x20\x20\40\40\40\40\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\x3c\144\x69\x76\x20\x63\154\x61\163\163\x3d\42\146\154\145\170\x20\x6a\x75\163\x74\x69\x66\x79\x2d\x62\x65\x74\x77\145\145\156\x20\x69\164\x65\155\163\x2d\x63\145\156\164\x65\162\x20\147\x61\x70\x2d\x32\x2e\x35\40\x70\x78\x2d\64\x20\160\x79\55\x5b\x31\x31\160\x78\x5d\40\142\x6f\x72\144\145\x72\x2d\142\55\133\x31\160\x78\x5d\x20\x62\x6f\162\x64\x65\162\55\x67\162\141\171\x2d\63\60\x30\42\x3e\xa\40\40\x20\40\40\40\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\40\x20\40\40\40\x20\x20\x3c\x70\x20\x63\154\x61\x73\x73\75\42\164\145\170\164\55\133\62\x30\x70\x78\135\40\x74\x65\x78\164\x2d\x67\x72\x61\x79\x2d\x38\60\x30\x20\146\157\x6e\x74\55\x62\157\x6c\x64\42\x3e\12\x20\x20\40\40\40\40\40\x20\40\40\40\40\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x20\100\x6c\x61\156\x67\x28\47\x69\156\x73\164\141\154\x6c\x65\x72\x3a\x3a\x61\x70\160\56\x69\x6e\163\x74\141\x6c\x6c\145\x72\x2e\151\156\144\x65\x78\56\151\x6e\163\x74\141\x6c\x6c\141\x74\151\157\x6e\55\x70\162\x6f\x63\145\x73\163\x69\x6e\147\x2e\x74\x69\164\154\145\x27\51\12\x20\40\40\40\40\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\40\74\x2f\x70\x3e\xa\40\x20\40\x20\40\40\40\40\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\x20\x3c\x2f\x64\151\x76\x3e\12\xa\40\40\40\x20\40\40\x20\x20\40\x20\x20\40\40\40\x20\40\40\40\x20\x20\74\x64\151\x76\x20\x63\154\141\x73\x73\x3d\42\x66\x6c\x65\170\x20\x66\154\145\x78\55\x63\157\x6c\x20\147\x61\160\x2d\x5b\61\x35\x70\170\135\x20\152\165\163\x74\x69\146\x79\x2d\x63\145\156\164\x65\162\x20\x70\x78\x2d\x5b\63\60\160\170\135\40\x70\x79\55\x34\40\x68\x2d\x5b\64\x38\x34\160\170\x5d\40\157\166\145\162\146\154\x6f\167\x2d\x79\x2d\x61\165\164\x6f\42\x3e\xa\40\x20\x20\x20\x20\40\40\40\x20\40\40\40\40\40\x20\40\40\x20\x20\x20\x20\x20\40\x20\x3c\144\x69\x76\x20\143\154\x61\x73\x73\x3d\42\x66\x6c\145\x78\x20\146\154\x65\x78\55\143\157\154\x20\147\x61\x70\x2d\x34\42\76\12\40\40\x20\40\x20\x20\40\x20\40\x20\x20\40\40\40\40\x20\x20\x20\40\40\40\40\40\40\x20\40\x20\x20\x3c\160\x20\x63\x6c\x61\163\x73\x3d\x22\x74\x65\170\x74\55\133\x31\x38\x70\170\135\x20\164\x65\x78\164\55\147\x72\x61\x79\x2d\70\60\60\x20\146\157\x6e\x74\x2d\142\x6f\154\x64\42\76\12\40\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\40\40\40\40\x20\40\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\100\154\x61\x6e\147\50\x27\x69\156\x73\164\x61\154\154\x65\x72\x3a\72\x61\x70\x70\56\x69\156\x73\164\x61\x6c\x6c\x65\162\56\x69\x6e\144\x65\x78\x2e\x69\156\163\164\141\x6c\154\141\164\151\157\156\x2d\x70\x72\x6f\x63\145\x73\x73\151\156\147\x2e\142\141\147\x69\163\x74\157\47\51\xa\40\40\x20\40\x20\x20\x20\x20\40\40\40\40\40\40\40\40\x20\x20\x20\x20\40\x20\40\40\x20\40\40\40\x3c\x2f\160\76\xa\xa\40\x20\40\40\40\x20\x20\40\40\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\74\x64\x69\166\40\143\x6c\141\163\163\x3d\x22\x67\x72\x69\144\x20\x67\141\x70\55\62\x2e\65\42\76\xa\40\40\40\x20\x20\x20\40\x20\40\40\40\40\x20\x20\40\x20\40\40\40\x20\x20\40\40\40\40\40\x20\x20\40\x20\40\40\74\x21\x2d\55\x20\x53\160\151\x6e\156\x65\x72\40\55\x2d\x3e\12\40\40\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\40\40\40\40\40\x20\x20\x20\40\40\40\x20\40\x20\40\40\40\x20\x3c\x69\x6d\147\12\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\40\40\x20\40\x20\x20\x20\40\40\40\40\40\40\x20\40\x20\x20\x63\x6c\141\163\163\x3d\x22\141\x6e\151\155\141\164\x65\55\x73\x70\x69\156\x20\x68\x2d\x35\x20\167\55\x35\40\x74\145\170\164\55\156\141\x76\x79\102\154\165\145\42\xa\x20\40\x20\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\40\40\x20\163\x72\143\75\x22\173\173\x20\x62\x61\x67\x69\x73\164\157\x5f\141\x73\163\145\164\50\x27\x69\x6d\x61\x67\x65\x73\57\151\x6e\163\164\x61\x6c\x6c\x65\x72\x2f\163\x70\151\156\156\145\x72\56\x73\x76\147\x27\x2c\x20\x27\151\x6e\x73\x74\141\x6c\x6c\145\162\x27\x29\40\175\x7d\x22\12\x20\40\40\40\40\x20\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\40\x20\x20\x20\40\40\x20\40\x20\40\40\x20\40\x20\x20\x61\x6c\164\75\x22\114\x6f\x61\x64\x69\156\x67\x22\12\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\40\x20\40\40\40\x20\x20\x20\40\40\40\x20\x2f\76\xa\12\40\x20\40\40\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\40\40\x20\40\40\40\x20\x20\x20\40\40\40\74\x70\x20\143\x6c\x61\x73\163\x3d\x22\164\x65\170\x74\x2d\133\61\x34\x70\170\135\40\164\145\x78\x74\55\x67\162\x61\171\x2d\x36\60\x30\x22\76\12\x20\x20\x20\40\40\x20\x20\40\40\40\40\x20\40\x20\40\40\40\40\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\x40\154\x61\156\147\50\x27\x69\x6e\163\164\141\x6c\x6c\145\x72\72\x3a\141\x70\160\x2e\151\x6e\x73\164\141\154\x6c\x65\x72\56\151\156\x64\x65\x78\x2e\151\x6e\x73\x74\141\x6c\154\141\164\151\157\x6e\x2d\x70\162\157\143\x65\163\163\151\156\147\x2e\142\141\147\151\163\164\x6f\55\151\x6e\146\157\x27\51\xa\40\x20\x20\40\x20\x20\x20\x20\40\40\40\40\x20\x20\40\x20\40\x20\40\40\x20\40\x20\x20\40\x20\40\x20\x20\40\40\x20\x3c\x2f\x70\76\xa\x20\40\40\40\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\40\40\40\40\40\40\x20\x3c\57\144\x69\x76\76\12\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\x3c\x2f\144\151\166\76\12\x20\40\40\x20\x20\x20\x20\x20\40\40\40\x20\40\40\x20\x20\x20\40\x20\x20\74\57\x64\x69\166\76\12\x20\40\x20\x20\40\40\40\x20\x20\40\40\40\x20\x20\x20\40\74\x2f\144\x69\166\x3e\12\xa\x20\40\40\40\x20\40\40\x20\x20\x20\x20\x20\x20\40\40\40\74\41\x2d\55\x20\x45\x6e\166\x69\162\x6f\x6e\x6d\145\156\x74\x20\103\x6f\156\146\x69\147\x75\162\x61\164\151\x6f\156\x20\x2e\x45\x4e\126\x20\55\55\x3e\12\40\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\74\144\x69\166\12\x20\40\40\40\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\40\x63\x6c\141\163\163\75\x22\x77\55\x66\165\154\x6c\x20\x6d\x61\x78\55\x77\x2d\x5b\65\66\70\x70\x78\x5d\40\142\x67\55\167\x68\x69\x74\145\x20\x72\x6f\x75\x6e\x64\145\144\55\x6c\147\x20\163\x68\141\x64\157\167\55\x5b\60\160\170\137\70\160\x78\x5f\61\60\x70\x78\137\x30\160\170\137\162\x67\142\x61\50\60\x2c\60\x2c\60\x2c\x30\56\60\x35\x29\135\40\142\x6f\162\x64\x65\x72\x2d\133\61\x70\x78\135\40\x62\x6f\x72\x64\x65\162\x2d\x67\162\x61\x79\55\63\x30\x30\x22\12\x20\40\x20\40\x20\40\x20\x20\40\40\40\40\x20\40\40\40\40\x20\x20\x20\166\x2d\151\x66\x3d\x22\143\x75\x72\162\145\156\x74\123\164\x65\160\x20\x3d\x3d\40\x27\145\x6e\x76\x43\x6f\x6e\146\151\147\165\x72\x61\164\x69\x6f\x6e\x27\42\xa\40\x20\40\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\x20\x20\76\12\40\x20\x20\40\40\40\x20\40\x20\40\x20\x20\40\40\x20\40\40\40\x20\x20\74\170\x2d\151\x6e\x73\164\141\154\x6c\x65\162\72\72\146\157\162\155\12\40\40\x20\x20\40\40\x20\x20\x20\40\40\x20\40\40\40\40\x20\40\x20\x20\40\x20\x20\40\x76\x2d\x73\154\x6f\164\75\x22\x7b\40\155\x65\x74\x61\54\x20\x65\x72\x72\x6f\x72\x73\x2c\x20\x68\141\156\144\x6c\x65\x53\165\x62\x6d\151\164\40\x7d\42\12\40\40\40\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\40\x20\40\40\40\40\40\x20\x20\x20\141\x73\75\42\x64\x69\166\x22\12\40\40\40\x20\40\x20\x20\x20\x20\x20\40\40\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x72\145\x66\75\42\x65\156\x76\x53\x65\164\165\160\42\12\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\40\x20\x20\x20\x20\x20\40\x20\76\xa\40\40\x20\x20\x20\40\x20\40\40\x20\x20\40\40\x20\x20\40\x20\40\x20\40\40\x20\40\x20\x3c\x66\157\162\155\xa\40\40\x20\x20\40\40\40\40\40\x20\x20\40\40\x20\40\x20\x20\x20\40\40\40\40\x20\x20\40\x20\x20\x20\x40\x73\x75\142\x6d\151\164\56\160\x72\x65\166\145\156\x74\x3d\x22\x68\x61\156\144\154\145\123\165\142\x6d\x69\164\50\x24\x65\x76\x65\156\164\x2c\x20\x6e\145\170\x74\106\x6f\162\x6d\51\x22\12\x20\x20\x20\40\x20\40\40\x20\40\40\x20\40\40\x20\x20\40\40\40\40\x20\40\40\40\x20\40\40\x20\40\145\x6e\x63\x74\171\x70\145\x3d\42\155\165\x6c\164\151\160\141\162\164\57\146\x6f\162\155\55\x64\141\164\141\x22\xa\x20\40\x20\40\x20\x20\40\40\40\40\40\x20\40\40\40\x20\40\40\40\x20\x20\x20\40\40\x3e\12\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\40\40\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x3c\144\151\x76\40\143\x6c\x61\163\163\75\42\x66\x6c\x65\170\x20\x6a\x75\x73\x74\x69\146\171\55\x62\145\164\167\x65\145\x6e\x20\x69\x74\x65\x6d\x73\x2d\143\145\156\164\x65\162\40\x67\141\160\55\62\56\65\40\x70\170\x2d\x34\40\x70\171\55\x5b\61\x31\160\170\x5d\x20\142\x6f\x72\x64\145\x72\x2d\142\55\x5b\61\160\170\x5d\40\142\x6f\162\144\145\162\55\147\162\x61\x79\55\63\x30\60\42\x3e\12\40\x20\x20\x20\40\40\40\40\x20\40\x20\40\x20\x20\x20\40\40\40\x20\x20\40\x20\40\40\40\40\40\40\x20\40\40\40\74\x70\40\x63\154\141\163\x73\75\42\164\x65\x78\164\55\133\62\x30\160\x78\x5d\40\x74\x65\170\164\55\147\x72\141\171\55\70\x30\x30\40\x66\x6f\x6e\164\x2d\142\157\x6c\144\x22\76\xa\x20\40\x20\x20\x20\40\x20\40\40\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\40\x20\40\x40\154\141\156\x67\50\x27\x69\156\x73\x74\x61\x6c\x6c\x65\162\72\72\x61\x70\160\x2e\151\156\x73\x74\141\154\154\145\x72\56\151\156\x64\145\x78\56\145\x6e\x76\x69\x72\157\x6e\155\x65\x6e\x74\55\x63\x6f\156\x66\151\x67\x75\162\x61\x74\x69\x6f\156\x2e\164\151\x74\154\x65\47\x29\12\40\x20\x20\40\40\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\x20\40\40\40\x20\40\40\40\40\x20\40\40\x20\40\40\x20\74\57\x70\x3e\12\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\40\40\40\40\x20\x20\x20\x20\x20\40\40\40\40\x20\40\40\74\x2f\144\x69\166\x3e\xa\12\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\40\x20\40\x20\40\40\x20\40\40\x20\x20\x3c\x64\x69\x76\x20\x63\154\x61\163\x73\x3d\42\146\154\145\170\40\146\x6c\145\170\55\143\x6f\x6c\40\x67\x61\160\x2d\63\x20\160\170\55\x5b\63\x30\160\x78\x5d\40\160\171\x2d\x34\x20\142\x6f\162\x64\x65\162\x2d\142\55\x5b\61\x70\170\135\40\x62\x6f\162\x64\145\162\55\x67\x72\141\x79\x2d\x33\x30\x30\x20\x68\55\133\x34\70\x34\x70\170\x5d\x20\157\x76\145\162\x66\x6c\x6f\x77\x2d\x79\55\141\165\164\157\x22\x3e\xa\40\x20\40\x20\40\40\40\40\x20\x20\x20\x20\x20\40\40\40\40\x20\40\40\40\x20\40\x20\x20\40\x20\40\x20\40\40\x20\74\41\x2d\55\40\x41\160\160\154\151\143\141\x74\151\157\x6e\x20\x4e\141\155\x65\x20\55\x2d\x3e\12\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\40\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\74\170\55\x69\x6e\x73\164\x61\x6c\x6c\145\x72\72\72\x66\157\x72\155\x2e\x63\x6f\x6e\164\162\157\x6c\55\147\162\x6f\165\160\x20\x63\154\x61\x73\x73\x3d\x22\155\142\55\62\x2e\x35\x22\x3e\12\x20\x20\40\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\40\40\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\40\40\40\x20\40\x20\x20\40\x20\x3c\x78\x2d\x69\156\163\164\141\x6c\x6c\145\162\x3a\72\146\157\162\x6d\56\143\157\156\164\162\x6f\154\55\x67\162\157\x75\x70\x2e\154\x61\142\145\154\x20\143\154\141\163\163\x3d\x22\x72\x65\161\165\x69\162\x65\144\42\76\xa\x20\x20\40\40\40\40\x20\x20\40\x20\40\40\x20\40\40\40\40\x20\40\x20\x20\x20\40\40\40\40\40\x20\x20\40\x20\40\40\40\x20\x20\40\40\x20\40\100\154\x61\x6e\x67\x28\x27\151\x6e\163\164\141\154\x6c\x65\162\x3a\x3a\x61\x70\160\56\x69\x6e\163\x74\141\154\x6c\x65\162\56\151\156\x64\145\x78\56\145\x6e\x76\151\162\157\156\155\x65\x6e\x74\55\x63\157\156\146\x69\x67\165\162\141\164\151\157\x6e\56\x61\160\160\x6c\151\143\x61\x74\x69\x6f\x6e\x2d\x6e\141\x6d\x65\x27\51\xa\x20\x20\x20\x20\x20\40\40\x20\40\40\40\40\x20\x20\40\40\x20\40\x20\x20\40\40\x20\40\40\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\74\x2f\170\x2d\151\x6e\163\164\141\x6c\154\145\x72\72\72\146\x6f\x72\155\x2e\x63\x6f\156\x74\x72\157\154\55\x67\x72\x6f\x75\x70\x2e\x6c\x61\x62\x65\154\76\12\xa\x20\40\x20\40\x20\x20\40\x20\40\40\40\40\x20\x20\x20\40\x20\40\x20\x20\40\40\40\40\x20\40\40\x20\x20\x20\40\x20\40\x20\40\x20\74\170\55\151\156\163\x74\x61\154\x6c\x65\x72\x3a\72\146\157\162\x6d\x2e\x63\157\156\x74\162\157\x6c\55\147\x72\x6f\x75\x70\56\x63\x6f\156\x74\x72\x6f\154\xa\40\x20\40\x20\40\40\40\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\40\40\40\40\40\x20\x20\x20\40\40\x20\x20\x20\40\40\40\x20\x20\40\40\x20\40\164\171\160\145\x3d\x22\164\145\x78\164\42\12\40\40\40\40\x20\x20\40\x20\x20\x20\40\40\40\40\x20\x20\x20\40\x20\40\40\x20\x20\40\40\40\x20\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\x6e\141\x6d\x65\75\42\x61\160\160\x5f\x6e\x61\155\x65\x22\12\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\40\40\40\x20\40\40\x20\x20\40\x20\40\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\x20\x20\x3a\72\166\141\x6c\165\145\x3d\x22\x65\x6e\x76\104\x61\164\141\56\x61\160\160\137\156\x61\x6d\145\x20\x3f\x3f\40\x27\102\141\x67\x69\163\x74\157\x27\x22\12\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\40\40\40\40\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\40\40\40\40\x20\40\x20\40\40\x20\x20\162\x75\154\145\163\x3d\42\162\145\161\165\x69\x72\x65\x64\42\12\40\x20\x20\40\40\x20\40\40\x20\40\x20\40\x20\x20\x20\40\40\40\40\x20\40\x20\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x3a\154\x61\x62\x65\154\x3d\x22\164\x72\x61\x6e\163\50\x27\x69\156\163\x74\x61\154\x6c\145\x72\72\72\141\x70\x70\56\151\x6e\163\x74\141\154\154\145\x72\x2e\151\156\144\145\x78\56\145\156\166\151\162\x6f\x6e\155\x65\x6e\164\x2d\143\x6f\x6e\x66\x69\x67\165\x72\x61\164\151\x6f\156\x2e\141\x70\160\x6c\151\x63\x61\164\x69\157\156\55\156\141\x6d\x65\x27\x29\x22\12\x20\40\x20\x20\x20\40\40\40\40\x20\40\40\40\x20\40\x20\40\x20\40\x20\40\x20\40\40\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\x20\40\x3a\x70\154\141\143\x65\x68\x6f\154\x64\145\x72\75\x22\x74\162\141\156\163\50\47\x69\156\x73\x74\x61\154\154\145\162\72\x3a\141\160\160\56\x69\x6e\x73\x74\141\154\x6c\x65\162\x2e\151\x6e\x64\145\x78\x2e\145\x6e\166\151\162\157\156\x6d\x65\156\164\55\x63\157\x6e\146\x69\x67\165\x72\x61\164\x69\x6f\156\x2e\142\141\x67\151\163\x74\x6f\47\x29\x22\xa\40\40\x20\40\40\x20\40\40\x20\x20\40\40\40\40\x20\x20\40\x20\40\40\40\x20\x20\40\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x20\40\57\76\xa\xa\x20\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\40\40\40\x20\x20\40\x20\40\x20\40\x20\40\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\74\x78\55\151\156\163\164\x61\154\x6c\x65\162\x3a\x3a\146\157\x72\155\x2e\143\x6f\x6e\164\x72\157\x6c\55\147\162\157\165\x70\56\145\162\162\x6f\162\x20\143\157\156\x74\162\x6f\154\55\x6e\x61\155\x65\75\42\x61\x70\160\x5f\156\x61\155\145\42\x20\57\76\12\x20\x20\x20\40\40\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\40\40\40\40\40\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\74\57\170\55\151\156\163\x74\141\154\154\x65\162\x3a\72\146\x6f\162\155\x2e\x63\157\x6e\164\x72\157\154\55\147\x72\x6f\165\x70\76\12\xa\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\x20\40\x20\x20\40\40\40\x20\40\x20\x20\40\40\40\x20\x3c\x21\55\x2d\40\101\x70\160\x6c\151\143\x61\164\x69\157\x6e\x20\x44\x65\146\x61\165\154\x74\40\x55\122\x4c\40\55\x2d\76\xa\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\40\x20\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\74\170\x2d\x69\x6e\163\164\141\x6c\x6c\x65\x72\x3a\72\x66\157\162\155\x2e\143\x6f\x6e\x74\x72\x6f\154\x2d\x67\162\x6f\165\160\x20\143\x6c\x61\x73\x73\75\42\x6d\142\x2d\x32\x2e\65\x22\76\xa\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\40\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\40\x3c\x78\55\x69\156\163\x74\x61\154\154\x65\x72\x3a\x3a\x66\157\x72\155\x2e\143\x6f\x6e\x74\x72\x6f\x6c\55\147\162\157\165\160\56\x6c\x61\142\x65\154\x20\x63\x6c\x61\x73\x73\x3d\42\162\145\161\165\x69\162\x65\x64\x22\x3e\xa\40\40\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\40\40\x20\40\40\x20\x20\x20\40\x40\x6c\141\156\147\50\x27\151\156\x73\x74\x61\x6c\154\x65\162\x3a\x3a\141\160\x70\56\x69\x6e\x73\x74\x61\154\154\x65\x72\x2e\x69\156\x64\x65\x78\x2e\x65\x6e\x76\x69\x72\157\x6e\155\x65\156\x74\55\143\x6f\x6e\x66\x69\147\x75\162\141\164\x69\157\x6e\x2e\144\145\x66\x61\165\x6c\x74\55\x75\162\154\47\x29\12\40\x20\40\x20\40\x20\40\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\x20\40\x20\40\40\40\x20\x20\40\40\74\57\x78\55\151\156\x73\164\x61\154\154\x65\x72\72\72\146\157\x72\x6d\56\x63\157\156\x74\x72\x6f\x6c\x2d\147\x72\157\x75\160\x2e\x6c\141\x62\145\154\76\xa\xa\40\x20\x20\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\40\40\40\40\40\40\40\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\x20\40\74\170\55\x69\156\163\164\141\154\x6c\x65\162\72\x3a\146\x6f\x72\x6d\x2e\143\157\156\x74\162\157\x6c\x2d\147\x72\157\165\160\x2e\143\x6f\x6e\164\x72\x6f\154\xa\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\40\164\171\160\145\75\x22\164\x65\x78\164\x22\12\40\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\40\40\40\x20\x20\40\x20\40\40\x20\40\40\x20\40\40\x20\x20\40\x20\x20\156\141\155\x65\x3d\x22\x61\160\x70\x5f\165\x72\154\x22\xa\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\40\40\x20\40\40\x3a\72\166\141\154\x75\145\75\x22\145\x6e\166\104\x61\164\x61\x2e\141\160\160\x5f\165\162\x6c\40\77\x3f\40\x27\150\164\x74\x70\x73\x3a\x2f\x2f\154\x6f\143\141\x6c\x68\x6f\163\x74\x27\42\12\40\x20\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\x20\40\x20\40\40\x20\x20\x20\162\165\x6c\x65\x73\x3d\42\162\145\161\x75\151\162\x65\144\x22\12\x20\x20\40\40\40\40\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\40\40\40\40\40\x20\x20\40\x20\40\72\x6c\141\x62\145\154\x3d\42\x74\162\x61\156\163\x28\x27\151\156\x73\x74\x61\154\x6c\145\162\72\x3a\x61\160\x70\x2e\151\x6e\163\x74\141\x6c\x6c\145\162\x2e\151\156\x64\x65\170\x2e\145\156\x76\x69\x72\157\156\155\x65\156\x74\55\143\x6f\156\146\x69\x67\x75\162\141\x74\151\x6f\156\56\x64\x65\x66\x61\165\x6c\x74\x2d\x75\162\x6c\47\51\42\xa\x20\40\40\40\40\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\40\40\40\40\40\40\40\x20\x3a\x70\154\141\x63\x65\150\157\154\144\x65\162\x3d\42\x74\x72\x61\x6e\163\50\x27\x69\156\163\x74\141\154\154\x65\x72\x3a\72\141\x70\x70\56\151\156\163\x74\141\x6c\x6c\x65\162\x2e\151\x6e\x64\x65\x78\56\145\x6e\166\x69\x72\x6f\156\x6d\x65\156\164\x2d\143\157\156\146\151\x67\165\x72\x61\164\x69\x6f\156\x2e\x64\x65\x66\x61\x75\154\x74\x2d\165\x72\x6c\x2d\154\151\156\153\47\x29\x22\12\x20\40\40\x20\40\x20\40\40\x20\40\40\x20\40\40\x20\x20\x20\x20\40\40\40\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\x2f\x3e\xa\12\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\40\40\40\x20\x20\x20\x20\40\40\40\40\x20\x20\40\40\40\x20\x20\x20\x20\40\40\40\x20\40\x3c\170\x2d\151\x6e\163\164\141\x6c\x6c\x65\x72\x3a\72\x66\157\162\155\56\x63\157\156\x74\x72\157\154\x2d\147\162\x6f\165\x70\56\145\x72\162\157\x72\40\143\x6f\x6e\164\x72\x6f\154\x2d\156\x61\x6d\145\75\x22\141\x70\160\137\x75\162\154\x22\x20\57\76\xa\40\40\40\40\40\40\40\x20\40\x20\40\x20\40\40\40\40\40\40\40\40\x20\40\40\40\x20\40\40\40\40\40\x20\40\74\57\x78\55\x69\156\x73\x74\141\x6c\x6c\x65\x72\x3a\x3a\146\157\162\155\56\143\x6f\156\164\x72\x6f\x6c\55\147\162\157\x75\160\x3e\12\12\x20\40\x20\40\40\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\40\40\x20\40\x20\40\40\40\x20\40\74\41\55\55\x20\x41\x70\x70\x6c\x69\143\141\164\x69\157\156\40\x44\145\x66\141\x75\154\x74\x20\124\151\155\x65\172\157\156\145\x20\x2d\55\x3e\12\x20\x20\x20\x20\40\40\x20\40\x20\40\40\x20\40\x20\40\40\40\40\x20\40\x20\40\x20\x20\40\x20\40\x20\40\40\40\x20\74\170\55\x69\x6e\163\x74\x61\154\154\145\x72\x3a\x3a\146\x6f\162\155\56\x63\x6f\156\164\162\157\154\55\x67\x72\157\x75\x70\40\x63\x6c\141\163\x73\75\42\155\x62\x2d\x32\56\65\x22\76\12\40\40\40\x20\40\40\40\40\40\x20\40\x20\x20\40\x20\40\40\x20\x20\40\x20\40\x20\x20\40\40\x20\40\x20\40\40\40\40\40\40\40\74\170\55\x69\x6e\x73\164\x61\154\154\145\162\72\72\146\157\x72\x6d\56\143\x6f\156\164\x72\x6f\154\55\x67\162\x6f\x75\x70\56\154\x61\142\x65\x6c\40\x63\154\x61\163\163\75\x22\x72\145\x71\165\151\x72\145\x64\42\76\12\40\40\40\40\x20\40\40\40\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\40\40\x20\40\40\40\x20\x20\40\40\40\40\x40\154\x61\156\x67\x28\x27\x69\x6e\163\x74\x61\x6c\154\x65\162\72\72\x61\x70\x70\56\151\156\x73\164\141\154\x6c\145\x72\x2e\x69\156\x64\x65\170\x2e\x65\156\x76\151\162\x6f\156\155\145\x6e\x74\x2d\143\x6f\x6e\x66\x69\x67\165\162\x61\x74\x69\157\156\56\x64\x65\x66\x61\165\x6c\x74\55\x74\151\155\145\x7a\x6f\x6e\x65\47\51\xa\x20\40\40\x20\x20\40\x20\40\40\40\40\40\x20\40\x20\x20\x20\40\40\40\x20\40\x20\x20\40\40\40\40\40\40\x20\x20\x20\x20\40\x20\x3c\x2f\x78\x2d\x69\156\x73\x74\x61\154\154\x65\162\x3a\x3a\x66\x6f\x72\155\x2e\x63\x6f\156\x74\x72\157\154\x2d\x67\x72\x6f\165\160\x2e\x6c\x61\x62\x65\x6c\76\xa\12\x20\40\40\x20\40\x20\40\x20\x20\40\x20\40\40\x20\40\40\40\40\x20\40\40\x20\40\x20\40\40\x20\x20\40\40\x20\x20\40\40\40\x20\x40\160\150\160\12\40\40\40\40\40\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\x20\40\x20\40\40\40\40\40\x20\40\40\x20\x20\40\40\40\40\40\40\40\x20\x20\x20\144\141\x74\x65\137\x64\145\146\141\x75\154\164\137\x74\x69\155\145\x7a\157\x6e\x65\137\163\145\x74\50\x27\125\124\103\x27\51\x3b\xa\xa\x20\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\x24\x74\x7a\154\x69\x73\164\x20\75\x20\x44\141\x74\145\124\151\x6d\x65\132\157\156\x65\x3a\72\x6c\151\x73\164\x49\x64\x65\x6e\x74\x69\146\151\145\162\163\50\x44\x61\164\x65\x54\x69\x6d\x65\x5a\x6f\156\x65\x3a\72\x41\x4c\x4c\x29\x3b\12\xa\x20\x20\40\40\40\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\40\x20\40\x20\x20\x20\40\40\x20\40\x20\40\40\40\x20\40\40\40\x20\x20\x20\40\x20\x20\44\143\165\162\162\x65\156\x74\x20\75\x20\x64\x61\164\x65\x5f\144\x65\x66\141\x75\154\164\x5f\164\151\x6d\x65\172\x6f\156\145\x5f\x67\145\x74\x28\51\x3b\xa\40\x20\x20\40\40\40\x20\40\40\40\40\40\40\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\40\40\x20\40\x20\x20\40\40\100\x65\156\x64\160\x68\x70\xa\xa\40\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\40\40\x20\74\170\55\151\x6e\163\164\x61\x6c\x6c\145\162\72\72\x66\x6f\x72\x6d\x2e\x63\x6f\156\164\x72\157\x6c\x2d\x67\162\x6f\x75\x70\56\x63\x6f\x6e\x74\162\157\x6c\xa\40\x20\40\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\x20\40\40\x20\40\40\40\x20\40\40\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\40\164\x79\160\x65\75\x22\163\145\x6c\145\143\164\42\12\40\x20\x20\x20\40\40\x20\40\40\40\x20\x20\x20\40\40\x20\40\40\40\40\x20\40\40\x20\x20\40\40\40\40\x20\40\x20\40\40\40\40\40\x20\x20\40\156\141\x6d\145\x3d\42\x61\160\160\x5f\164\151\155\x65\x7a\x6f\x6e\145\42\xa\x20\40\40\40\40\40\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\40\40\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\72\72\x76\141\x6c\x75\x65\75\42\145\x6e\x76\x44\x61\164\141\x2e\141\x70\160\x5f\164\151\x6d\145\x7a\x6f\x6e\x65\x20\77\77\40\44\143\165\x72\162\145\x6e\x74\x22\12\x20\x20\40\x20\x20\x20\x20\40\x20\40\x20\40\40\40\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\40\40\x20\40\x20\x20\162\x75\x6c\x65\x73\75\42\x72\x65\161\165\x69\162\x65\x64\x22\12\40\x20\40\x20\40\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\40\40\x20\x20\40\40\40\x20\x20\x20\40\x20\40\40\40\40\x20\x20\x20\x20\40\40\40\x20\x3a\141\162\151\x61\55\154\x61\142\x65\154\x3d\x22\164\162\x61\156\163\50\x27\x69\156\x73\x74\141\x6c\x6c\x65\162\72\72\141\x70\x70\56\x69\x6e\x73\164\141\154\x6c\145\162\56\x69\156\x64\x65\x78\56\x65\156\x76\x69\x72\x6f\x6e\x6d\x65\x6e\164\x2d\x63\157\156\x66\x69\x67\165\162\x61\164\x69\x6f\x6e\56\x64\x65\146\141\x75\154\x74\x2d\x74\x69\155\145\x7a\157\156\145\x27\x29\x22\xa\40\x20\x20\x20\x20\x20\40\40\40\40\x20\40\x20\x20\40\x20\40\40\40\x20\40\40\40\x20\40\40\40\x20\40\40\x20\40\x20\x20\40\x20\40\40\x20\40\x3a\x6c\141\142\x65\x6c\75\x22\x74\162\x61\x6e\x73\50\47\151\156\x73\164\141\x6c\x6c\145\162\x3a\72\141\160\160\56\151\156\x73\164\x61\x6c\154\x65\x72\x2e\151\156\144\x65\x78\56\145\x6e\x76\151\x72\x6f\156\x6d\x65\x6e\164\55\143\x6f\x6e\146\151\147\165\x72\x61\164\151\x6f\x6e\56\144\x65\x66\x61\x75\154\x74\x2d\x74\x69\x6d\145\172\x6f\x6e\x65\47\x29\42\xa\x20\x20\40\x20\x20\x20\40\40\40\40\40\40\40\x20\x20\40\x20\40\40\x20\40\x20\40\40\40\40\x20\x20\40\x20\40\40\x20\x20\x20\x20\76\xa\x20\40\40\40\40\40\40\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\40\40\74\x6f\160\164\151\x6f\156\12\x20\x20\40\40\x20\x20\x20\40\x20\40\40\x20\40\40\x20\x20\40\40\40\x20\40\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\40\40\x20\40\x20\166\x61\x6c\x75\x65\x3d\42\x22\12\x20\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\40\x64\151\163\141\x62\154\145\x64\12\x20\40\x20\40\40\x20\40\40\40\40\x20\40\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\40\40\40\x20\40\40\40\40\x20\40\x20\40\40\x3e\12\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\40\40\x20\40\40\x20\x20\x20\40\40\40\40\40\x20\40\40\x20\40\40\x20\x20\x20\x20\x40\154\x61\x6e\x67\x28\x27\x69\156\x73\x74\141\x6c\x6c\145\x72\72\x3a\x61\x70\160\x2e\151\156\x73\x74\141\154\x6c\145\162\56\151\156\x64\x65\x78\56\145\156\x76\x69\x72\157\156\x6d\x65\156\x74\x2d\143\157\156\x66\151\x67\165\x72\141\164\x69\x6f\x6e\56\163\x65\154\x65\x63\x74\x2d\x74\x69\155\x65\172\157\156\145\x27\51\12\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\40\40\40\40\40\x20\40\40\x20\40\40\40\x20\x20\40\x20\40\40\40\40\x20\x20\40\40\40\x20\40\x20\x20\74\x2f\157\x70\164\151\157\156\76\xa\xa\40\40\40\40\40\40\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\40\40\x20\40\40\x20\40\x20\x20\40\x20\40\x20\40\x20\40\40\x20\x20\40\40\40\x20\100\146\157\x72\x65\x61\x63\150\x28\44\164\x7a\x6c\151\x73\164\40\141\163\x20\44\153\x65\x79\x20\75\x3e\x20\x24\x76\141\x6c\x75\x65\51\xa\x20\40\40\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\40\40\x20\x20\40\40\x20\40\40\40\x20\x20\x20\x20\40\x20\40\40\x20\40\40\x20\40\x20\40\x20\40\74\x6f\x70\x74\x69\157\x6e\12\x20\x20\40\40\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\40\40\x20\40\40\40\x20\x20\x20\x20\x20\40\x76\141\154\165\x65\75\42\173\x7b\x20\x24\166\x61\154\165\x65\x20\175\175\x22\xa\40\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\x20\40\x20\x7b\x7b\x20\44\166\x61\x6c\165\145\x20\75\75\75\40\x24\143\165\x72\162\145\156\x74\x20\77\x20\x27\163\145\154\x65\143\164\145\144\47\40\72\x20\x27\x27\x20\175\175\12\x20\x20\40\40\40\40\40\40\40\x20\40\40\40\x20\40\40\40\x20\40\40\x20\x20\40\40\40\x20\40\40\x20\40\40\x20\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\40\76\12\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\40\40\x20\40\40\x20\40\40\x20\x20\40\40\40\40\40\x20\40\40\40\x20\x20\x20\x20\40\40\40\40\x7b\x7b\x20\x24\x76\x61\154\x75\x65\x20\175\x7d\12\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\40\x20\40\x20\x20\40\x20\40\40\40\x20\x20\40\x20\40\x20\40\x20\40\40\x20\x20\40\x20\40\x3c\57\157\x70\164\151\x6f\156\x3e\xa\40\x20\40\40\x20\x20\40\40\x20\x20\x20\40\40\x20\40\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\40\40\40\40\40\40\100\145\156\x64\146\x6f\x72\x65\141\x63\150\12\x20\40\40\x20\x20\x20\40\x20\40\40\x20\40\x20\40\x20\40\x20\40\40\40\x20\x20\40\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\x3c\57\x78\55\x69\x6e\x73\x74\141\154\x6c\x65\x72\72\x3a\x66\157\x72\x6d\x2e\143\157\156\164\162\x6f\154\55\147\162\157\x75\160\56\x63\157\156\164\162\157\154\76\xa\12\x20\x20\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\x3c\170\55\151\156\x73\x74\x61\x6c\154\x65\162\x3a\x3a\x66\x6f\162\x6d\56\x63\157\156\164\162\157\154\x2d\x67\162\157\x75\x70\x2e\145\162\162\x6f\162\x20\143\x6f\156\164\x72\157\154\x2d\156\141\x6d\x65\75\x22\x61\x70\160\x5f\164\x69\155\145\172\157\x6e\x65\42\40\x2f\76\xa\40\x20\x20\x20\40\x20\x20\40\40\40\x20\40\40\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\40\40\40\x20\40\x20\x20\40\74\x2f\x78\x2d\151\x6e\163\x74\141\154\154\x65\162\x3a\x3a\146\x6f\162\x6d\x2e\x63\x6f\x6e\164\162\x6f\x6c\x2d\x67\162\x6f\x75\160\x3e\xa\12\40\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\x20\x20\40\40\40\40\x20\40\40\40\x20\x20\40\40\x20\x20\40\x3c\144\151\166\x20\x63\154\141\x73\163\75\x22\160\55\61\x2e\65\42\40\x3a\163\x74\x79\154\x65\x3d\x22\167\x61\x72\156\151\156\x67\x5b\47\143\157\156\x74\141\151\156\x65\x72\x27\135\54\x20\x77\141\162\x6e\151\x6e\147\x5b\47\155\145\163\163\x61\x67\x65\47\135\42\x3e\xa\x20\x20\40\40\40\x20\40\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\40\40\40\x20\x20\74\151\40\143\x6c\x61\x73\163\75\x22\151\x63\157\156\x2d\x6c\151\x6d\x69\164\145\144\x20\x21\x74\x65\x78\164\x2d\x62\154\x61\143\x6b\42\x3e\x3c\x2f\151\76\12\xa\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\40\x20\x20\40\40\40\40\x20\x20\40\40\x20\40\40\100\154\141\156\x67\50\x27\x69\x6e\163\x74\x61\154\154\x65\x72\x3a\72\141\x70\160\x2e\x69\156\163\x74\141\x6c\154\x65\x72\x2e\x69\156\144\x65\170\56\x65\156\x76\x69\x72\157\x6e\x6d\x65\156\164\55\143\x6f\156\x66\151\x67\x75\x72\x61\x74\151\x6f\x6e\56\x77\141\x72\156\x69\156\x67\x2d\155\145\x73\163\141\x67\x65\x27\51\12\40\40\40\x20\40\x20\40\x20\40\40\x20\x20\40\40\40\x20\x20\x20\40\40\x20\40\x20\40\x20\40\x20\40\40\40\40\40\x3c\57\144\151\166\76\12\xa\40\x20\x20\x20\x20\x20\x20\x20\40\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x3c\144\x69\166\x20\x63\x6c\x61\x73\x73\75\x22\x66\x6c\145\170\40\147\x61\160\55\x32\x2e\65\42\x3e\12\x20\x20\40\x20\x20\x20\40\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\40\40\40\x20\40\40\x20\40\40\40\40\x20\x20\x20\x20\x20\74\x21\55\x2d\40\x41\x70\x70\x6c\x69\x63\141\x74\x69\x6f\x6e\40\x44\145\146\x61\165\x6c\164\x20\x4c\157\143\141\154\145\x20\x2d\x2d\76\xa\40\40\40\x20\x20\x20\40\40\40\x20\40\40\x20\40\40\40\40\40\40\40\40\40\x20\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\74\x78\55\151\156\x73\x74\x61\x6c\x6c\145\162\x3a\x3a\146\x6f\162\x6d\56\x63\157\156\x74\162\x6f\154\x2d\x67\x72\x6f\x75\160\x20\143\x6c\141\x73\163\75\x22\x77\x2d\x66\x75\154\154\x22\x3e\12\x20\40\x20\40\40\40\x20\x20\40\40\x20\x20\40\40\40\x20\x20\40\40\40\40\40\x20\40\40\x20\x20\40\x20\40\x20\40\x20\40\x20\x20\40\40\40\40\74\x78\x2d\151\156\163\164\x61\154\154\x65\x72\x3a\72\146\157\x72\x6d\56\143\x6f\156\x74\162\157\x6c\55\147\162\x6f\165\x70\x2e\154\141\x62\x65\x6c\40\x63\154\x61\x73\163\75\42\162\145\x71\x75\151\x72\145\144\42\x3e\xa\40\x20\40\40\x20\x20\40\40\x20\40\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\40\x20\x20\40\40\40\40\40\x20\40\x20\40\40\40\x20\40\40\x20\40\x20\x20\40\40\x40\x6c\141\x6e\x67\x28\x27\151\156\x73\164\141\x6c\x6c\145\x72\72\72\141\160\x70\x2e\151\x6e\x73\x74\141\154\154\x65\x72\x2e\151\x6e\x64\x65\170\56\145\156\166\151\x72\x6f\x6e\x6d\145\x6e\164\55\x63\x6f\x6e\146\x69\x67\x75\162\141\164\151\157\156\x2e\144\145\x66\141\165\x6c\164\55\154\157\x63\x61\154\x65\47\x29\12\40\40\40\x20\40\x20\x20\40\x20\x20\40\40\40\x20\40\x20\40\x20\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\x3c\57\x78\x2d\x69\156\163\x74\141\154\154\x65\x72\x3a\x3a\x66\157\162\x6d\x2e\x63\x6f\x6e\x74\162\x6f\x6c\x2d\147\x72\157\x75\x70\x2e\x6c\141\x62\x65\x6c\x3e\xa\40\x20\x20\x20\xa\40\x20\40\40\40\40\40\40\40\40\40\40\40\40\40\x20\40\x20\x20\40\40\40\40\x20\40\x20\40\40\x20\x20\x20\40\40\x20\40\40\40\40\40\x20\x3c\170\55\151\156\163\x74\x61\x6c\154\145\x72\x3a\x3a\x66\x6f\x72\155\56\143\x6f\156\164\162\157\154\55\x67\x72\x6f\x75\160\x2e\x63\x6f\156\x74\162\157\x6c\xa\x20\x20\x20\x20\x20\40\40\40\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\40\40\40\40\40\x20\x20\40\40\x20\x20\40\x20\40\40\x20\x20\40\x20\40\x74\x79\160\145\x3d\x22\x73\x65\154\145\143\x74\x22\12\x20\40\40\x20\40\x20\40\x20\40\40\40\40\x20\40\40\x20\x20\40\x20\40\x20\40\x20\40\40\40\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\40\x20\40\40\x20\40\40\x6e\x61\x6d\x65\75\x22\x61\x70\x70\x5f\154\x6f\x63\x61\154\x65\x22\xa\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\40\40\40\40\40\x20\40\x20\x20\40\40\40\40\x20\40\40\40\40\x20\40\x20\x20\40\40\40\40\40\166\141\x6c\x75\x65\75\x22\173\173\x20\x61\160\x70\50\x29\55\76\147\145\164\x4c\157\x63\141\x6c\145\50\51\40\175\x7d\x22\12\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\40\40\40\40\x72\x75\x6c\x65\x73\75\x22\x72\145\161\165\151\x72\x65\x64\x22\12\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\40\40\x20\40\40\x20\x20\40\x20\40\x20\40\40\x20\40\x20\40\x20\x20\40\x20\x20\40\40\72\x61\x72\x69\141\x2d\x6c\141\x62\x65\154\75\42\x74\x72\141\156\163\50\x27\x69\156\163\x74\x61\154\x6c\145\162\x3a\72\141\160\160\56\151\156\163\x74\x61\x6c\154\x65\x72\x2e\151\156\144\x65\170\56\x65\156\x76\x69\x72\157\156\155\145\156\164\x2d\x63\x6f\x6e\x66\151\x67\165\162\141\164\151\x6f\x6e\56\144\x65\x66\x61\165\x6c\164\x2d\154\157\143\x61\154\145\47\x29\x22\12\40\x20\x20\40\40\40\40\40\40\x20\40\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\40\40\40\x20\40\40\x20\40\x20\x20\x20\40\40\40\x3a\x6c\141\142\145\154\75\42\164\x72\x61\156\x73\50\x27\151\x6e\163\x74\141\x6c\154\x65\162\x3a\72\x61\x70\x70\x2e\151\x6e\163\164\x61\x6c\154\145\x72\x2e\x69\x6e\x64\145\170\56\145\156\166\151\x72\x6f\x6e\155\x65\x6e\x74\x2d\x63\157\156\x66\x69\x67\x75\x72\x61\164\x69\x6f\156\x2e\x64\145\146\x61\165\154\164\x2d\x6c\157\x63\141\x6c\x65\47\51\42\xa\x20\40\40\x20\40\40\x20\40\x20\x20\40\40\40\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\40\40\x20\40\x3e\xa\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\40\x20\40\x20\x20\40\x20\40\40\40\x20\40\40\40\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x40\146\x6f\162\145\x61\143\150\x20\x28\44\154\x6f\x63\x61\x6c\145\x73\40\141\163\x20\x24\x76\141\x6c\165\x65\x20\75\76\x20\x24\154\x61\x62\145\x6c\x29\xa\x20\40\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\x20\40\40\40\40\x20\40\40\40\40\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\40\40\40\40\40\x20\40\x20\40\x20\40\40\74\157\x70\164\151\x6f\156\x20\166\141\x6c\x75\145\75\42\x7b\x7b\40\x24\x76\141\x6c\x75\145\x20\x7d\175\42\76\12\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\x20\40\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\40\40\40\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\40\40\40\x20\40\x20\x20\x20\40\100\154\141\x6e\x67\x28\x22\x69\x6e\x73\164\x61\154\154\145\162\x3a\72\141\x70\160\x2e\151\x6e\x73\x74\x61\x6c\x6c\145\162\x2e\x69\156\x64\x65\x78\x2e\x24\x6c\141\x62\145\154\x22\51\12\x20\40\x20\40\40\40\40\40\40\x20\40\40\x20\40\x20\x20\40\x20\x20\40\40\40\40\x20\x20\40\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\74\x2f\157\160\164\x69\157\x6e\x3e\12\40\40\x20\x20\40\40\40\x20\40\40\x20\x20\x20\40\40\40\40\x20\x20\x20\40\40\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\40\40\x20\x20\40\40\x20\x20\40\x20\x20\100\145\156\x64\146\x6f\x72\145\x61\x63\x68\12\x20\40\x20\x20\40\x20\40\40\40\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\40\40\x20\40\40\x20\40\40\x20\40\40\x20\x20\40\74\57\170\x2d\151\x6e\163\164\141\154\x6c\145\162\x3a\72\146\x6f\162\155\x2e\143\157\156\x74\162\x6f\154\x2d\x67\162\x6f\x75\x70\x2e\x63\157\156\164\x72\x6f\154\76\xa\40\x20\x20\40\12\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\40\40\40\40\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\74\x78\x2d\x69\x6e\163\x74\x61\x6c\154\x65\x72\x3a\72\146\x6f\162\x6d\x2e\143\x6f\156\164\162\x6f\x6c\55\x67\162\157\x75\160\56\145\162\162\x6f\162\40\x63\x6f\156\164\162\x6f\154\55\156\x61\155\x65\x3d\x22\141\x70\x70\137\x6c\x6f\143\141\x6c\x65\x22\40\57\76\12\x20\40\x20\40\40\40\x20\x20\x20\x20\40\40\40\x20\40\40\40\x20\40\40\x20\40\40\40\x20\40\40\40\x20\40\40\40\40\x20\x20\x20\x3c\x2f\x78\55\x69\156\x73\164\141\154\x6c\x65\162\72\72\146\x6f\162\155\56\x63\157\x6e\164\x72\x6f\154\x2d\x67\x72\x6f\x75\x70\76\xa\12\40\40\40\x20\40\x20\x20\40\40\40\x20\40\40\40\40\40\40\40\x20\40\x20\40\40\40\x20\40\x20\40\x20\x20\40\40\40\x20\x20\40\74\x21\x2d\x2d\40\101\x70\x70\154\x69\143\x61\x74\151\157\156\40\x44\x65\146\141\165\154\x74\x20\103\x75\162\x72\x65\x6e\x63\x79\40\x2d\x2d\76\xa\40\x20\40\x20\40\x20\40\40\40\40\40\x20\40\40\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\40\40\40\x20\40\x20\x20\40\40\x20\x20\74\x78\x2d\x69\x6e\x73\164\x61\x6c\154\x65\162\x3a\72\x66\x6f\x72\155\x2e\143\157\x6e\x74\x72\157\154\55\147\x72\157\x75\x70\x20\143\x6c\141\x73\x73\75\x22\x77\55\146\x75\x6c\154\42\76\xa\x20\40\x20\40\x20\x20\40\40\40\40\40\40\40\40\40\x20\40\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\74\170\x2d\x69\x6e\163\164\141\x6c\154\x65\162\72\x3a\x66\x6f\x72\x6d\x2e\143\157\x6e\x74\162\157\154\x2d\147\x72\157\x75\x70\x2e\x6c\141\x62\145\154\40\x63\x6c\141\x73\x73\75\42\x72\x65\x71\x75\x69\x72\145\144\42\x3e\xa\40\40\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\40\40\x20\x20\40\40\40\40\40\x20\x20\40\x20\40\40\40\x20\40\40\x20\x20\40\40\100\154\141\x6e\x67\x28\x27\151\156\163\x74\x61\x6c\154\x65\162\72\x3a\141\x70\x70\x2e\151\x6e\163\164\x61\154\x6c\145\x72\x2e\151\x6e\144\x65\170\x2e\145\156\166\x69\x72\x6f\x6e\x6d\x65\x6e\164\55\x63\157\x6e\146\151\147\x75\162\x61\x74\151\157\x6e\56\144\x65\x66\x61\x75\x6c\x74\x2d\143\x75\x72\162\145\x6e\x63\x79\x27\x29\xa\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\40\40\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\74\x2f\x78\55\x69\x6e\163\x74\x61\x6c\154\x65\162\72\72\x66\x6f\x72\x6d\56\143\x6f\x6e\164\x72\157\x6c\x2d\147\x72\157\x75\160\56\x6c\141\142\145\154\76\xa\12\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\40\x20\x20\40\x20\x20\40\x20\40\x20\x20\x20\40\40\40\x20\40\x20\74\x78\x2d\x69\156\x73\164\141\x6c\x6c\x65\x72\72\x3a\146\157\162\x6d\x2e\143\x6f\x6e\x74\x72\x6f\x6c\x2d\x67\x72\157\x75\160\x2e\143\157\x6e\x74\162\x6f\154\12\40\x20\40\40\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\40\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\x74\171\x70\x65\x3d\42\x73\145\154\145\x63\x74\x22\12\x20\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\40\40\x20\x6e\141\x6d\145\75\x22\141\160\x70\137\143\x75\162\162\145\x6e\x63\x79\x22\12\40\x20\40\40\x20\40\40\40\x20\40\40\x20\x20\40\40\40\x20\40\40\x20\40\x20\40\40\40\x20\40\40\40\40\x20\40\x20\x20\40\x20\40\40\40\x20\40\40\x20\x20\x3a\x3a\x76\x61\x6c\165\145\75\42\145\x6e\166\104\141\x74\x61\56\x61\160\160\x5f\143\x75\162\162\145\156\143\x79\x20\x3f\x3f\x20\47\125\123\x44\x27\42\xa\x20\40\x20\x20\40\40\x20\x20\40\x20\x20\40\40\40\40\40\40\40\x20\40\40\40\40\x20\40\40\x20\40\40\40\x20\40\x20\x20\x20\40\x20\40\x20\40\40\x20\40\x20\72\x61\x72\x69\x61\x2d\x6c\x61\x62\x65\x6c\75\42\164\x72\x61\156\163\x28\47\x69\156\x73\x74\x61\x6c\154\145\x72\72\72\141\x70\x70\56\x69\156\x73\x74\141\154\154\x65\162\x2e\x69\x6e\x64\x65\170\56\145\156\x76\x69\162\157\x6e\155\x65\156\164\55\143\x6f\156\146\x69\147\165\162\141\x74\x69\157\x6e\x2e\x64\145\146\141\x75\x6c\164\55\143\x75\x72\x72\x65\156\143\171\x27\51\42\xa\40\x20\40\40\40\x20\x20\x20\x20\x20\40\40\40\40\40\x20\40\40\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\40\40\40\x20\40\x20\40\x20\x72\165\x6c\145\x73\x3d\x22\x72\145\161\165\151\162\145\x64\42\12\40\40\40\x20\x20\40\40\40\40\x20\40\40\x20\x20\x20\40\x20\x20\40\40\40\40\40\x20\40\40\40\40\40\x20\40\40\40\40\x20\x20\x20\40\40\40\40\40\40\40\72\154\x61\x62\145\x6c\75\x22\x74\162\141\156\x73\x28\47\x69\x6e\163\164\141\x6c\154\x65\162\72\72\x61\160\x70\x2e\151\x6e\163\164\x61\x6c\154\x65\162\56\x69\x6e\144\145\170\56\x65\x6e\x76\x69\x72\157\156\x6d\145\156\164\55\143\157\x6e\x66\x69\x67\165\x72\x61\x74\x69\x6f\x6e\56\x64\145\x66\x61\x75\x6c\x74\55\143\x75\x72\162\145\156\x63\171\x27\51\x22\xa\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\40\40\40\x20\40\x20\40\x20\x20\40\x20\76\12\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\x20\40\40\40\40\x20\40\x20\40\40\x20\40\40\x20\40\40\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\40\40\40\x3c\x6f\x70\x74\x69\x6f\156\40\166\x61\x6c\165\145\x3d\42\x22\40\x64\x69\163\141\142\x6c\x65\x64\76\x53\x65\154\x65\x63\164\40\103\165\162\162\145\156\x63\x69\145\x73\x3c\x2f\x6f\160\x74\x69\x6f\x6e\76\12\x20\x20\x20\x20\xa\x20\x20\40\40\40\40\40\40\x20\40\40\x20\x20\40\x20\40\40\x20\40\x20\x20\40\40\x20\40\40\x20\40\x20\40\40\x20\40\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\100\146\157\162\x65\x61\x63\150\x20\50\44\143\165\162\162\145\x6e\143\151\x65\x73\x20\141\x73\x20\44\166\141\154\165\x65\x20\x3d\76\40\44\154\x61\x62\x65\x6c\51\12\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\40\40\40\x20\40\40\40\40\40\40\40\40\40\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\74\157\x70\x74\151\x6f\156\x20\166\x61\x6c\165\x65\75\42\x7b\173\40\44\166\x61\x6c\x75\145\x20\175\x7d\x22\x20\100\x69\x66\x28\x24\166\x61\x6c\x75\x65\x20\75\x3d\40\47\x55\123\x44\47\x29\x20\163\145\154\x65\x63\x74\145\x64\40\x40\x65\x6e\144\x69\x66\x3e\xa\x20\x20\40\x20\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\40\x20\40\40\40\40\x20\40\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\x20\40\40\x20\100\154\x61\x6e\147\50\x22\x69\x6e\x73\164\x61\x6c\x6c\x65\162\72\x3a\141\160\160\x2e\x69\x6e\163\164\x61\x6c\x6c\x65\x72\x2e\x69\156\x64\145\x78\56\x65\x6e\x76\x69\x72\157\156\x6d\x65\x6e\x74\x2d\x63\157\x6e\x66\151\x67\165\162\x61\164\151\157\x6e\x2e\x24\x6c\x61\142\145\154\42\x29\12\x20\x20\40\40\40\40\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\40\40\40\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\40\40\x20\x20\x20\x20\40\40\40\x20\x20\40\40\74\57\157\160\164\x69\x6f\156\x3e\xa\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\40\x20\40\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\x20\40\40\40\40\40\100\145\x6e\x64\146\x6f\x72\x65\141\x63\150\xa\40\x20\40\x20\40\x20\40\x20\40\40\x20\x20\40\40\x20\40\40\40\x20\x20\40\40\x20\40\40\40\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\40\40\40\x3c\57\170\x2d\x69\x6e\163\164\141\x6c\154\145\x72\x3a\72\x66\x6f\x72\155\x2e\143\157\156\x74\x72\x6f\x6c\55\147\x72\157\165\x70\x2e\x63\x6f\x6e\x74\x72\157\x6c\76\xa\x20\40\40\x20\xa\40\x20\x20\x20\x20\40\x20\40\40\40\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\40\74\170\55\151\156\163\164\141\x6c\x6c\x65\162\72\72\x66\x6f\x72\155\56\x63\157\x6e\x74\x72\x6f\154\x2d\x67\162\x6f\x75\x70\56\x65\162\x72\157\162\40\143\157\156\x74\x72\x6f\x6c\55\x6e\x61\155\x65\75\x22\x61\x70\x70\137\143\165\162\162\x65\156\x63\171\42\x20\x2f\76\xa\40\40\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\40\40\x20\40\x20\40\x20\40\40\x20\40\40\40\x20\40\40\x20\40\40\40\40\40\40\x3c\x2f\x78\55\151\156\x73\164\x61\154\154\x65\x72\72\72\x66\x6f\162\x6d\56\x63\157\156\x74\x72\157\154\x2d\x67\x72\x6f\165\160\76\xa\40\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\74\x2f\144\x69\166\76\12\xa\40\x20\40\40\x20\40\40\x20\40\x20\40\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x3c\144\x69\x76\40\143\154\x61\163\163\x3d\x22\146\154\x65\170\x20\x67\141\x70\x2d\x32\56\x35\42\76\xa\40\40\40\40\x20\x20\40\40\40\40\x20\40\40\x20\40\40\x20\40\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\40\40\x20\40\40\x3c\170\x2d\151\x6e\163\x74\x61\154\x6c\145\162\x3a\x3a\146\157\162\155\56\143\x6f\156\x74\162\x6f\x6c\x2d\147\x72\157\165\x70\x20\x63\154\x61\163\163\x3d\x22\x77\55\x66\165\154\x6c\42\76\12\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\40\40\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\x3c\x78\x2d\151\x6e\163\x74\141\154\154\x65\162\72\x3a\x66\x6f\162\x6d\56\143\x6f\156\164\x72\x6f\x6c\x2d\147\x72\157\x75\x70\x2e\154\x61\142\x65\x6c\40\143\154\x61\x73\x73\x3d\42\162\145\161\x75\151\x72\145\x64\x22\x3e\xa\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\40\40\40\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\40\x20\40\x20\40\x20\40\40\40\40\40\x40\x6c\141\x6e\147\50\47\151\156\x73\164\x61\154\x6c\x65\x72\x3a\x3a\141\x70\160\x2e\x69\x6e\163\164\141\x6c\154\145\162\56\151\156\x64\145\x78\x2e\145\156\x76\151\162\x6f\156\155\x65\x6e\x74\x2d\x63\157\x6e\x66\x69\x67\x75\162\141\164\x69\x6f\156\x2e\141\154\x6c\x6f\x77\145\x64\x2d\154\x6f\x63\141\x6c\145\163\x27\x29\xa\40\40\x20\40\40\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\40\40\x20\40\x20\40\40\x20\x20\40\x3c\57\x78\x2d\x69\156\163\164\141\154\x6c\145\162\x3a\72\146\157\162\x6d\56\x63\x6f\x6e\164\162\x6f\x6c\55\x67\x72\x6f\165\160\x2e\154\x61\142\x65\154\x3e\xa\12\40\40\40\x20\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\40\40\40\40\x20\x20\40\x20\40\x20\x20\74\41\x2d\x2d\40\x41\x6c\x6c\157\167\x65\x64\x20\x4c\x6f\143\x61\x6c\145\x73\40\55\x2d\x3e\12\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\40\40\40\40\x20\40\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\40\x40\146\x6f\162\x65\141\x63\x68\x20\50\44\154\157\143\x61\x6c\x65\x73\40\x61\x73\x20\x24\153\x65\171\x20\x3d\76\x20\44\154\157\143\x61\154\x65\x29\12\40\x20\40\x20\40\x20\x20\40\x20\40\40\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\40\40\x20\40\40\40\x20\40\x20\40\x20\x20\40\40\74\170\55\151\156\x73\164\x61\x6c\x6c\x65\x72\x3a\x3a\146\157\162\155\x2e\x63\157\156\164\x72\157\154\55\x67\x72\157\165\160\40\x63\x6c\141\163\163\x3d\x22\x66\154\145\x78\x20\147\141\160\x2d\62\x2e\x35\x20\167\55\x6d\141\x78\40\41\155\142\x2d\x30\x20\x70\55\x31\56\x35\x20\143\x75\162\163\157\162\x2d\160\x6f\151\156\x74\145\x72\x20\x73\x65\x6c\x65\143\164\x2d\156\x6f\156\x65\42\76\12\40\40\40\40\x20\40\40\x20\x20\40\40\40\x20\x20\40\x20\40\40\40\x20\40\x20\x20\x20\40\40\x20\x20\40\x20\40\40\40\40\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\40\x20\x40\x70\x68\x70\xa\x20\x20\x20\x20\40\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\40\40\40\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\44\x73\145\154\x65\x63\164\x65\144\x4f\160\164\x69\x6f\x6e\40\75\40\50\44\x6b\x65\171\40\x3d\x3d\x20\143\157\156\146\151\147\x28\47\x61\x70\160\x2e\154\x6f\143\141\154\x65\47\51\51\x3b\12\40\x20\40\40\40\x20\x20\40\40\40\x20\x20\x20\40\40\x20\x20\40\x20\40\40\x20\40\x20\40\x20\40\40\x20\40\x20\40\40\x20\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\100\145\x6e\144\160\x68\160\xa\xa\40\x20\40\40\40\40\x20\x20\40\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\40\40\40\x20\40\x20\x20\40\40\40\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\x3c\x78\x2d\x69\x6e\163\x74\141\154\154\145\x72\72\72\x66\157\162\155\x2e\143\157\156\164\x72\x6f\154\x2d\x67\x72\x6f\165\x70\x2e\143\157\x6e\164\162\157\x6c\12\40\40\x20\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\40\40\x20\40\x20\x20\40\40\x20\40\x20\x20\40\40\x20\x20\40\40\x20\x20\40\40\40\40\40\40\x20\x20\x20\40\x20\x20\40\40\x20\40\40\164\171\160\x65\75\42\150\x69\144\x64\x65\156\42\xa\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\40\40\x20\40\x20\x20\40\40\x20\40\40\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\40\40\x20\x3a\x6e\x61\x6d\145\75\42\x24\153\x65\x79\42\12\x20\x20\40\40\40\40\x20\40\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\40\40\40\40\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\72\x76\x61\154\165\145\x3d\42\x28\x62\157\x6f\154\51\40\44\163\145\x6c\x65\143\164\145\144\117\160\164\151\157\156\x22\12\40\40\40\x20\40\x20\x20\40\x20\40\40\40\x20\40\x20\40\40\x20\40\40\x20\40\x20\x20\40\x20\x20\40\x20\40\40\40\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\40\x2f\76\12\xa\40\x20\40\x20\40\40\40\40\x20\x20\40\40\40\x20\x20\x20\40\x20\40\40\40\x20\40\40\40\40\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\40\x20\40\40\40\x3c\x78\55\x69\x6e\x73\164\141\x6c\x6c\x65\162\72\x3a\x66\x6f\x72\x6d\x2e\x63\157\156\x74\162\x6f\154\55\x67\x72\157\165\x70\56\x63\x6f\156\x74\x72\x6f\154\12\x20\x20\40\x20\x20\x20\40\40\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\40\40\x20\40\40\x20\40\40\x20\40\x20\40\x20\40\x74\x79\160\145\75\x22\143\150\145\143\153\x62\x6f\170\x22\xa\x20\x20\x20\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\40\40\40\40\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\72\x69\x64\x3d\42\x27\x61\x6c\x6c\157\x77\145\144\137\154\157\x63\141\x6c\x65\133\x27\40\56\x20\44\x6b\145\x79\x20\x2e\x20\x27\135\47\42\xa\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\40\x20\40\x20\40\x20\x20\x20\40\40\40\x20\40\40\40\x20\40\x20\x20\40\40\40\40\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\72\x6e\141\x6d\145\75\42\44\x6b\145\x79\42\12\40\40\x20\40\40\40\x20\40\x20\x20\40\40\40\x20\40\x20\40\40\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\40\40\x20\x20\40\x20\40\72\x66\157\x72\x3d\42\47\141\154\x6c\157\167\x65\144\137\x6c\x6f\x63\141\154\x65\x5b\47\40\56\40\x24\153\x65\x79\40\x2e\40\x27\x5d\x27\42\xa\x20\40\x20\x20\40\x20\40\40\40\x20\x20\x20\40\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\40\40\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\166\x61\x6c\x75\145\x3d\42\x31\x22\12\40\x20\40\x20\x20\40\40\40\40\40\40\40\x20\40\x20\x20\x20\40\40\40\x20\40\40\x20\40\x20\40\x20\40\x20\40\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\72\x63\x68\145\143\x6b\145\x64\75\42\x28\142\x6f\x6f\154\x29\x20\x24\163\x65\x6c\145\x63\164\x65\144\117\160\x74\151\x6f\x6e\x22\12\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\40\40\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\x20\x20\40\40\40\40\40\40\40\x20\40\x20\40\x3a\x64\151\x73\141\142\154\x65\x64\x3d\x22\x28\142\157\157\154\51\x20\x24\163\x65\154\x65\x63\x74\x65\144\117\160\x74\x69\x6f\x6e\x22\12\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\40\x20\40\40\x20\40\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\40\40\40\40\x20\x20\x20\x20\40\40\x20\40\x20\40\100\x63\150\x61\156\x67\145\75\x22\160\165\163\150\x41\154\154\157\167\145\144\114\x6f\143\141\x6c\145\163\42\12\40\x20\40\40\x20\40\x20\40\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\40\x20\40\x20\40\40\40\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\x2f\x3e\xa\12\40\x20\40\40\40\x20\40\40\40\40\x20\40\40\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\40\40\x20\40\x20\40\40\x20\x20\40\40\40\40\40\40\40\40\40\74\170\x2d\151\x6e\x73\164\x61\154\x6c\x65\162\x3a\72\146\x6f\x72\155\x2e\x63\157\156\x74\162\x6f\x6c\x2d\x67\162\x6f\165\x70\x2e\x6c\141\142\x65\x6c\xa\x20\40\40\40\x20\40\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\40\40\40\40\40\40\x20\x20\x20\x20\40\40\40\x20\40\40\40\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\x20\40\x66\157\x72\x3d\42\x61\154\154\157\167\145\x64\x5f\x6c\x6f\x63\x61\154\145\133\x7b\x7b\x20\44\153\145\x79\40\175\175\135\42\xa\40\x20\40\40\x20\x20\x20\40\40\40\x20\x20\40\40\x20\40\x20\40\40\x20\40\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\143\x6c\x61\163\163\x3d\42\41\x74\145\170\164\55\x5b\x31\64\x70\170\x5d\40\x21\x66\x6f\156\164\55\x73\x65\x6d\151\142\x6f\x6c\x64\x20\143\x75\162\163\157\x72\x2d\160\157\151\x6e\164\145\x72\x22\xa\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\40\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\x3e\12\x20\40\40\40\40\40\40\40\x20\x20\x20\x20\40\x20\40\40\x20\40\40\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\x20\40\40\x20\40\x20\x20\40\x20\40\40\40\100\x6c\141\156\x67\50\x22\151\x6e\x73\164\141\x6c\154\145\162\72\x3a\141\x70\160\56\151\x6e\x73\x74\x61\x6c\x6c\145\x72\x2e\x69\x6e\144\x65\x78\x2e\x24\154\157\143\x61\154\x65\x22\51\xa\40\x20\40\x20\40\40\x20\40\x20\40\x20\x20\40\40\40\x20\40\x20\40\40\40\40\40\40\40\40\x20\40\40\x20\40\x20\40\40\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\40\x3c\x2f\170\x2d\151\156\x73\164\x61\x6c\154\x65\162\72\72\x66\x6f\x72\x6d\x2e\x63\157\x6e\164\162\157\154\x2d\x67\162\157\x75\x70\56\x6c\x61\x62\x65\154\76\xa\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\40\40\40\x20\40\x20\40\40\40\x20\40\x20\40\x20\40\40\x20\x20\x20\40\40\40\40\x20\40\40\x20\40\40\40\x3c\x2f\x78\x2d\x69\x6e\163\x74\x61\x6c\x6c\145\x72\x3a\72\146\157\162\x6d\x2e\143\157\x6e\164\162\157\154\x2d\x67\162\157\165\160\x3e\xa\40\x20\40\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\40\40\x20\x20\40\x20\x20\x20\40\40\40\40\40\x20\40\x20\x20\40\40\x20\40\x20\x20\x40\145\156\x64\x66\x6f\x72\145\x61\143\150\xa\x20\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\40\40\x20\x20\40\40\x20\40\40\x20\40\x20\x20\40\40\x3c\x2f\170\x2d\151\x6e\x73\164\141\154\154\x65\x72\x3a\x3a\x66\x6f\x72\x6d\56\x63\157\x6e\x74\162\157\154\55\x67\162\x6f\165\x70\x3e\12\12\40\40\x20\40\x20\40\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\40\40\40\40\40\x20\40\40\x20\x20\x3c\170\x2d\151\x6e\x73\x74\x61\154\154\x65\x72\72\72\146\157\162\x6d\56\x63\x6f\x6e\164\x72\157\x6c\55\x67\162\x6f\165\x70\40\x63\x6c\141\x73\x73\x3d\x22\x77\55\x66\x75\x6c\x6c\x22\x3e\xa\x20\40\x20\x20\40\40\x20\x20\40\40\40\40\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\74\x78\55\151\156\x73\x74\x61\x6c\154\x65\162\72\72\146\x6f\x72\x6d\56\143\x6f\156\164\162\x6f\x6c\x2d\147\162\157\x75\x70\x2e\154\x61\x62\145\x6c\x20\143\x6c\141\x73\x73\x3d\x22\x72\145\161\165\151\x72\145\144\x22\76\12\x20\40\40\40\x20\40\40\40\x20\40\40\x20\x20\40\40\40\x20\40\x20\40\40\x20\x20\40\x20\40\x20\x20\40\40\x20\40\40\x20\40\x20\40\x20\40\40\40\40\x20\40\100\x6c\141\x6e\x67\50\47\151\x6e\163\164\x61\154\154\145\x72\72\x3a\x61\160\x70\x2e\151\156\163\x74\x61\154\154\x65\162\56\151\156\x64\x65\170\56\145\x6e\x76\x69\162\x6f\x6e\155\145\x6e\164\x2d\143\x6f\x6e\x66\151\x67\x75\x72\141\x74\x69\x6f\x6e\56\141\x6c\154\x6f\x77\x65\x64\55\x63\x75\x72\162\145\156\x63\151\145\163\47\51\12\40\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\40\40\40\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\40\x20\74\57\170\55\151\156\x73\164\x61\x6c\x6c\145\162\72\x3a\x66\157\x72\x6d\56\x63\x6f\x6e\x74\162\157\x6c\x2d\147\x72\157\x75\x70\56\x6c\x61\142\145\x6c\x3e\xa\x20\x20\x20\40\12\x20\40\x20\40\40\40\40\40\40\40\x20\40\x20\x20\40\x20\40\40\40\x20\40\x20\x20\40\x20\40\40\x20\40\x20\40\40\x20\40\x20\40\40\x20\40\40\74\41\x2d\x2d\40\x41\154\x6c\157\x77\145\x64\40\x43\x75\x72\x72\x65\x6e\143\151\145\163\40\55\55\x3e\12\40\x20\40\40\40\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\40\40\40\x20\x40\146\x6f\162\x65\x61\143\150\40\x28\x24\x63\165\162\162\145\156\143\x69\x65\163\x20\141\x73\x20\x24\x6b\145\x79\x20\75\76\40\x24\143\165\x72\162\145\x6e\x63\171\x29\xa\40\40\40\40\x20\40\x20\x20\40\x20\x20\40\x20\40\x20\40\40\40\x20\40\40\x20\x20\x20\x20\x20\40\40\40\x20\40\x20\40\40\x20\x20\x20\40\x20\40\x20\40\x20\x20\x3c\170\x2d\x69\x6e\x73\x74\141\x6c\154\145\x72\x3a\x3a\x66\x6f\162\x6d\x2e\x63\157\x6e\164\162\157\x6c\55\x67\x72\x6f\165\160\x20\143\154\x61\x73\x73\x3d\42\146\x6c\145\170\x20\147\x61\x70\x2d\x32\56\x35\x20\x77\x2d\155\x61\x78\40\41\155\142\x2d\x30\40\x70\x2d\61\x2e\x35\40\143\x75\x72\163\157\162\x2d\160\x6f\151\156\164\145\x72\40\x73\145\x6c\145\x63\x74\55\x6e\157\x6e\145\x22\x3e\xa\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\x20\40\40\40\40\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\40\40\40\40\40\x20\40\40\x20\x20\x40\160\x68\x70\12\x20\x20\40\40\40\40\40\x20\x20\40\40\x20\x20\40\40\40\40\x20\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\x20\x20\x20\40\40\40\40\40\40\40\x20\40\40\x20\44\163\145\x6c\145\143\164\145\144\117\160\x74\x69\157\x6e\40\75\x20\44\x6b\x65\171\40\x3d\x3d\x20\x63\x6f\x6e\146\x69\147\50\47\x61\x70\160\56\x63\165\x72\162\145\x6e\143\171\x27\x29\73\xa\40\40\40\40\x20\40\x20\40\x20\40\40\x20\x20\40\x20\40\40\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\x40\145\156\x64\x70\150\160\12\xa\x20\40\40\x20\40\40\x20\x20\40\40\40\x20\40\x20\x20\40\x20\40\40\40\40\40\x20\40\40\x20\40\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\40\40\x20\x20\74\170\x2d\x69\156\x73\x74\x61\154\154\145\x72\72\x3a\146\157\162\x6d\56\x63\157\156\164\162\157\x6c\55\147\162\x6f\x75\160\x2e\x63\157\156\164\x72\x6f\x6c\12\x20\x20\40\x20\40\40\40\40\x20\x20\40\40\40\x20\x20\40\40\40\x20\x20\x20\40\x20\40\40\x20\40\40\x20\40\40\x20\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\164\171\160\145\75\x22\x68\151\x64\x64\145\156\x22\xa\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\x20\40\40\40\40\40\40\40\40\40\40\x20\x20\40\x20\40\40\40\40\40\x3a\156\x61\155\x65\x3d\x22\x24\153\145\x79\42\12\40\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\40\x20\x20\x20\40\40\40\40\40\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\40\x20\72\166\141\154\x75\x65\x3d\42\x28\142\157\x6f\154\51\40\x24\x73\x65\x6c\145\143\164\x65\144\117\x70\164\x69\157\156\42\12\x20\40\40\40\40\40\40\x20\x20\40\x20\40\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\40\40\x20\40\40\40\40\x20\x20\x20\40\40\x20\40\x20\x20\57\x3e\12\12\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\40\40\40\40\40\40\40\x20\x20\40\40\x20\x20\x20\40\40\40\40\x20\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\40\40\x20\40\74\170\x2d\x69\x6e\x73\164\141\154\x6c\145\x72\72\x3a\146\157\162\155\56\x63\x6f\156\164\x72\157\154\55\x67\x72\157\165\160\56\143\157\x6e\164\162\157\x6c\12\x20\40\40\40\x20\40\40\40\x20\40\x20\40\x20\40\40\x20\40\x20\40\x20\x20\40\x20\40\40\x20\40\x20\40\x20\40\40\40\40\x20\40\40\x20\x20\40\40\x20\40\40\40\40\x20\40\40\40\x20\x20\164\x79\160\145\x3d\42\143\x68\145\x63\x6b\142\157\170\42\xa\40\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\40\40\x20\40\40\x20\40\x20\x20\x20\40\x20\40\x20\40\40\x20\x20\40\40\40\40\40\x20\40\40\40\x20\40\x20\40\x20\x20\x20\x20\x20\x3a\x69\x64\x3d\x22\47\x63\165\x72\x72\x65\x6e\x63\171\x5b\47\x20\x2e\x20\44\153\x65\x79\40\x2e\40\47\x5d\47\42\12\40\40\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\40\40\40\40\x20\x20\x20\40\x20\x20\40\40\40\40\x20\40\x20\x20\40\40\40\40\40\x20\x20\40\x20\x20\x20\40\40\40\40\40\x20\40\x20\x20\x20\x3a\156\x61\x6d\145\x3d\x22\x24\153\145\x79\x22\12\40\40\40\x20\x20\40\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\40\40\x20\40\x20\x20\40\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\x20\40\x20\40\x76\x61\154\165\x65\x3d\x22\x31\42\xa\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\40\40\x20\40\x20\40\40\40\x20\40\x20\x20\x20\40\40\x20\x20\x20\72\x66\157\162\75\42\x27\x63\165\x72\162\145\156\143\171\133\x27\40\x2e\x20\x24\153\x65\171\x20\x2e\40\47\135\47\x22\12\40\40\x20\40\40\40\40\40\40\40\40\40\40\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\x20\40\40\40\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\x3a\143\150\x65\x63\153\x65\144\x3d\42\x28\142\x6f\157\x6c\51\x20\44\x73\145\x6c\x65\143\x74\145\x64\117\x70\x74\x69\157\x6e\42\xa\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\40\x20\72\144\x69\163\x61\x62\x6c\x65\x64\75\42\x28\142\157\x6f\x6c\x29\40\x24\163\145\154\x65\x63\164\145\x64\117\160\x74\151\157\x6e\42\12\x20\x20\x20\x20\40\x20\x20\x20\40\40\40\x20\40\x20\x20\40\40\x20\x20\40\x20\40\40\x20\40\40\40\40\x20\x20\40\40\40\x20\x20\40\40\40\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\40\100\x63\x68\141\156\x67\145\75\x22\x70\x75\x73\x68\x41\154\154\157\x77\145\x64\x43\165\x72\x72\x65\156\x63\x79\42\12\40\x20\40\x20\x20\40\40\x20\40\40\x20\x20\x20\40\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\40\40\40\x20\40\x2f\76\12\xa\x20\x20\x20\40\40\x20\40\40\40\x20\40\40\40\x20\x20\40\40\x20\40\x20\40\40\40\40\40\40\x20\x20\x20\40\40\x20\x20\40\x20\40\40\40\x20\40\x20\40\40\40\x20\40\x20\x20\74\170\x2d\x69\x6e\x73\164\x61\154\154\145\x72\x3a\72\x66\157\x72\155\56\143\157\x6e\164\162\x6f\154\x2d\147\x72\x6f\165\x70\56\154\x61\142\145\154\12\x20\x20\x20\x20\40\40\40\40\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\x20\x20\40\40\x20\x20\40\40\40\40\40\40\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\146\157\162\x3d\42\x63\165\162\x72\x65\156\x63\171\133\x7b\x7b\40\x24\x6b\x65\171\40\175\175\135\42\xa\x20\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\40\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\40\x20\40\40\40\40\40\40\x20\40\x20\40\40\x20\x63\154\141\x73\x73\75\x22\41\164\x65\x78\164\55\x5b\61\x34\x70\x78\x5d\x20\41\x66\x6f\x6e\x74\55\x73\145\155\x69\x62\x6f\154\x64\40\x63\x75\x72\163\157\x72\x2d\x70\157\151\156\164\145\x72\42\12\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\x20\40\x20\x20\40\40\40\x20\40\40\x3e\12\40\x20\40\x20\40\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\40\40\x20\40\40\40\40\40\x20\x20\40\x20\40\40\x20\40\x20\x20\x40\x6c\x61\x6e\x67\x28\x22\151\156\163\164\x61\154\x6c\145\162\72\x3a\141\160\x70\56\151\156\x73\164\x61\x6c\154\x65\162\x2e\151\156\x64\x65\170\x2e\145\x6e\166\151\162\157\156\x6d\x65\156\164\55\143\157\x6e\x66\x69\147\x75\x72\x61\164\x69\157\156\56\x24\x63\165\x72\162\145\156\x63\x79\42\x29\xa\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x20\40\40\x20\40\40\x20\x20\x20\40\40\40\40\x20\40\40\40\40\x20\x20\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\40\74\x2f\170\x2d\151\x6e\163\x74\141\x6c\154\145\162\72\x3a\x66\157\162\155\x2e\143\x6f\156\164\x72\157\x6c\x2d\x67\162\157\x75\x70\56\154\x61\142\x65\154\x3e\12\x20\40\x20\40\x20\40\x20\40\40\40\40\40\40\40\x20\x20\x20\40\40\40\40\40\40\40\40\40\x20\40\x20\40\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\40\x3c\57\170\x2d\151\156\x73\164\x61\x6c\x6c\145\x72\x3a\x3a\146\157\x72\x6d\x2e\143\x6f\156\164\x72\x6f\154\55\x67\x72\x6f\x75\x70\76\12\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\x20\40\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\40\x40\x65\x6e\144\146\x6f\x72\x65\x61\x63\150\xa\40\40\x20\x20\40\x20\x20\40\x20\40\40\x20\x20\x20\40\40\40\x20\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\74\57\170\x2d\151\156\x73\x74\x61\x6c\154\x65\x72\x3a\72\146\x6f\162\x6d\56\x63\x6f\156\164\x72\157\154\x2d\147\162\x6f\165\x70\76\xa\40\40\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\40\x20\40\40\40\40\40\40\x20\x20\40\40\x20\x20\x20\40\40\x20\74\x2f\x64\x69\166\x3e\xa\x20\x20\40\x20\40\40\40\40\40\x20\40\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x3c\57\144\151\x76\x3e\12\xa\40\40\40\40\40\40\40\40\x20\40\40\40\x20\40\40\40\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\x3c\144\x69\x76\40\143\x6c\x61\x73\x73\75\x22\x66\x6c\x65\170\x20\160\170\x2d\x34\x20\x70\171\x2d\62\56\x35\x20\x6a\165\x73\x74\151\146\x79\x2d\x65\x6e\144\40\x69\x74\x65\x6d\x73\55\143\x65\x6e\164\x65\162\x22\x3e\12\x20\40\x20\x20\40\40\40\40\x20\40\40\x20\40\x20\40\40\40\40\x20\40\40\x20\40\x20\40\x20\40\40\40\40\40\x20\74\142\165\x74\164\157\156\xa\x20\x20\40\40\40\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\40\40\x20\40\x20\x20\x20\40\40\40\40\x20\x20\40\40\40\40\40\40\164\x79\160\x65\75\42\x73\x75\x62\x6d\151\x74\42\12\40\40\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\40\40\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\40\x20\x20\x20\143\x6c\x61\x73\163\75\42\160\x78\x2d\63\40\x70\x79\x2d\x31\x2e\65\40\142\x67\55\142\x6c\x75\145\x2d\x36\x30\60\x20\x62\x6f\162\x64\145\162\40\x62\x6f\x72\x64\x65\162\x2d\142\154\165\x65\x2d\x37\x30\x30\x20\x72\157\x75\x6e\144\x65\x64\55\155\x64\40\164\x65\x78\x74\55\x67\162\x61\171\55\65\x30\x20\146\x6f\x6e\x74\55\x73\x65\x6d\151\x62\x6f\x6c\x64\40\143\165\x72\x73\x6f\x72\55\160\x6f\x69\156\x74\x65\162\40\x68\x6f\166\145\162\72\157\160\x61\143\151\164\x79\x2d\71\60\42\12\x20\40\40\40\40\x20\40\40\40\40\40\40\40\40\x20\40\x20\40\40\x20\40\x20\x20\40\40\40\x20\x20\x20\40\x20\x20\40\x20\x20\40\164\141\x62\151\x6e\x64\145\170\75\x22\60\42\xa\40\x20\x20\40\40\x20\x20\40\x20\40\40\x20\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\40\40\x20\40\40\40\x20\40\40\76\xa\40\40\40\40\x20\40\40\x20\40\40\40\x20\x20\40\x20\x20\x20\40\x20\40\40\40\40\40\40\40\40\40\x20\x20\x20\40\40\x20\40\x20\x40\x6c\x61\x6e\x67\x28\47\151\x6e\163\x74\141\x6c\154\x65\x72\x3a\72\x61\x70\160\56\x69\156\x73\164\141\154\x6c\145\x72\x2e\151\156\x64\145\x78\x2e\143\157\x6e\x74\x69\x6e\165\x65\x27\51\12\40\40\40\40\x20\40\x20\40\40\x20\40\40\x20\40\40\x20\x20\x20\40\40\x20\x20\40\x20\40\x20\40\x20\40\40\40\x20\x3c\57\x62\165\164\164\x6f\x6e\76\xa\40\x20\x20\40\40\x20\x20\40\x20\40\40\40\x20\40\x20\x20\40\40\40\x20\x20\40\x20\40\40\x20\40\40\74\57\x64\x69\166\76\xa\12\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\74\57\146\x6f\162\155\76\12\40\x20\40\x20\40\x20\40\x20\x20\40\40\40\40\x20\x20\x20\40\x20\40\x20\74\x2f\170\55\151\x6e\x73\164\141\x6c\x6c\x65\x72\72\x3a\146\157\x72\x6d\76\12\40\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\40\x3c\x2f\x64\151\x76\x3e\12\12\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\40\40\40\x20\74\41\55\x2d\x20\103\x72\x65\141\x74\145\40\x41\144\155\x69\156\x69\163\164\x72\141\x74\157\162\40\x2d\55\76\xa\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x3c\x64\151\166\12\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\40\40\40\143\x6c\141\163\x73\x3d\x22\167\x2d\146\165\154\154\40\x6d\141\170\x2d\x77\x2d\x5b\65\66\70\160\x78\135\x20\x62\147\55\x77\150\151\x74\145\40\x72\x6f\165\x6e\x64\145\144\x2d\154\x67\x20\163\x68\x61\x64\x6f\167\x2d\133\60\x70\x78\137\70\160\x78\x5f\x31\60\x70\170\137\x30\160\x78\137\x72\147\142\x61\50\x30\54\60\x2c\x30\54\x30\56\60\65\51\x5d\40\x62\157\x72\x64\145\x72\55\133\x31\160\x78\x5d\40\142\157\162\x64\x65\162\55\147\x72\x61\x79\55\63\60\x30\42\12\40\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\x76\x2d\151\x66\x3d\42\x63\165\162\x72\145\x6e\164\x53\x74\x65\x70\x20\75\75\x20\x27\143\162\145\141\164\x65\x41\144\155\x69\156\x27\x22\12\x20\40\40\40\40\x20\40\x20\40\40\40\x20\x20\40\x20\40\76\12\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\40\40\x20\x20\x3c\170\x2d\x69\156\x73\x74\141\x6c\154\x65\162\72\x3a\x66\x6f\x72\x6d\12\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x76\x2d\x73\x6c\157\x74\75\42\x7b\40\x6d\x65\x74\141\54\x20\x65\162\x72\157\x72\x73\54\x20\x68\x61\156\144\x6c\x65\123\x75\142\155\x69\164\40\x7d\x22\xa\x20\40\40\x20\40\x20\x20\x20\40\x20\40\40\x20\40\40\40\40\40\x20\x20\x20\40\40\x20\x61\163\x3d\x22\144\x69\x76\42\xa\x20\40\40\x20\x20\40\x20\40\40\x20\40\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\40\x20\162\145\x66\75\x22\x63\162\x65\141\164\145\x41\144\155\x69\x6e\x22\xa\x20\40\x20\x20\40\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\40\40\40\x20\x3e\12\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\40\40\40\x20\40\40\x20\x20\x20\x20\40\x3c\x66\157\162\x6d\xa\x20\x20\40\40\40\40\40\40\x20\x20\40\40\40\x20\x20\40\x20\40\40\x20\x20\40\x20\40\40\40\40\40\x40\x73\x75\142\x6d\x69\164\x2e\160\162\145\166\145\x6e\x74\75\x22\x68\x61\x6e\144\x6c\x65\x53\x75\x62\x6d\x69\x74\50\x24\x65\166\145\156\164\54\40\x46\x6f\x72\x6d\123\165\142\x6d\x69\164\51\42\12\40\40\40\40\40\40\40\40\x20\40\x20\x20\x20\40\x20\40\40\40\x20\x20\40\x20\40\40\x20\x20\x20\x20\145\156\x63\x74\x79\x70\145\75\x22\x6d\x75\154\x74\151\x70\141\x72\164\x2f\146\x6f\x72\x6d\x2d\x64\x61\x74\141\42\xa\40\x20\40\40\40\40\40\x20\x20\x20\x20\x20\x20\40\40\40\40\x20\40\x20\x20\x20\40\x20\x3e\12\x20\x20\x20\x20\40\x20\40\x20\40\40\x20\x20\40\x20\40\40\40\x20\40\x20\x20\40\40\x20\40\40\x20\40\x3c\x64\151\166\40\x63\154\x61\x73\x73\x3d\42\146\x6c\x65\x78\x20\x6a\165\x73\x74\x69\x66\171\55\x62\145\x74\167\145\x65\x6e\40\151\164\x65\x6d\163\55\143\x65\x6e\x74\x65\162\40\147\x61\160\x2d\62\x2e\x35\40\160\x78\x2d\64\x20\x70\171\x2d\133\x31\x31\x70\x78\135\x20\142\157\x72\144\145\x72\55\142\x2d\x5b\x31\x70\170\135\40\x62\x6f\x72\144\145\162\x2d\147\162\x61\x79\55\63\x30\x30\x22\x3e\12\40\40\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\74\160\40\143\154\141\x73\163\x3d\42\164\145\x78\164\55\133\62\60\160\170\135\40\164\145\x78\x74\55\147\162\141\171\x2d\70\60\x30\x20\146\157\156\164\55\142\x6f\154\144\42\76\xa\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\40\x20\40\40\40\x20\x40\154\x61\156\147\x28\x27\x69\156\163\x74\x61\x6c\154\x65\x72\72\x3a\x61\160\160\x2e\151\156\163\164\x61\154\x6c\x65\x72\56\151\156\x64\145\x78\56\143\162\145\141\164\x65\x2d\x61\144\155\x69\x6e\x69\163\164\x72\x61\164\157\162\x2e\164\x69\x74\x6c\x65\47\51\xa\40\40\x20\x20\40\40\40\40\40\x20\x20\40\40\40\x20\x20\40\40\40\40\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\74\x2f\x70\76\12\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\40\40\40\40\x20\x20\x20\x20\x20\74\x2f\144\x69\x76\76\xa\xa\40\x20\40\40\x20\40\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\40\40\x20\40\x20\x20\x3c\144\x69\x76\x20\x63\154\x61\x73\x73\x3d\42\x66\154\145\170\x20\x66\x6c\x65\x78\x2d\x63\157\154\x20\x67\x61\x70\55\63\40\160\170\x2d\133\x33\60\x70\x78\x5d\40\x70\x79\x2d\64\x20\x62\157\x72\144\x65\x72\x2d\142\x2d\133\x31\x70\x78\x5d\x20\142\157\x72\144\x65\x72\55\147\162\x61\171\55\63\x30\60\x20\x68\55\x5b\64\x38\x34\160\170\x5d\x20\x6f\166\x65\162\x66\x6c\157\167\55\x79\55\141\165\x74\157\42\76\xa\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\x20\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\40\74\x21\55\x2d\40\x41\x64\155\151\156\40\x2d\x2d\x3e\xa\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\40\x20\40\x20\40\74\170\x2d\151\156\163\x74\141\x6c\154\145\162\x3a\72\146\157\162\x6d\56\143\157\x6e\164\x72\x6f\x6c\55\x67\162\157\x75\x70\x20\x63\154\x61\163\x73\75\42\155\x62\x2d\62\x2e\x35\42\x3e\12\40\x20\x20\40\x20\40\40\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\40\x20\40\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\40\40\74\x78\55\x69\156\x73\164\141\154\x6c\145\162\x3a\x3a\146\x6f\162\155\56\143\x6f\x6e\x74\x72\x6f\154\55\x67\x72\157\165\x70\56\154\141\x62\x65\154\x20\143\154\x61\163\x73\75\x22\162\x65\x71\165\x69\x72\145\x64\x22\76\xa\x20\40\40\40\x20\40\x20\x20\x20\40\40\40\40\40\40\40\40\x20\x20\40\40\40\40\x20\40\x20\x20\40\x20\40\x20\x20\40\40\x20\x20\40\40\40\40\100\x6c\141\x6e\147\50\47\151\x6e\x73\x74\141\x6c\x6c\x65\162\72\x3a\141\x70\x70\x2e\151\x6e\163\x74\x61\154\x6c\145\162\56\x69\x6e\144\x65\170\x2e\143\162\145\x61\x74\x65\x2d\141\144\x6d\151\x6e\x69\x73\164\x72\x61\164\157\x72\56\141\x64\x6d\x69\156\x27\51\xa\x20\x20\40\40\x20\40\40\40\x20\x20\40\40\x20\40\40\x20\x20\40\40\40\40\40\x20\x20\40\x20\x20\40\40\x20\40\40\40\40\40\40\x3c\x2f\170\55\x69\156\163\164\141\154\154\x65\x72\x3a\72\146\157\x72\x6d\x2e\143\157\x6e\x74\162\157\154\55\147\162\157\x75\x70\56\154\x61\x62\x65\154\x3e\xa\12\x20\x20\x20\40\x20\x20\x20\40\40\40\x20\40\x20\40\40\x20\40\40\x20\40\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\40\40\40\x20\40\74\170\x2d\x69\156\x73\164\141\154\154\x65\x72\72\72\146\x6f\162\x6d\56\143\x6f\x6e\164\x72\x6f\154\x2d\147\x72\157\165\160\x2e\x63\157\x6e\x74\x72\157\154\xa\40\40\x20\x20\40\x20\40\40\x20\40\40\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\40\x74\x79\160\145\x3d\x22\164\x65\x78\164\x22\xa\40\40\40\x20\40\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\40\40\x20\40\40\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\156\x61\155\x65\x3d\x22\x61\144\x6d\x69\156\42\xa\x20\x20\40\40\x20\x20\x20\40\40\40\40\x20\40\x20\40\40\x20\x20\40\40\x20\x20\40\40\40\40\x20\40\40\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\x72\x75\154\145\163\x3d\x22\x72\x65\x71\165\151\x72\145\144\x22\xa\40\40\x20\40\x20\x20\40\40\40\40\40\x20\x20\x20\x20\x20\40\40\40\40\x20\x20\x20\40\40\x20\40\x20\40\40\40\x20\x20\x20\40\x20\x20\40\x20\x20\166\x61\154\165\x65\x3d\x22\x41\x64\x6d\x69\156\x22\12\40\40\x20\40\40\40\x20\x20\40\40\x20\40\40\x20\40\40\40\x20\40\40\x20\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\40\x3a\x6c\141\142\x65\x6c\x3d\42\x74\x72\x61\x6e\x73\50\47\x69\x6e\163\164\x61\154\x6c\x65\162\x3a\72\141\x70\160\x2e\151\x6e\x73\x74\141\x6c\154\x65\x72\56\151\156\x64\145\170\56\143\x72\145\141\164\x65\55\141\144\155\x69\x6e\x69\x73\x74\x72\141\164\x6f\x72\56\141\144\x6d\151\156\x27\51\x22\12\x20\x20\40\40\40\x20\40\40\x20\x20\x20\40\x20\40\x20\40\40\40\40\40\x20\40\40\40\40\x20\x20\40\x20\40\40\40\x20\40\x20\40\40\40\x20\x20\72\160\x6c\141\143\145\x68\x6f\x6c\x64\145\x72\75\x22\164\x72\141\x6e\163\50\x27\151\156\x73\164\x61\154\x6c\145\x72\72\72\x61\160\x70\56\x69\x6e\x73\x74\141\154\x6c\x65\162\x2e\x69\x6e\144\x65\170\x2e\x63\162\145\141\164\x65\55\x61\x64\155\x69\156\x69\163\164\162\x61\164\x6f\x72\x2e\142\141\147\151\163\164\x6f\47\x29\x22\xa\x20\x20\40\x20\40\40\40\40\x20\x20\40\x20\40\x20\40\40\x20\40\x20\40\40\x20\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\x20\40\x20\x2f\x3e\12\12\40\40\40\40\x20\40\x20\x20\40\x20\40\40\x20\40\40\40\x20\40\40\40\40\x20\40\40\x20\40\40\40\x20\40\x20\40\x20\40\40\x20\74\x78\55\x69\156\163\x74\141\x6c\x6c\145\162\72\72\146\x6f\x72\x6d\56\143\x6f\x6e\x74\x72\157\x6c\x2d\x67\162\157\x75\160\x2e\145\162\x72\157\162\40\x63\157\x6e\164\x72\x6f\154\x2d\156\x61\155\x65\x3d\x22\141\x64\x6d\x69\156\42\x20\57\76\12\40\x20\40\40\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\x20\40\40\40\74\x2f\x78\x2d\x69\x6e\163\x74\141\154\x6c\x65\162\72\x3a\146\157\x72\x6d\x2e\143\157\156\164\162\x6f\x6c\55\147\x72\157\165\x70\76\xa\xa\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\40\40\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\x3c\x21\55\x2d\x20\105\x6d\141\151\x6c\x20\x2d\x2d\76\12\x20\x20\40\x20\40\40\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\40\x20\40\40\x20\x20\40\x20\x20\x20\x3c\170\x2d\151\x6e\163\x74\x61\x6c\154\x65\x72\72\72\x66\157\162\x6d\x2e\x63\157\156\x74\x72\x6f\x6c\x2d\x67\162\157\165\160\x20\x63\154\141\163\163\x3d\42\x6d\x62\55\62\56\65\x22\76\xa\40\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\40\40\40\40\x20\x20\40\40\x20\40\x20\40\x20\x20\40\40\x20\40\x20\x20\40\40\40\x3c\170\55\x69\x6e\x73\164\x61\x6c\x6c\145\x72\72\x3a\146\x6f\x72\155\56\x63\x6f\156\164\x72\x6f\154\55\x67\x72\157\x75\x70\56\x6c\x61\x62\x65\154\40\143\x6c\x61\163\x73\75\42\162\x65\x71\165\x69\x72\x65\x64\x22\76\xa\x20\40\x20\40\40\40\40\x20\x20\40\40\x20\40\x20\x20\40\x20\40\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\40\x20\x20\40\40\40\x20\40\x40\x6c\141\156\x67\50\x27\x69\156\163\x74\x61\154\154\x65\x72\x3a\x3a\141\x70\160\56\151\156\163\x74\141\154\x6c\145\x72\x2e\x69\156\x64\145\170\56\x63\162\x65\x61\x74\145\55\141\144\155\x69\156\x69\163\x74\x72\141\x74\157\162\56\145\x6d\x61\x69\x6c\47\x29\xa\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\40\x20\40\40\40\40\40\x20\74\x2f\x78\x2d\151\x6e\163\x74\x61\154\154\145\x72\72\72\x66\x6f\x72\155\56\143\157\156\164\x72\x6f\x6c\x2d\147\x72\x6f\x75\160\x2e\154\141\142\x65\154\76\12\12\x20\x20\40\x20\40\x20\40\40\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\40\40\40\40\x20\40\x20\x20\x20\40\40\40\40\40\x3c\170\55\151\156\163\x74\x61\154\x6c\145\x72\72\72\146\x6f\x72\155\x2e\143\x6f\156\164\x72\x6f\154\x2d\x67\x72\157\x75\x70\56\143\x6f\x6e\164\162\157\x6c\12\x20\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\40\40\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\164\x79\160\x65\75\42\164\145\170\164\x22\12\x20\x20\40\x20\x20\x20\x20\x20\40\40\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\40\x20\40\40\x20\40\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\x20\156\x61\x6d\x65\75\x22\145\155\x61\151\x6c\42\12\40\x20\x20\40\x20\40\40\40\x20\40\40\40\40\x20\40\x20\x20\x20\40\40\40\40\x20\40\40\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\x72\165\x6c\x65\163\x3d\x22\162\x65\x71\165\x69\x72\145\x64\42\xa\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\40\40\40\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\166\141\154\165\145\x3d\42\141\144\155\151\x6e\100\145\170\x61\x6d\x70\154\x65\x2e\143\157\x6d\42\xa\40\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\40\x20\x20\x20\40\x20\40\40\40\40\40\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\x3a\x6c\141\x62\x65\154\x3d\42\164\162\141\x6e\163\x28\x27\x69\x6e\163\x74\x61\154\154\x65\x72\72\x3a\x61\160\160\56\151\156\x73\164\141\x6c\154\145\162\56\151\x6e\x64\145\x78\x2e\143\162\145\x61\164\x65\55\x61\x64\155\x69\x6e\151\163\164\x72\x61\164\157\x72\x2e\145\155\x61\x69\154\47\51\42\xa\x20\40\40\x20\40\x20\40\40\x20\x20\x20\x20\40\40\x20\40\40\40\x20\40\x20\x20\x20\40\40\x20\40\40\x20\x20\40\x20\x20\40\40\x20\40\40\x20\40\72\x70\x6c\141\x63\145\150\x6f\154\x64\x65\162\75\x22\x74\162\x61\x6e\x73\x28\x27\151\x6e\x73\164\141\x6c\x6c\145\x72\72\72\x61\160\x70\56\151\156\x73\x74\x61\x6c\x6c\145\162\x2e\x69\x6e\x64\145\x78\x2e\143\162\x65\141\x74\145\x2d\141\x64\155\x69\156\x69\x73\x74\x72\141\164\157\162\x2e\145\x6d\x61\x69\x6c\x2d\x61\144\144\162\x65\x73\x73\47\51\42\xa\x20\40\40\40\40\x20\40\x20\40\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\40\40\40\40\40\40\40\40\40\40\40\x20\40\40\40\40\x2f\76\xa\xa\x20\40\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\40\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\40\x3c\x78\x2d\151\x6e\x73\x74\141\154\154\145\x72\72\72\x66\157\162\x6d\56\x63\x6f\156\x74\162\157\154\55\147\162\x6f\x75\x70\x2e\x65\162\x72\x6f\162\x20\x63\x6f\x6e\x74\162\x6f\x6c\55\156\141\x6d\x65\75\42\x65\155\141\151\x6c\x22\40\57\76\12\x20\40\40\40\40\40\40\x20\40\40\x20\40\40\x20\x20\x20\40\40\x20\40\x20\40\40\x20\40\x20\40\40\x20\40\x20\x20\74\57\x78\55\x69\x6e\163\164\141\154\x6c\145\x72\72\72\146\x6f\x72\155\x2e\143\x6f\x6e\x74\x72\x6f\x6c\x2d\147\x72\157\165\x70\x3e\12\xa\40\x20\x20\x20\40\40\40\40\x20\40\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\40\74\x21\x2d\55\x20\x50\141\163\163\167\157\x72\144\x20\x2d\x2d\76\xa\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\40\x20\40\x20\40\40\x20\40\x20\40\40\40\x20\x20\40\40\x20\x20\40\x20\40\74\x78\x2d\x69\156\x73\164\x61\x6c\154\145\x72\72\x3a\146\x6f\162\x6d\x2e\x63\157\x6e\164\162\x6f\x6c\55\x67\162\157\x75\x70\x20\x63\154\x61\x73\x73\75\42\x6d\142\55\x32\x2e\65\x22\76\12\x20\40\x20\40\x20\x20\40\40\x20\40\40\40\40\x20\x20\40\x20\40\40\x20\x20\x20\40\40\40\40\x20\40\40\x20\x20\40\40\40\40\x20\74\170\x2d\151\x6e\x73\x74\x61\154\154\x65\162\x3a\72\146\157\162\155\56\143\157\156\x74\162\x6f\x6c\55\147\x72\x6f\165\x70\x2e\154\x61\142\145\x6c\x20\x63\154\141\163\x73\75\42\162\145\x71\x75\151\162\145\x64\x22\x3e\xa\x20\40\x20\40\x20\40\x20\x20\40\40\x20\40\40\40\40\x20\40\40\40\x20\40\40\40\x20\40\40\40\x20\x20\40\x20\40\40\40\x20\40\40\40\x20\40\x40\x6c\x61\x6e\x67\50\47\x69\156\163\x74\x61\x6c\x6c\x65\x72\x3a\x3a\141\x70\x70\56\x69\156\163\x74\141\x6c\x6c\x65\162\x2e\x69\156\144\145\170\56\143\162\145\x61\164\x65\x2d\x61\x64\x6d\151\x6e\x69\163\x74\x72\141\x74\x6f\x72\x2e\x70\x61\163\x73\x77\157\x72\x64\x27\x29\12\40\40\x20\40\40\x20\x20\x20\x20\x20\40\40\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\40\74\x2f\170\x2d\151\x6e\163\164\x61\154\154\x65\x72\x3a\72\146\x6f\162\155\x2e\143\x6f\156\164\x72\x6f\x6c\x2d\x67\162\157\x75\x70\56\154\141\142\x65\154\x3e\xa\12\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\x20\x20\x20\40\40\40\40\40\40\x20\40\40\x20\40\40\40\x20\x20\40\x20\x20\74\170\x2d\x69\156\x73\x74\x61\154\154\145\162\72\72\146\157\162\155\56\x63\157\x6e\164\162\x6f\x6c\55\147\x72\157\165\x70\x2e\x63\x6f\156\x74\x72\x6f\154\xa\40\x20\40\x20\40\40\x20\40\x20\40\40\x20\x20\x20\x20\40\40\40\x20\x20\40\40\x20\40\x20\x20\40\40\x20\40\x20\40\40\x20\x20\40\x20\40\40\x20\164\171\160\x65\x3d\42\x70\141\x73\x73\167\x6f\x72\x64\42\xa\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\40\40\40\x20\40\40\x20\40\x20\40\40\x20\40\40\x20\40\40\40\40\x20\x6e\x61\x6d\x65\x3d\x22\160\141\163\x73\x77\x6f\x72\x64\42\12\40\40\x20\x20\x20\40\x20\x20\x20\40\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\x20\162\x75\x6c\x65\163\75\42\162\145\x71\165\x69\x72\145\x64\x22\12\x20\x20\40\x20\40\x20\40\40\40\x20\x20\40\x20\x20\40\x20\40\x20\40\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\x20\40\40\x20\40\40\40\40\x3a\166\141\154\x75\x65\x3d\x22\x6f\154\x64\x28\x27\x70\x61\163\163\167\x6f\x72\x64\47\x29\42\12\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\40\x20\x20\x20\40\40\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\40\40\40\40\x3a\x6c\x61\142\145\x6c\75\42\164\x72\141\x6e\163\50\47\151\x6e\x73\x74\x61\x6c\x6c\x65\x72\x3a\x3a\141\x70\160\x2e\x69\156\x73\x74\x61\x6c\x6c\x65\162\x2e\x69\156\144\145\170\56\143\x72\x65\141\164\145\55\x61\x64\x6d\151\156\151\163\164\162\141\164\x6f\x72\x2e\x70\141\x73\x73\167\x6f\162\144\x27\x29\x22\12\40\x20\40\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\40\40\x20\40\40\40\40\x20\40\40\x20\x20\40\40\x20\40\40\40\x20\57\x3e\12\xa\40\x20\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\74\170\55\151\x6e\163\x74\141\154\154\145\162\72\72\x66\x6f\x72\155\x2e\x63\x6f\x6e\x74\x72\157\154\x2d\x67\x72\157\x75\x70\x2e\x65\162\x72\x6f\162\x20\143\157\156\x74\x72\x6f\x6c\55\x6e\x61\155\145\x3d\42\160\x61\163\x73\167\157\x72\x64\42\x20\x2f\x3e\xa\40\x20\x20\40\40\x20\40\40\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\40\40\x20\40\x20\40\40\x20\x3c\x2f\x78\x2d\151\156\x73\x74\141\x6c\154\145\x72\72\72\146\157\162\x6d\56\143\x6f\156\164\x72\x6f\x6c\x2d\147\162\157\165\x70\x3e\xa\12\x20\x20\40\40\40\x20\x20\x20\40\40\40\x20\40\x20\40\40\40\x20\40\x20\40\x20\40\40\x20\x20\40\40\40\x20\x20\x20\74\x21\55\55\x20\x43\157\x6e\x66\151\x72\155\x20\120\x61\x73\x73\x77\157\162\144\40\55\x2d\76\xa\40\x20\40\x20\40\40\40\x20\40\40\40\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\40\40\x20\40\40\x20\x20\x20\40\74\170\x2d\x69\156\163\164\141\x6c\154\x65\162\x3a\x3a\x66\x6f\x72\x6d\56\143\157\x6e\x74\x72\157\x6c\55\147\162\157\x75\160\x20\x63\154\x61\x73\x73\x3d\x22\155\142\55\62\x2e\65\x22\x3e\xa\x20\40\40\40\x20\x20\40\40\x20\40\x20\40\40\40\40\40\40\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\40\x20\40\x3c\x78\x2d\x69\156\x73\x74\141\154\154\145\162\72\x3a\x66\x6f\x72\155\56\143\157\x6e\x74\x72\x6f\154\x2d\147\162\x6f\165\160\56\x6c\x61\142\145\154\40\143\154\x61\163\163\75\42\x72\145\x71\165\x69\162\145\x64\x22\76\12\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\40\x20\40\x20\100\x6c\141\156\x67\50\x27\151\156\163\x74\x61\154\x6c\x65\162\x3a\x3a\141\x70\160\56\151\x6e\163\x74\141\154\154\145\162\x2e\151\x6e\144\x65\170\x2e\143\x72\145\141\x74\x65\55\x61\144\x6d\151\156\151\163\x74\162\141\x74\157\x72\x2e\x63\157\156\x66\151\x72\x6d\55\160\x61\x73\x73\167\x6f\x72\144\47\51\xa\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\40\40\40\x20\40\40\40\40\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\x3c\x2f\x78\x2d\x69\x6e\163\x74\x61\x6c\x6c\x65\162\x3a\72\x66\x6f\162\155\x2e\143\157\156\x74\x72\x6f\x6c\55\147\162\157\165\160\56\x6c\141\142\x65\x6c\76\xa\12\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\40\40\40\x20\x20\x20\40\x20\40\x20\40\40\x20\40\40\x20\x20\40\x20\x20\40\40\x20\40\40\74\x78\x2d\x69\156\x73\164\x61\154\154\145\x72\x3a\72\146\157\162\x6d\56\143\x6f\156\164\162\157\x6c\55\x67\x72\x6f\x75\x70\x2e\143\157\x6e\x74\162\x6f\154\xa\x20\x20\x20\x20\x20\40\40\x20\40\40\40\40\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\x74\x79\x70\145\75\x22\x70\141\x73\x73\167\157\162\144\x22\12\40\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\x20\40\40\40\x20\40\40\x20\x20\x20\x20\x20\40\40\40\x20\40\x20\x20\40\x20\x20\40\40\40\x20\40\x20\x6e\141\155\145\75\x22\x63\157\156\146\151\x72\155\x5f\160\x61\163\163\x77\x6f\162\144\42\xa\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\40\x20\x20\40\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\40\x20\x20\40\x20\x20\x72\165\154\145\163\75\42\162\145\x71\165\x69\162\x65\144\174\143\157\156\x66\x69\162\155\145\x64\x3a\x40\x70\141\163\163\167\x6f\162\144\42\xa\40\40\40\40\x20\40\40\x20\40\x20\40\40\40\40\40\x20\40\40\40\40\40\x20\40\40\x20\x20\40\40\40\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\x3a\166\141\154\x75\x65\x3d\42\157\154\144\x28\47\143\x6f\156\x66\x69\x72\155\x5f\x70\141\163\x73\167\x6f\162\x64\47\51\x22\12\40\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\40\40\x20\x20\40\40\40\x20\40\40\x20\x20\40\x20\40\x20\x20\40\40\x20\40\72\154\x61\x62\145\154\75\42\164\x72\141\156\163\50\x27\x69\x6e\163\164\141\154\x6c\x65\x72\72\72\141\x70\x70\56\151\156\x73\164\x61\x6c\x6c\145\x72\56\x69\156\144\x65\x78\x2e\x63\162\145\141\x74\145\55\141\144\155\151\156\x69\163\164\x72\x61\164\x6f\x72\x2e\143\x6f\156\x66\151\162\155\x2d\x70\141\163\163\167\x6f\x72\144\47\x29\42\xa\x20\40\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\40\40\40\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\57\76\12\12\40\x20\x20\40\40\40\40\x20\x20\x20\40\40\x20\40\40\40\x20\x20\40\40\40\40\40\40\x20\x20\40\x20\x20\40\x20\40\x20\40\40\x20\x3c\x78\55\151\x6e\163\x74\x61\x6c\154\145\x72\x3a\72\x66\x6f\x72\x6d\x2e\143\157\x6e\x74\162\157\154\x2d\x67\x72\157\x75\160\x2e\x65\162\162\x6f\x72\40\x63\157\x6e\x74\x72\x6f\x6c\x2d\x6e\141\155\x65\75\x22\143\x6f\x6e\x66\x69\162\155\137\160\141\x73\x73\167\x6f\x72\144\42\40\x2f\76\12\x20\x20\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\x20\x20\x3c\57\170\x2d\x69\156\163\x74\x61\154\x6c\145\162\x3a\x3a\x66\157\x72\155\x2e\x63\x6f\156\164\162\157\154\55\147\x72\x6f\x75\x70\x3e\12\40\40\40\40\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\x3c\x2f\x64\x69\166\x3e\xa\12\x20\40\x20\40\x20\40\40\40\40\x20\x20\x20\40\40\x20\40\40\40\x20\x20\40\x20\x20\40\40\x20\40\x20\74\144\151\x76\x20\x63\154\141\163\163\x3d\42\x66\154\x65\x78\40\160\x78\x2d\64\x20\x70\171\55\x32\56\x35\40\152\165\x73\164\151\146\x79\x2d\145\x6e\x64\40\x69\x74\145\155\x73\x2d\x63\145\x6e\164\145\162\x22\76\xa\40\40\x20\40\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\40\40\40\40\40\40\x20\40\40\x20\x20\40\x20\40\x20\40\x3c\x62\x75\164\x74\x6f\x6e\xa\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\40\x20\x20\40\40\40\x20\x20\40\40\40\40\x20\40\40\x20\40\40\x20\164\x79\x70\145\75\x22\163\165\x62\155\x69\x74\x22\12\x20\x20\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\40\40\x63\x6c\141\x73\163\75\42\160\170\x2d\x33\x20\160\171\55\x31\56\65\40\x62\x67\55\142\154\165\x65\x2d\x36\x30\60\x20\142\x6f\x72\x64\x65\x72\40\x62\157\x72\x64\145\162\55\x62\154\165\145\x2d\x37\60\x30\40\162\x6f\x75\x6e\x64\x65\x64\x2d\x6d\x64\40\x74\145\170\164\x2d\x67\x72\x61\x79\55\x35\60\x20\146\x6f\156\x74\x2d\163\145\155\x69\x62\x6f\x6c\144\x20\x63\x75\x72\x73\x6f\162\x2d\160\157\x69\x6e\164\145\x72\40\150\x6f\166\x65\x72\72\x6f\x70\141\143\151\164\171\55\x39\60\42\12\x20\40\x20\x20\40\x20\40\x20\x20\x20\40\40\x20\40\x20\40\40\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\x74\x61\x62\151\156\144\x65\x78\x3d\x22\60\42\12\x20\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\40\40\40\40\x20\x20\x20\x20\x20\40\40\x3e\xa\40\40\40\x20\x20\40\40\40\x20\40\40\x20\40\x20\40\40\x20\40\x20\x20\40\40\40\40\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\100\x6c\x61\156\147\x28\x27\151\x6e\x73\x74\x61\x6c\x6c\x65\x72\x3a\x3a\141\x70\160\x2e\x69\156\163\x74\141\154\x6c\145\x72\x2e\x69\156\x64\145\x78\56\143\x6f\156\164\x69\156\165\145\47\51\12\40\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\40\40\40\x20\40\40\40\x20\x20\40\x3c\57\142\x75\x74\164\x6f\156\76\12\40\x20\x20\40\40\40\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\74\57\144\x69\x76\76\12\xa\x20\40\40\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\40\x20\40\x20\40\x20\40\x3c\57\x66\x6f\162\x6d\76\xa\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\40\40\40\40\40\x20\40\x20\x20\74\57\x78\55\151\156\163\164\x61\154\x6c\145\162\72\72\x66\x6f\x72\155\76\12\40\40\40\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\x20\x20\x3c\57\144\151\166\76\xa\xa\40\40\40\40\40\40\40\x20\40\x20\40\40\40\x20\40\40\x3c\41\55\x2d\40\x49\x6e\x73\x74\x61\x6c\154\141\164\x69\157\156\40\x43\x6f\155\160\154\x65\x74\x65\x64\x20\x2d\x2d\76\12\40\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\40\40\x20\x3c\144\151\x76\xa\40\x20\40\40\40\40\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\x20\40\40\x63\x6c\x61\x73\163\x3d\42\x77\x2d\x66\x75\x6c\154\x20\155\141\x78\x2d\167\55\133\x35\66\70\160\170\x5d\x20\x62\147\x2d\x77\x68\151\164\145\x20\x72\157\x75\x6e\144\145\144\x2d\x6c\x67\x20\163\x68\x61\144\157\x77\x2d\x5b\60\x70\x78\x5f\x38\x70\x78\137\x31\60\160\x78\137\x30\160\x78\137\162\147\142\x61\x28\60\x2c\60\x2c\60\54\x30\56\x30\x35\51\135\x20\142\x6f\x72\x64\145\x72\55\x5b\x31\160\x78\135\x20\142\157\x72\144\x65\162\x2d\x67\x72\x61\171\55\x33\x30\60\42\12\40\x20\40\40\x20\40\x20\x20\40\40\40\x20\40\x20\40\40\x20\40\40\x20\x76\x2d\x69\146\75\x22\143\165\162\x72\x65\156\164\123\164\145\160\40\75\x3d\40\x27\x69\156\163\164\x61\154\154\x61\x74\151\x6f\156\x43\157\155\160\154\145\x74\x65\144\47\x22\12\40\x20\40\x20\40\x20\x20\x20\x20\40\40\40\40\x20\40\x20\x3e\xa\40\40\x20\40\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\40\x20\74\x64\151\166\40\143\x6c\x61\163\163\x3d\42\x66\x6c\145\170\40\x6a\x75\x73\x74\151\146\171\x2d\x62\x65\164\167\145\x65\x6e\40\x69\164\x65\155\163\x2d\x63\x65\156\x74\145\x72\x20\147\x61\160\x2d\x32\56\65\40\x70\170\x2d\x34\40\x70\171\55\133\61\61\x70\x78\135\x20\x62\x6f\162\x64\x65\x72\55\142\55\133\x31\x70\x78\135\x20\142\157\162\x64\145\162\x2d\x67\162\x61\171\55\x33\x30\x30\42\76\12\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\40\x20\40\40\40\x20\40\x20\40\40\x20\x20\40\x3c\160\x20\143\154\141\163\x73\x3d\x22\164\x65\170\x74\x2d\133\x32\60\160\x78\x5d\x20\x74\145\170\x74\55\x67\162\141\x79\55\x38\x30\60\40\x66\157\156\x74\x2d\142\x6f\154\x64\42\76\xa\x20\40\40\40\40\40\x20\40\40\40\x20\40\40\x20\40\40\40\x20\40\40\x20\40\40\x20\x20\40\x20\40\100\154\141\x6e\x67\x28\x27\x69\156\x73\x74\141\154\154\x65\162\x3a\x3a\x61\160\160\56\x69\156\163\164\x61\x6c\x6c\x65\x72\x2e\151\156\144\x65\170\56\x69\156\163\164\x61\x6c\154\141\164\151\157\156\55\143\157\155\160\154\x65\x74\x65\x64\x2e\164\151\x74\x6c\145\47\x29\12\40\40\x20\x20\40\40\40\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\40\40\x20\40\40\40\x3c\57\160\x3e\12\x20\x20\40\40\40\x20\40\40\40\x20\40\40\40\x20\x20\x20\40\x20\x20\x20\x3c\57\x64\151\x76\76\12\xa\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\x20\40\x20\40\x20\x20\40\x3c\x64\151\x76\x20\x63\x6c\141\163\163\75\42\x66\154\x65\x78\x20\x66\x6c\145\x78\x2d\x63\157\x6c\x20\147\x61\160\x2d\x5b\x31\65\160\x78\135\40\152\x75\x73\x74\151\x66\171\x2d\143\145\x6e\164\145\x72\x20\160\x78\x2d\x5b\x33\x30\160\x78\x5d\x20\160\x79\x2d\x34\40\142\x6f\162\x64\x65\x72\x2d\x62\x2d\x5b\x31\x70\170\x5d\x20\142\157\162\144\x65\162\x2d\147\x72\x61\x79\x2d\x33\60\x30\40\150\x2d\x5b\x34\70\64\160\x78\x5d\40\157\166\145\162\x66\154\x6f\167\55\171\55\141\165\x74\x6f\42\76\xa\40\x20\x20\40\x20\x20\40\40\40\40\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\40\x20\40\x3c\144\151\166\40\143\x6c\x61\x73\x73\75\42\146\154\x65\x78\x20\x66\154\145\x78\55\143\157\154\x20\x67\141\160\55\64\42\76\12\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\40\40\x20\x20\x20\x20\74\144\151\166\40\143\154\141\163\163\x3d\42\146\154\145\x78\x20\x69\164\145\155\x73\x2d\x63\145\156\164\145\162\40\152\165\x73\164\x69\146\171\55\x63\145\x6e\x74\x65\162\40\x72\157\x75\x6e\x64\x65\144\x2d\146\165\154\154\x20\x62\157\162\144\145\x72\40\x62\157\x72\x64\145\x72\x2d\147\x72\145\x65\156\55\x35\60\60\x20\167\x2d\133\x33\x30\x70\x78\135\40\x68\x2d\x5b\63\x30\x70\x78\x5d\42\x3e\12\40\x20\x20\40\40\40\40\40\x20\40\40\40\40\40\x20\40\40\40\x20\40\x20\40\40\40\x20\40\40\40\40\x20\x20\40\74\x73\160\141\x6e\40\143\154\x61\163\x73\75\x22\x69\x63\x6f\156\55\x74\151\x63\x6b\40\x74\x65\170\164\55\x5b\x32\60\160\170\135\40\164\145\x78\x74\x2d\147\162\145\x65\156\55\65\x30\x30\40\146\157\156\x74\55\x73\x65\155\x69\x62\157\154\x64\x22\x3e\x3c\57\163\160\x61\156\x3e\12\x20\40\x20\40\40\40\40\x20\40\40\40\40\40\40\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\40\40\x20\74\57\144\x69\166\76\xa\xa\40\40\x20\40\x20\x20\40\x20\40\40\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\74\x64\x69\x76\x20\143\154\141\x73\x73\x3d\42\147\162\151\144\x20\x67\141\x70\55\x32\x2e\65\42\x3e\xa\x20\40\x20\40\40\40\40\40\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\40\x20\40\x20\40\40\x20\x20\x20\x3c\160\x20\x63\x6c\141\x73\163\75\42\x74\x65\x78\x74\x2d\x5b\61\x38\x70\170\135\x20\x74\145\x78\164\55\147\162\x61\x79\55\x38\x30\60\40\146\x6f\x6e\164\x2d\x73\x65\155\x69\142\157\x6c\x64\42\76\12\x20\40\40\40\40\40\x20\x20\40\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\40\40\40\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\100\x6c\x61\x6e\147\x28\x27\x69\x6e\163\164\x61\x6c\154\x65\162\72\x3a\x61\160\x70\x2e\151\x6e\x73\164\x61\x6c\x6c\145\x72\56\151\156\x64\145\x78\56\x69\x6e\x73\164\141\154\154\141\x74\x69\157\156\x2d\x63\x6f\155\x70\154\145\x74\x65\144\x2e\164\151\164\x6c\145\x27\51\12\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\40\x20\x20\40\x20\40\40\x20\40\x20\40\x20\74\x2f\x70\76\xa\xa\40\40\40\40\40\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\40\40\40\40\x20\x20\40\40\x3c\160\x20\x63\x6c\x61\x73\x73\x3d\x22\164\x65\170\x74\x2d\x5b\61\64\160\x78\135\40\x74\145\170\x74\x2d\x67\x72\141\x79\x2d\66\x30\x30\x22\76\xa\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\40\40\40\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\40\40\x20\40\40\40\40\x40\x6c\141\x6e\x67\x28\47\x69\156\163\164\x61\154\154\x65\162\72\x3a\x61\x70\x70\56\151\x6e\x73\x74\141\154\154\145\x72\56\151\156\x64\x65\x78\56\151\156\163\x74\141\x6c\154\x61\x74\151\x6f\x6e\x2d\143\x6f\155\x70\154\x65\x74\145\x64\56\164\x69\x74\x6c\x65\x2d\x69\156\146\x6f\x27\x29\12\x20\x20\x20\x20\40\40\40\x20\40\40\40\40\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\40\x3c\x2f\x70\x3e\xa\12\40\40\x20\x20\x20\40\x20\40\40\x20\40\x20\40\40\x20\40\x20\40\x20\40\x20\x20\40\40\40\x20\x20\40\40\40\40\40\x3c\x21\55\55\40\x41\x64\155\151\x6e\40\x26\40\x53\x68\x6f\160\x20\142\157\164\150\40\142\x75\x74\164\157\x6e\x73\40\x2d\x2d\x3e\12\x20\x20\40\40\40\40\40\x20\x20\40\x20\x20\40\x20\40\x20\40\40\x20\x20\40\40\x20\x20\40\x20\40\x20\40\40\40\x20\x3c\144\x69\x76\40\143\x6c\x61\x73\163\x3d\x22\x66\x6c\145\x78\40\147\x61\160\x2d\x34\x20\151\164\x65\155\x73\55\143\145\x6e\x74\x65\162\x22\x3e\12\x20\40\x20\x20\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\x20\40\40\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\74\x61\xa\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\40\40\40\x20\x20\40\x20\40\40\40\40\40\40\x20\40\150\162\x65\x66\x3d\42\173\173\x20\125\122\x4c\x28\47\57\x61\144\155\151\156\x2f\x6c\x6f\147\x69\156\x27\51\175\x7d\x22\xa\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\x20\40\x20\40\x20\40\40\x20\40\x20\40\x20\40\143\154\x61\x73\163\75\42\x70\170\55\x33\x20\x70\x79\x2d\x31\56\65\x20\x62\147\55\167\150\151\164\145\40\142\x6f\x72\144\145\x72\x20\142\x6f\x72\x64\x65\162\55\142\154\x75\x65\55\x37\60\60\40\162\157\165\156\x64\x65\144\x2d\155\x64\x20\x74\145\170\164\x2d\x62\154\165\x65\x2d\x36\x30\x30\x20\x66\x6f\156\x74\x2d\163\145\155\151\142\x6f\x6c\x64\40\x63\165\162\163\x6f\162\x2d\x70\x6f\x69\x6e\164\x65\162\40\150\157\x76\145\162\x3a\157\160\141\x63\x69\x74\171\x2d\71\x30\42\xa\x20\x20\x20\x20\40\x20\40\40\x20\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\40\40\40\x20\x20\40\40\40\40\40\x20\x3e\xa\40\x20\40\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\40\x20\x20\x20\40\40\40\40\100\154\x61\156\x67\x28\x27\151\x6e\163\x74\x61\154\154\x65\162\x3a\x3a\x61\x70\160\56\x69\x6e\x73\x74\x61\154\154\x65\x72\56\x69\x6e\x64\145\x78\x2e\x69\x6e\163\x74\x61\x6c\x6c\x61\164\151\157\x6e\55\x63\x6f\155\160\x6c\x65\164\145\144\x2e\141\x64\155\151\x6e\55\x70\141\x6e\145\x6c\47\x29\12\40\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\40\40\40\x20\40\40\40\x20\40\40\40\x20\x20\40\40\x20\40\40\x20\40\40\40\40\x3c\x2f\141\x3e\xa\12\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\40\40\40\40\x20\40\x20\x20\40\40\40\x20\x20\x20\40\40\40\74\141\xa\x20\40\40\x20\40\x20\40\x20\40\40\40\40\x20\x20\40\x20\40\x20\x20\x20\40\40\x20\40\x20\40\40\40\x20\40\40\40\40\x20\x20\40\40\40\x20\x20\x68\162\x65\x66\x3d\x22\x7b\x7b\x20\125\122\114\50\x27\x2f\x27\x29\175\x7d\42\12\40\x20\x20\40\x20\40\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\40\40\40\40\x20\x20\40\x20\40\x20\143\x6c\x61\x73\163\x3d\x22\x70\x78\55\x33\x20\160\x79\55\61\56\65\x20\142\147\55\x62\x6c\x75\x65\55\x36\x30\60\x20\x62\x6f\162\x64\145\162\40\142\157\162\144\x65\x72\x2d\142\x6c\x75\145\x2d\x37\x30\x30\x20\162\x6f\165\x6e\144\x65\x64\55\x6d\x64\40\x74\x65\170\164\x2d\147\x72\141\x79\55\x35\x30\x20\x66\x6f\x6e\164\55\x73\145\155\x69\x62\157\x6c\144\40\x63\165\162\163\157\162\55\x70\157\151\156\x74\x65\162\x20\150\157\166\145\162\72\157\160\141\x63\151\x74\x79\55\x39\x30\42\12\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\40\40\40\40\40\40\x20\40\x20\40\40\x20\40\40\x20\40\x20\40\x20\40\40\76\xa\40\x20\40\x20\x20\40\40\x20\40\40\40\x20\x20\40\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\40\40\40\40\40\40\x20\100\154\x61\156\147\50\47\151\156\x73\164\x61\x6c\154\x65\162\x3a\72\x61\x70\x70\x2e\151\x6e\x73\x74\141\x6c\x6c\x65\x72\56\151\156\144\145\170\56\151\156\163\164\x61\154\154\141\x74\151\x6f\x6e\55\x63\157\155\x70\x6c\145\x74\x65\x64\x2e\143\165\x73\164\x6f\x6d\x65\x72\x2d\160\x61\x6e\145\154\x27\51\xa\40\40\40\40\x20\x20\40\40\40\40\x20\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\40\40\x20\x20\40\x20\40\40\40\40\40\40\x3c\x2f\141\76\xa\40\40\x20\40\40\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\40\x20\40\40\x20\40\x20\x20\x20\x20\x20\40\40\x3c\57\x64\151\x76\76\xa\x20\40\40\x20\x20\40\x20\40\40\40\40\x20\x20\x20\40\x20\x20\x20\40\40\40\40\x20\40\40\x20\40\40\x3c\57\x64\x69\166\76\12\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\40\x20\x20\x20\74\57\x64\151\x76\76\xa\x20\x20\x20\x20\40\40\x20\x20\40\40\40\40\40\x20\40\40\x20\x20\40\40\74\x2f\x64\151\x76\x3e\12\12\40\40\x20\x20\x20\40\40\40\40\x20\x20\x20\40\40\x20\40\40\40\x20\x20\x3c\144\151\x76\40\x63\x6c\x61\163\163\75\x22\146\154\145\x78\x20\160\x78\x2d\64\x20\160\171\x2d\x32\x2e\65\40\152\165\163\164\151\146\171\x2d\x62\145\164\x77\x65\x65\x6e\40\151\x74\145\x6d\x73\55\x63\x65\156\164\x65\x72\x22\76\12\40\x20\x20\40\40\x20\40\x20\40\40\x20\x20\40\x20\x20\40\40\40\40\x20\x20\x20\40\40\74\141\12\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\40\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\40\150\162\145\x66\75\42\x68\164\x74\x70\x73\72\57\57\x66\157\x72\x75\x6d\163\x2e\142\141\x67\151\163\x74\x6f\x2e\x63\157\x6d\x22\xa\40\40\x20\x20\40\40\40\x20\40\x20\40\40\40\40\40\40\x20\40\40\40\40\40\x20\40\x20\40\40\40\143\x6c\x61\163\x73\75\42\164\x65\170\x74\x2d\133\61\62\x70\x78\x5d\x20\x74\145\x78\164\55\142\x6c\x75\x65\x2d\x36\60\x30\40\146\x6f\x6e\164\55\x73\145\x6d\x69\x62\x6f\x6c\x64\40\143\165\x72\163\157\x72\55\160\157\151\156\164\145\x72\42\xa\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\40\40\x20\x20\40\x3e\12\x20\x20\x20\x20\40\40\40\x20\40\40\40\x20\x20\x20\40\x20\x20\40\x20\40\40\40\40\x20\x20\40\x20\40\x40\154\141\156\x67\x28\47\x69\156\x73\164\x61\x6c\x6c\x65\162\72\x3a\x61\x70\x70\x2e\x69\x6e\x73\164\141\154\x6c\145\162\56\151\156\144\145\x78\x2e\151\x6e\163\x74\141\154\x6c\x61\x74\151\157\x6e\55\x63\x6f\155\160\154\145\164\145\144\56\142\x61\147\151\163\x74\x6f\x2d\146\x6f\x72\165\155\163\x27\x29\12\40\x20\40\40\40\x20\40\40\x20\40\40\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\40\40\x3c\57\141\x3e\12\xa\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\x20\x20\x20\40\40\x20\40\x20\40\x20\40\x20\x3c\141\xa\40\x20\40\x20\x20\40\x20\40\40\40\40\x20\40\40\x20\40\40\40\40\x20\40\x20\40\x20\x20\40\40\x20\150\x72\x65\x66\75\42\x68\164\164\160\163\x3a\57\57\x62\x61\x67\x69\163\x74\157\56\143\x6f\155\x2f\145\x6e\57\x65\x78\164\x65\x6e\163\151\x6f\156\163\42\12\40\x20\40\40\40\40\x20\x20\40\x20\40\40\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\143\x6c\x61\x73\163\x3d\42\x70\170\x2d\x33\40\x70\171\x2d\61\56\65\40\142\x67\x2d\167\150\x69\x74\145\40\x62\x6f\162\144\x65\x72\40\142\157\162\144\145\x72\x2d\142\x6c\x75\145\55\x37\60\60\x20\162\x6f\165\x6e\x64\x65\144\x2d\x6d\144\x20\164\145\x78\x74\x2d\142\x6c\165\x65\x2d\x36\60\x30\40\x66\157\x6e\x74\x2d\x73\x65\x6d\151\142\157\154\x64\40\143\165\162\163\157\162\55\x70\157\x69\156\x74\x65\x72\x20\150\x6f\x76\x65\x72\72\157\x70\x61\x63\x69\x74\x79\x2d\x39\x30\x22\12\40\40\40\40\40\x20\40\40\40\40\x20\x20\x20\x20\40\40\40\x20\40\40\x20\40\40\40\76\12\x20\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\x40\x6c\x61\156\x67\x28\47\x69\x6e\163\x74\141\x6c\x6c\145\162\x3a\x3a\x61\x70\160\56\x69\x6e\163\164\141\154\154\x65\162\56\x69\x6e\144\145\x78\56\151\156\x73\164\141\x6c\154\x61\x74\x69\157\156\x2d\143\x6f\155\160\x6c\x65\164\145\x64\56\145\170\x70\x6c\x6f\x72\x65\55\x62\141\x67\151\163\x74\157\55\x65\170\164\145\156\163\151\157\x6e\x73\x27\x29\12\x20\x20\x20\40\40\40\x20\40\40\x20\x20\40\x20\40\40\40\40\40\x20\40\x20\x20\40\x20\x3c\57\x61\x3e\xa\40\40\x20\40\40\40\x20\x20\40\40\40\40\40\x20\x20\40\40\x20\x20\x20\74\57\144\x69\x76\x3e\xa\40\x20\x20\40\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\74\x2f\x64\x69\166\76\xa\x20\x20\x20\40\40\x20\40\40\x20\40\x20\40\x3c\57\x73\x63\x72\x69\160\164\76\xa\12\40\40\x20\40\40\40\x20\x20\40\x20\40\x20\74\163\143\162\x69\x70\x74\40\x74\x79\160\x65\x3d\42\155\157\x64\165\154\145\42\x3e\xa\40\x20\x20\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\141\x70\x70\56\143\157\x6d\x70\x6f\x6e\145\156\x74\50\47\166\55\x73\x65\162\166\x65\162\55\162\145\x71\165\151\x72\x65\x6d\145\156\x74\163\x27\x2c\x20\x7b\12\x20\40\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\40\40\40\x20\40\40\x20\x74\x65\x6d\160\154\x61\x74\145\x3a\x20\47\x23\x76\55\x73\x65\x72\166\x65\162\x2d\x72\145\x71\x75\151\x72\145\155\145\x6e\x74\x73\55\x74\145\x6d\160\x6c\x61\164\145\47\54\xa\xa\x20\40\40\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\x20\40\40\x20\x64\141\164\x61\50\51\40\x7b\12\x20\40\40\40\40\40\x20\x20\40\40\x20\x20\40\40\40\x20\x20\x20\40\40\x20\40\40\40\x72\145\164\165\162\156\40\x7b\xa\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\40\40\40\40\40\40\40\163\x74\145\x70\72\x20\x27\47\54\xa\xa\40\40\x20\40\x20\x20\x20\x20\40\x20\40\40\40\40\x20\40\40\40\40\x20\x20\x20\x20\40\40\40\40\40\143\165\x72\162\145\x6e\x74\x53\x74\x65\x70\72\40\47\163\164\141\x72\164\47\x2c\12\12\40\40\40\40\40\x20\x20\40\x20\x20\40\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\x20\x20\x20\x65\156\x76\x44\x61\x74\141\72\40\x7b\175\x2c\xa\xa\x20\40\40\x20\40\40\x20\x20\40\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x6c\157\x63\x61\x6c\x65\163\72\40\x7b\xa\40\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\141\154\154\157\167\145\144\72\40\x5b\135\54\xa\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\40\40\x20\40\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\175\x2c\12\12\40\x20\40\x20\40\40\x20\40\40\40\x20\x20\x20\40\40\40\x20\40\40\40\40\40\40\40\x20\40\x20\40\x63\165\x72\162\145\x6e\143\x69\145\x73\x3a\40\173\12\40\40\40\x20\40\x20\40\x20\40\x20\40\40\40\x20\x20\40\40\x20\x20\x20\x20\40\40\40\x20\40\40\40\x20\x20\x20\x20\x61\154\154\x6f\x77\x65\144\x3a\x20\x5b\x5d\54\12\40\x20\40\40\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x7d\54\xa\xa\x20\40\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\40\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\40\40\x73\x74\145\160\123\164\x61\x74\x65\163\x3a\x20\x7b\xa\x20\40\40\x20\x20\x20\40\x20\40\x20\40\x20\40\40\x20\40\40\40\x20\x20\40\40\x20\x20\40\40\40\40\40\40\40\40\x73\x74\x61\x72\x74\x3a\x20\x27\141\x63\164\x69\166\145\47\x2c\xa\40\40\40\40\40\x20\x20\40\40\x20\x20\x20\40\40\40\40\x20\x20\40\40\40\x20\x20\40\40\40\x20\x20\40\x20\40\x20\163\171\163\164\145\155\122\x65\x71\165\x69\x72\145\155\145\156\x74\163\x3a\40\x27\x70\145\156\144\151\x6e\x67\x27\x2c\12\x20\40\x20\x20\x20\40\40\x20\40\40\40\x20\40\x20\x20\x20\40\40\40\40\x20\x20\40\x20\x20\40\40\40\x20\x20\40\x20\145\156\166\x44\x61\x74\x61\x62\x61\163\145\x3a\40\x27\x70\145\156\144\x69\x6e\147\x27\54\12\40\40\x20\40\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\40\x20\40\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\40\40\40\162\145\x61\144\x79\106\x6f\162\x49\156\x73\x74\141\x6c\x6c\x61\164\x69\x6f\156\72\x20\47\160\x65\156\x64\151\156\x67\47\54\12\x20\40\40\x20\40\x20\x20\40\x20\40\x20\40\40\40\x20\x20\40\x20\40\40\40\x20\40\40\x20\40\x20\40\x20\x20\x20\x20\x65\x6e\x76\103\157\156\x66\151\147\x75\162\x61\164\x69\x6f\156\x3a\x20\47\160\x65\x6e\144\151\156\147\x27\x2c\12\40\x20\40\40\x20\x20\40\x20\40\40\40\40\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\143\162\145\x61\x74\x65\x41\x64\155\151\156\72\40\x27\x70\145\156\x64\x69\x6e\x67\x27\54\xa\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\40\40\40\40\x20\40\40\40\40\40\40\x20\x20\x20\x20\x20\x20\x69\x6e\x73\164\141\x6c\x6c\141\x74\151\x6f\156\x43\x6f\155\x70\x6c\x65\164\x65\x64\72\40\47\x70\x65\x6e\x64\x69\x6e\x67\47\54\12\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\40\40\x20\40\x20\40\40\40\x20\40\x20\x20\40\x20\x20\x20\40\175\54\12\12\40\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\40\40\40\40\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\40\x73\x74\x65\x70\163\x3a\x20\133\12\40\40\x20\40\40\x20\x20\x20\x20\40\40\40\40\40\40\40\40\40\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\47\x73\x74\141\162\x74\x27\54\12\40\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\47\x73\x79\x73\x74\145\155\x52\145\161\x75\151\x72\x65\155\145\156\164\x73\x27\54\xa\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\40\x20\x20\40\x20\40\40\40\40\40\40\40\x20\x20\x20\40\x20\x20\40\x27\145\156\166\104\141\x74\x61\x62\x61\163\x65\47\x2c\xa\x20\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\40\40\x20\40\x20\40\40\40\40\x20\x20\40\x20\47\162\145\x61\x64\x79\106\x6f\x72\111\156\163\x74\x61\x6c\x6c\x61\164\x69\157\x6e\47\54\12\x20\x20\x20\40\40\40\x20\x20\x20\40\40\40\40\40\40\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\x20\40\x27\x69\x6e\x73\x74\141\154\154\x50\162\157\x67\162\145\163\163\47\54\xa\40\x20\x20\40\40\40\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\47\x65\x6e\166\103\157\156\146\x69\147\x75\162\141\x74\x69\157\156\47\54\12\x20\40\x20\40\40\x20\40\40\40\x20\40\x20\40\x20\x20\40\40\40\x20\40\x20\x20\40\x20\x20\x20\40\40\40\40\x20\40\47\x63\162\145\141\164\145\101\144\x6d\151\156\47\x2c\xa\40\x20\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\40\x20\40\47\x69\156\x73\164\x61\x6c\x6c\141\164\x69\x6f\156\103\157\x6d\x70\154\x65\x74\145\144\47\54\12\40\40\40\40\x20\40\x20\40\40\x20\40\40\40\40\40\x20\x20\40\x20\x20\40\x20\40\40\x20\x20\x20\40\135\54\xa\xa\40\x20\40\x20\40\x20\40\40\40\x20\40\40\40\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\x20\x20\40\167\141\x72\x6e\151\x6e\147\x3a\x20\x7b\12\x20\x20\40\x20\x20\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\x20\40\40\40\40\x20\x20\40\x20\40\x20\40\x63\157\x6e\164\x61\151\156\x65\162\72\40\47\x62\141\x63\153\147\x72\x6f\165\156\144\x3a\x20\x23\146\x64\x65\66\70\x61\x27\x2c\12\12\40\x20\x20\40\40\40\x20\x20\x20\40\40\x20\x20\x20\40\40\40\x20\x20\40\40\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\x6d\145\163\x73\x61\x67\145\x3a\40\47\143\157\154\157\x72\x3a\x20\x23\x31\x46\62\71\63\67\x27\x2c\xa\x20\40\40\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\40\40\x20\40\40\40\x20\x20\40\40\x20\40\40\175\x2c\xa\40\x20\40\x20\40\x20\40\40\40\x20\40\x20\40\40\x20\40\40\x20\x20\40\x20\x20\40\x20\x7d\xa\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\x7d\x2c\xa\12\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\40\40\x20\40\40\x6d\157\165\156\x74\x65\144\x28\x29\40\173\12\40\40\x20\40\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\40\x63\x6f\156\x73\x74\x20\160\x72\145\166\x65\156\164\125\x6e\x6c\157\141\144\x20\x3d\x20\50\x65\x76\x65\156\164\x29\x20\75\x3e\x20\173\xa\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\40\40\40\x20\40\40\x20\40\40\x20\40\40\40\x65\x76\x65\156\164\x2e\x70\x72\145\x76\x65\156\x74\x44\145\x66\x61\165\154\x74\x28\x29\x3b\12\x20\40\40\40\40\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\40\175\x3b\xa\xa\40\40\x20\40\40\40\x20\40\x20\x20\x20\40\x20\40\40\x20\40\40\x20\x20\40\x20\x20\x20\167\151\x6e\x64\157\167\x2e\141\x64\144\x45\x76\145\156\x74\x4c\x69\x73\x74\x65\x6e\x65\x72\50\x27\142\x65\x66\x6f\162\x65\165\x6e\154\157\x61\144\47\x2c\x20\x70\162\145\x76\x65\x6e\x74\125\x6e\154\x6f\x61\144\x29\x3b\xa\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\40\x20\40\x20\40\40\x20\40\40\x7d\54\xa\xa\x20\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\40\40\x20\x6d\145\164\150\157\x64\163\72\x20\x7b\12\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\x20\40\x46\x6f\x72\x6d\123\165\142\155\x69\164\x28\160\141\x72\141\x6d\163\x2c\x20\173\40\163\145\164\x45\x72\162\157\162\163\40\175\x29\x20\x7b\12\40\x20\x20\40\40\40\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\x20\40\40\40\x20\40\40\40\x20\40\40\143\x6f\x6e\x73\x74\40\x73\164\x65\x70\101\143\x74\x69\x6f\156\163\40\x3d\x20\x7b\12\40\40\x20\40\40\x20\x20\40\40\x20\40\40\x20\40\x20\40\x20\x20\40\x20\40\40\40\x20\x20\40\x20\40\40\40\x20\40\x65\156\166\x44\141\164\x61\142\x61\163\x65\x3a\40\x28\x29\40\x3d\x3e\x20\x7b\xa\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\x69\x66\40\50\160\x61\x72\x61\x6d\163\x2e\x64\142\x5f\x63\x6f\x6e\156\145\x63\x74\151\157\156\40\x3d\x3d\x3d\x20\47\x6d\x79\163\161\154\x27\51\x20\173\12\40\x20\40\x20\40\40\x20\40\x20\40\40\40\x20\40\x20\x20\40\x20\40\x20\40\x20\40\40\40\x20\x20\x20\40\40\40\40\40\40\x20\x20\x20\x20\40\40\x74\x68\151\x73\56\143\x6f\x6d\160\x6c\145\164\145\x53\164\145\160\50\47\x65\156\166\x44\x61\x74\141\142\x61\x73\x65\47\54\x20\x27\162\x65\141\144\171\x46\x6f\x72\111\x6e\163\164\141\154\x6c\141\164\x69\157\x6e\47\54\x20\x27\141\143\x74\151\166\x65\47\54\x20\x27\x63\157\x6d\160\154\145\164\x65\47\54\40\163\145\x74\x45\162\x72\x6f\162\x73\x29\73\12\xa\40\40\40\x20\x20\x20\40\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\40\x74\150\151\163\56\x65\156\166\x44\141\164\x61\40\75\x20\x7b\x20\x2e\56\56\x74\150\x69\163\x2e\x65\156\x76\104\141\x74\x61\x2c\40\56\x2e\56\x70\x61\162\141\155\163\x20\175\x3b\xa\40\40\40\x20\x20\40\40\x20\x20\40\40\x20\40\x20\40\x20\x20\40\40\40\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\x20\40\40\40\x7d\x20\145\154\x73\145\x20\x7b\xa\40\40\40\x20\40\40\40\40\40\40\40\x20\40\40\x20\40\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\40\40\40\x20\40\x20\40\40\163\145\x74\x45\x72\162\x6f\162\x73\50\x7b\40\47\144\x62\137\x63\157\x6e\x6e\x65\143\x74\151\x6f\156\47\72\40\133\x22\102\141\x67\151\163\164\x6f\x20\143\x75\162\162\x65\156\x74\x6c\171\x20\163\x75\160\160\157\x72\x74\x73\x20\x4d\171\x53\x51\x4c\40\x6f\156\154\171\56\42\x5d\40\x7d\51\73\xa\40\x20\40\40\40\x20\40\40\x20\40\x20\40\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x7d\xa\40\40\x20\x20\40\40\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\40\40\40\x20\40\x20\x7d\x2c\12\12\x20\40\40\x20\x20\40\x20\40\40\40\x20\40\40\40\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\40\40\40\x20\x20\x72\145\141\144\x79\x46\x6f\162\x49\x6e\163\x74\141\x6c\154\141\164\x69\x6f\156\x3a\40\50\x73\x65\164\105\x72\162\x6f\162\x73\51\x20\75\x3e\x20\x7b\12\x20\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\40\40\40\x74\150\x69\x73\56\x63\x75\162\162\145\x6e\164\123\164\x65\160\40\x3d\x20\47\x69\156\163\x74\141\154\154\x50\162\157\x67\x72\145\163\x73\47\x3b\12\12\x20\x20\x20\40\40\x20\40\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\40\40\40\x20\x20\40\40\40\x20\x20\40\40\164\x68\151\163\x2e\x73\164\141\162\x74\115\151\x67\x72\x61\164\151\x6f\156\50\163\145\164\x45\162\x72\157\x72\x73\x29\73\xa\40\40\40\40\x20\40\40\x20\x20\x20\x20\40\40\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\x20\40\40\40\x20\40\175\54\xa\12\40\40\x20\40\x20\40\40\x20\40\x20\x20\40\x20\40\40\x20\40\x20\x20\40\40\40\40\x20\40\40\x20\40\x20\x20\x20\x20\x63\162\x65\141\164\145\x41\x64\x6d\x69\156\72\x20\50\x73\145\164\105\162\162\x6f\x72\x73\x29\x20\x3d\76\40\173\xa\40\x20\x20\40\40\x20\x20\40\40\x20\40\40\40\x20\40\40\40\40\x20\40\40\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\40\x20\x20\40\164\150\x69\163\x2e\143\157\155\x70\154\145\x74\x65\123\164\x65\160\x28\x27\143\162\x65\141\164\x65\101\x64\155\151\156\x27\54\x20\47\151\x6e\x73\x74\x61\154\154\x61\164\x69\157\156\x43\157\x6d\x70\x6c\x65\164\x65\x64\x27\x2c\40\47\x61\x63\x74\151\x76\x65\x27\54\x20\47\143\x6f\155\x70\154\x65\164\145\x27\x2c\x20\163\x65\164\105\162\162\157\162\163\x29\x3b\xa\12\40\40\x20\40\x20\40\40\x20\x20\x20\40\40\40\40\x20\40\40\x20\x20\40\40\x20\40\40\40\x20\40\40\40\40\x20\x20\x20\40\40\40\164\x68\151\x73\56\x73\141\x76\x65\x41\x64\155\x69\x6e\50\x70\141\x72\141\x6d\x73\54\40\x73\x65\x74\105\162\162\x6f\162\x73\x29\73\12\40\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\40\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\40\x7d\x2c\xa\40\40\40\40\x20\40\40\40\40\40\40\40\x20\40\40\40\40\40\40\40\x20\x20\40\x20\x20\40\40\40\x7d\x3b\12\12\x20\x20\40\40\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\40\x20\40\40\40\x20\40\40\40\x20\40\40\x63\157\156\x73\164\x20\151\156\144\145\170\x20\x3d\x20\x74\150\151\x73\56\163\x74\145\160\163\x2e\146\x69\156\144\x28\163\164\145\160\x20\x3d\76\x20\x73\x74\145\x70\x20\75\x3d\75\x20\164\x68\x69\163\x2e\143\165\162\162\x65\x6e\164\123\164\x65\160\51\73\12\xa\40\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\40\x20\x20\40\40\x20\40\x20\x20\40\40\x20\x20\40\x20\151\146\40\x28\x73\x74\145\x70\x41\x63\x74\151\157\156\x73\133\x69\x6e\144\x65\170\x5d\x29\40\x7b\12\40\x20\x20\x20\x20\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\40\40\40\x20\40\40\40\x20\x20\40\x73\164\145\x70\x41\143\x74\151\157\x6e\163\x5b\151\x6e\144\145\170\x5d\x28\x29\73\xa\x20\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\40\40\40\x20\x20\40\40\x20\40\x20\x20\40\40\175\12\x20\40\x20\40\x20\40\40\40\x20\x20\40\40\x20\40\x20\40\40\40\x20\x20\x20\40\x20\40\x7d\x2c\12\12\40\x20\40\40\40\x20\40\40\40\40\x20\x20\x20\40\40\40\40\x20\40\40\x20\40\x20\x20\x6e\x65\170\x74\x46\x6f\x72\x6d\x28\160\141\x72\x61\x6d\x73\51\x20\x7b\xa\40\x20\x20\40\x20\40\x20\40\x20\40\x20\40\x20\40\40\x20\40\x20\x20\x20\40\x20\40\x20\40\40\40\40\x63\x6f\156\163\164\40\x73\164\145\160\x41\x63\x74\x69\157\x6e\x73\40\x3d\40\x7b\xa\x20\40\x20\40\x20\40\x20\x20\x20\40\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\40\40\x20\40\40\x20\40\40\x20\x20\40\163\x74\141\x72\164\72\x20\x28\51\40\x3d\x3e\40\173\12\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\40\40\x20\x20\40\40\40\x20\x20\x20\40\x20\40\x20\40\x20\40\40\164\150\x69\x73\x2e\x63\157\x6d\160\x6c\145\x74\145\123\x74\145\x70\x28\47\x73\x74\x61\162\164\47\x2c\40\47\x73\171\x73\x74\145\155\x52\145\161\165\x69\x72\x65\155\145\x6e\x74\163\x27\54\x20\x27\141\x63\164\x69\166\x65\47\x2c\40\47\x63\x6f\x6d\x70\x6c\x65\164\145\47\51\x3b\xa\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\x20\40\40\40\x20\x20\40\40\40\x20\x20\40\x20\40\x20\40\175\54\12\12\40\40\40\40\40\40\x20\x20\x20\40\x20\40\40\x20\x20\40\40\40\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\40\x20\40\163\171\x73\164\x65\155\x52\145\161\x75\x69\162\x65\x6d\145\156\x74\163\x3a\x20\50\51\x20\75\x3e\x20\173\12\x20\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x74\x68\151\x73\56\143\x6f\x6d\160\154\145\x74\145\123\x74\x65\x70\50\x27\163\x79\x73\x74\x65\x6d\122\x65\x71\165\x69\162\145\155\x65\156\x74\x73\x27\x2c\40\x27\145\156\x76\104\141\164\141\x62\141\163\145\47\x2c\x20\47\x61\x63\164\x69\166\145\47\54\40\x27\x63\x6f\x6d\x70\x6c\145\x74\x65\x27\51\x3b\12\40\x20\x20\x20\40\40\x20\40\40\40\x20\40\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\40\40\40\40\x20\40\x20\40\40\40\x20\x20\x20\xa\40\x20\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\40\40\40\x20\x20\40\40\40\40\40\x20\x20\x20\x20\40\40\x20\x74\x68\x69\x73\56\143\x75\x72\x72\x65\x6e\164\123\x74\x65\160\40\x3d\x20\47\x65\156\166\x44\x61\x74\141\x62\x61\x73\145\47\x3b\xa\40\40\x20\40\40\40\40\x20\40\40\x20\x20\x20\x20\x20\40\x20\40\40\40\40\x20\x20\40\40\40\40\x20\40\x20\x20\40\x7d\54\xa\12\x20\x20\40\x20\40\40\40\40\40\40\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\145\x6e\166\x43\157\156\146\x69\x67\165\162\x61\x74\151\x6f\x6e\72\x20\x28\51\x20\x3d\76\40\x7b\12\x20\x20\x20\40\x20\40\x20\40\40\40\x20\40\x20\x20\40\x20\40\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x74\x68\151\163\x2e\145\x6e\166\x44\x61\x74\x61\x20\75\40\x7b\x20\x2e\56\x2e\160\141\x72\x61\155\163\40\175\x3b\xa\xa\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x6c\145\x74\x20\144\x61\164\141\x20\x3d\40\x7b\xa\40\40\40\x20\40\40\x20\x20\40\x20\x20\40\x20\40\40\x20\x20\40\40\40\40\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\40\40\40\40\x20\x20\x20\40\x61\x6c\x6c\x6f\167\x65\x64\x5f\154\157\143\141\154\x65\x73\x3a\40\x74\x68\x69\163\56\154\x6f\143\x61\x6c\145\163\56\x61\x6c\154\x6f\167\145\x64\x2c\xa\40\40\40\40\x20\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\141\x6c\x6c\157\x77\x65\144\x5f\143\165\x72\x72\145\156\x63\x69\145\163\x3a\x20\164\x68\x69\163\56\x63\x75\x72\x72\x65\x6e\x63\x69\x65\163\x2e\x61\154\x6c\157\x77\145\144\x2c\xa\40\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\40\40\40\40\40\40\x20\40\x20\40\x20\x20\40\40\40\40\40\x20\x20\40\175\x3b\12\xa\40\x20\40\40\40\x20\40\x20\40\x20\x20\40\40\x20\40\x20\x20\40\x20\40\x20\40\40\x20\x20\40\40\x20\40\40\40\40\x20\x20\40\x20\164\x68\x69\163\x2e\x73\164\141\162\x74\x53\x65\145\144\x69\156\147\50\x64\141\x74\x61\54\x20\x74\x68\151\163\x2e\145\x6e\x76\104\x61\x74\x61\51\73\xa\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\40\x20\40\40\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\40\175\x2c\12\12\40\x20\40\x20\40\x20\40\40\40\40\x20\x20\x20\40\x20\40\40\40\x20\40\40\40\x20\40\40\40\40\x20\x7d\x3b\xa\12\x20\x20\40\40\40\40\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\40\40\x20\40\x20\40\40\40\40\40\40\x63\x6f\156\163\x74\40\x69\156\x64\145\170\x20\x3d\40\164\x68\x69\x73\x2e\163\164\145\x70\x73\56\146\151\x6e\x64\50\x73\x74\x65\160\x20\x3d\x3e\40\x73\164\145\160\x20\x3d\x3d\x3d\x20\x74\150\x69\x73\56\143\165\162\162\145\x6e\164\123\x74\x65\x70\51\73\xa\12\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\40\x20\40\40\x20\x20\151\146\40\x28\163\164\145\160\x41\x63\x74\151\x6f\x6e\163\133\151\x6e\x64\145\x78\x5d\x29\x20\x7b\xa\x20\40\40\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\163\x74\145\x70\x41\143\164\x69\157\156\163\x5b\151\156\x64\145\x78\x5d\x28\x29\73\12\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\40\x20\40\x20\40\40\x20\x20\x20\40\x20\175\12\x20\40\x20\40\40\40\40\x20\40\40\40\x20\40\40\40\x20\40\x20\x20\40\x20\40\40\x20\x7d\x2c\xa\xa\40\x20\x20\x20\x20\40\40\40\40\x20\40\x20\x20\x20\x20\40\40\40\40\40\x20\x20\40\x20\160\x75\163\150\101\x6c\x6c\x6f\x77\x65\x64\x43\x75\x72\162\x65\156\143\171\50\x29\x20\x7b\12\x20\40\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x63\157\x6e\x73\164\40\143\x75\x72\162\x65\x6e\143\171\x4e\x61\x6d\x65\40\75\40\x65\166\x65\x6e\164\56\164\x61\162\x67\x65\164\56\x6e\141\x6d\145\73\xa\12\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\40\x20\x20\40\x20\x20\x20\40\40\x20\x63\157\x6e\163\x74\x20\151\x6e\144\x65\170\x20\x3d\40\164\150\x69\x73\x2e\143\x75\162\162\145\x6e\143\151\x65\x73\56\141\154\x6c\157\167\x65\144\x2e\151\x6e\144\145\170\x4f\x66\x28\143\165\162\162\145\x6e\x63\171\x4e\141\155\x65\x29\x3b\12\xa\x20\40\40\x20\x20\x20\40\x20\40\40\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20\151\146\x20\50\x69\x6e\144\x65\170\40\x3d\x3d\75\40\55\x31\x29\40\173\xa\x20\40\40\40\40\x20\40\40\40\x20\x20\40\40\40\x20\40\40\40\40\40\40\40\x20\x20\x20\40\x20\40\x20\x20\40\40\164\150\x69\x73\56\x63\165\162\162\x65\x6e\143\151\x65\163\56\x61\x6c\154\157\x77\x65\144\x2e\x70\x75\163\150\x28\x63\x75\x72\162\x65\x6e\x63\171\x4e\x61\155\x65\x29\73\xa\40\x20\40\x20\40\x20\40\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x7d\40\x65\x6c\x73\145\40\x7b\12\x20\40\x20\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\40\40\40\40\x20\x20\x20\x20\164\150\x69\x73\x2e\143\x75\x72\162\145\156\143\151\145\163\x2e\x61\154\x6c\x6f\x77\x65\x64\56\x73\160\x6c\x69\x63\145\50\151\x6e\144\145\x78\54\40\x31\x29\73\xa\40\40\x20\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\40\x20\40\x20\x20\40\40\40\x20\x20\x20\x7d\xa\x20\40\40\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\40\175\54\xa\xa\x20\40\40\40\40\40\40\x20\40\x20\x20\x20\x20\40\40\x20\x20\40\40\40\x20\40\40\x20\160\x75\163\150\x41\154\x6c\x6f\x77\145\144\114\x6f\x63\141\154\145\163\50\x29\x20\x7b\xa\40\x20\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\x63\157\x6e\x73\164\x20\x6c\x6f\143\141\154\x65\x4e\x61\x6d\x65\40\75\40\x65\x76\x65\x6e\164\56\x74\141\x72\147\x65\x74\56\156\141\155\145\73\xa\12\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\40\x20\40\40\x20\40\40\40\40\x20\x20\x20\40\40\x20\40\x20\151\x66\40\50\41\40\x41\162\x72\141\x79\56\x69\x73\101\x72\162\141\x79\x28\164\x68\x69\x73\x2e\x6c\157\x63\141\154\145\x73\56\141\154\x6c\157\167\145\x64\51\x29\40\173\xa\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\x20\x20\40\x20\40\40\40\x20\x20\40\x20\164\x68\151\x73\x2e\x6c\157\143\141\154\x65\x73\x2e\x61\x6c\154\157\167\145\x64\x20\x3d\x20\x5b\x5d\73\12\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\x7d\12\xa\x20\40\40\40\x20\x20\40\x20\x20\x20\40\40\40\x20\40\40\x20\x20\40\40\40\40\x20\x20\40\40\40\x20\143\157\156\x73\164\40\x69\156\x64\x65\x78\x20\75\x20\164\x68\x69\163\x2e\154\157\x63\x61\x6c\145\x73\56\141\x6c\154\157\167\145\x64\56\x69\156\144\145\x78\117\146\50\x6c\157\x63\141\x6c\145\116\x61\155\145\x29\73\xa\12\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\40\40\40\x20\x20\x20\40\40\40\x20\x20\40\40\x69\x66\x20\50\151\156\x64\145\x78\40\x3d\75\75\x20\x2d\x31\x29\40\173\xa\40\x20\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\x20\40\40\x20\x20\40\40\40\40\40\x20\x20\x20\x20\40\x20\x74\x68\151\163\56\154\x6f\x63\x61\154\x65\163\56\141\x6c\x6c\157\167\x65\144\56\160\x75\x73\x68\50\x6c\x6f\143\141\154\145\116\141\x6d\x65\51\x3b\xa\x20\x20\40\40\40\x20\x20\40\40\40\40\40\x20\40\40\40\40\x20\40\40\x20\40\40\40\40\x20\x20\x20\x7d\40\x65\x6c\163\145\40\x7b\xa\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\40\40\40\x20\x20\x20\164\x68\151\x73\x2e\154\157\143\x61\154\145\x73\56\x61\154\154\157\167\x65\144\56\163\160\x6c\151\x63\x65\x28\x69\x6e\144\x65\170\54\x20\x31\51\73\12\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\175\12\40\x20\x20\40\40\x20\x20\40\40\x20\40\x20\x20\x20\40\40\40\x20\40\40\x20\x20\40\40\175\54\12\12\x20\x20\40\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\40\x20\143\x6f\155\160\154\x65\164\x65\123\x74\x65\160\50\x66\x72\x6f\x6d\123\164\145\x70\x2c\x20\x74\x6f\x53\x74\x65\x70\x2c\x20\x74\157\x53\164\x61\164\145\54\40\x6e\x65\170\x74\x53\x74\141\164\145\x2c\40\163\x65\x74\x45\x72\162\157\162\x73\51\40\173\xa\x20\40\40\40\40\x20\40\40\40\x20\40\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\40\40\164\x68\x69\163\56\x73\164\145\x70\x53\x74\141\164\145\x73\133\146\162\157\155\123\x74\145\x70\135\40\75\x20\156\145\x78\164\123\x74\141\x74\145\73\12\12\x20\x20\40\40\x20\40\x20\x20\40\40\40\40\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\x20\x74\x68\151\x73\56\143\x75\162\x72\145\156\164\x53\164\x65\x70\x20\x3d\40\x74\x6f\123\164\x65\160\73\12\12\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\x74\x68\151\x73\56\x73\164\145\x70\123\x74\141\164\x65\x73\x5b\164\x6f\x53\x74\x65\x70\135\40\x3d\40\164\157\123\x74\141\164\145\x3b\12\40\x20\40\40\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\175\54\12\xa\40\x20\40\x20\x20\40\x20\40\x20\40\40\x20\40\x20\40\40\x20\40\x20\x20\40\x20\x20\40\x73\x74\x61\162\x74\x4d\x69\147\x72\x61\x74\x69\x6f\x6e\x28\x73\x65\164\105\162\x72\x6f\x72\x73\51\x20\173\xa\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\x20\40\40\40\40\x20\x20\40\40\x20\40\x20\40\40\40\x20\164\x68\151\x73\x2e\x63\x75\x72\x72\x65\x6e\164\123\x74\145\x70\x20\75\40\47\151\156\163\x74\x61\x6c\154\120\162\x6f\147\162\145\x73\x73\47\73\12\12\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\40\40\40\x74\150\151\x73\56\x24\141\x78\151\x6f\163\56\x70\x6f\x73\164\50\42\173\x7b\x20\162\157\165\x74\x65\50\47\151\156\163\164\141\154\154\145\162\56\x65\x6e\x76\137\x66\x69\154\145\x5f\163\145\164\165\x70\x27\x29\40\x7d\x7d\42\x2c\x20\164\x68\151\x73\56\145\156\166\104\x61\164\141\51\xa\40\x20\40\40\x20\x20\40\x20\40\40\40\x20\x20\40\x20\40\40\40\40\40\x20\40\40\x20\x20\x20\x20\40\40\40\40\x20\56\x74\x68\145\156\50\x28\162\145\163\160\x6f\x6e\x73\145\x29\x20\x3d\76\x20\x7b\xa\40\40\x20\40\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\40\x20\40\x20\40\x20\40\40\40\40\x20\x20\40\40\x20\x20\40\40\40\x20\40\164\x68\151\x73\x2e\x72\165\156\x4d\x69\x67\141\162\x74\x69\x6f\156\50\x73\x65\x74\105\x72\162\x6f\162\x73\51\73\xa\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\x7d\x29\xa\x20\40\40\x20\x20\x20\x20\x20\x20\40\40\40\40\x20\40\40\x20\x20\40\x20\40\x20\x20\40\x20\40\40\x20\56\x63\141\164\143\150\x28\145\162\x72\157\162\40\x3d\x3e\40\x7b\xa\40\40\x20\40\40\x20\40\40\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\40\40\x20\40\40\40\40\x20\x20\40\163\145\164\105\x72\162\157\162\163\50\145\x72\162\157\x72\x2e\162\145\x73\160\157\156\163\x65\x2e\x64\x61\x74\x61\x2e\145\x72\162\157\x72\163\x29\73\12\x20\40\x20\40\x20\40\40\40\x20\40\40\x20\40\x20\40\x20\x20\x20\40\40\40\40\x20\40\x20\40\x20\x20\175\x29\73\xa\x20\40\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\40\175\x2c\12\12\x20\40\x20\40\40\x20\40\x20\x20\40\40\40\x20\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\x72\x75\156\115\151\147\x61\x72\x74\151\x6f\x6e\x28\163\145\x74\105\162\x72\x6f\x72\x73\51\40\173\xa\x20\x20\40\40\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\40\40\x20\40\40\x20\x20\40\x20\164\x68\x69\163\x2e\x24\x61\x78\x69\x6f\x73\56\160\x6f\x73\164\x28\x22\x7b\x7b\x20\x72\x6f\165\x74\x65\50\47\151\x6e\163\164\x61\154\154\x65\x72\56\x72\x75\x6e\137\155\151\147\162\141\x74\151\x6f\x6e\47\x29\40\175\175\42\51\xa\40\40\x20\40\x20\40\40\x20\40\x20\x20\x20\x20\40\x20\40\x20\40\40\x20\40\x20\x20\x20\40\x20\40\40\x20\40\x20\40\x2e\x74\x68\145\x6e\x28\x28\162\145\x73\160\x6f\156\x73\145\x29\40\75\x3e\40\x7b\xa\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\40\x20\40\x20\x20\164\x68\x69\x73\x2e\x63\x6f\x6d\x70\154\145\164\x65\123\164\145\160\x28\x27\162\x65\141\144\171\x46\x6f\x72\111\x6e\163\x74\x61\x6c\154\141\x74\x69\157\x6e\47\54\40\47\145\156\x76\103\x6f\x6e\x66\x69\x67\165\x72\141\x74\x69\x6f\156\x27\x2c\40\x27\141\143\x74\151\166\x65\47\x2c\x20\47\143\157\155\160\x6c\x65\164\x65\x27\x29\x3b\12\12\x20\x20\40\40\40\40\x20\40\x20\x20\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\40\x20\40\40\40\x20\x20\x20\164\x68\x69\x73\x2e\x63\x75\162\x72\x65\156\x74\x53\x74\x65\x70\40\x3d\x20\x27\x65\156\166\x43\157\156\x66\151\147\x75\162\141\164\x69\157\x6e\x27\x3b\12\x20\40\x20\40\x20\40\x20\x20\40\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\40\40\x7d\51\12\x20\40\40\x20\40\x20\40\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\40\40\40\x20\x20\x2e\x63\141\164\143\150\50\x65\x72\162\x6f\x72\x20\x3d\76\x20\173\12\40\x20\40\40\40\x20\40\x20\40\x20\40\x20\40\x20\x20\x20\40\x20\40\40\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\x61\x6c\145\162\x74\50\145\x72\x72\157\x72\56\162\x65\163\160\x6f\x6e\x73\x65\x2e\x64\x61\x74\x61\x2e\145\162\162\157\x72\51\73\12\xa\40\x20\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\40\40\x20\40\40\x20\40\40\x20\x20\40\40\40\x20\40\x20\x20\40\x20\40\40\x20\x20\x74\150\x69\x73\56\143\x75\162\x72\x65\x6e\164\x53\164\x65\160\x20\x3d\x20\47\x65\156\x76\x44\141\164\141\142\141\163\145\x27\x3b\xa\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\40\40\40\x20\x20\40\x20\x20\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\x20\175\x29\x3b\12\40\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\40\40\40\x20\x20\40\40\x20\175\x2c\12\12\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\40\40\x20\40\40\40\x20\40\x20\x20\40\163\164\x61\162\164\123\x65\x65\x64\151\x6e\x67\x28\x73\x65\154\x65\143\x74\145\144\x50\x61\x72\x61\155\163\x2c\40\x61\x6c\154\x50\141\x72\141\155\145\x74\x65\162\x73\51\40\173\12\x20\x20\40\40\40\40\x20\40\x20\x20\x20\40\x20\40\x20\40\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\164\x68\x69\x73\56\x24\141\170\x69\157\163\56\x70\157\x73\x74\50\42\173\173\40\162\157\165\x74\145\50\x27\x69\x6e\x73\x74\141\154\154\145\162\56\x72\x75\156\x5f\163\145\x65\x64\145\x72\47\51\40\175\x7d\x22\54\x20\x7b\12\x20\40\x20\40\x20\40\40\x20\x20\40\40\x20\x20\40\x20\40\40\40\40\40\x20\40\x20\40\x20\40\40\x20\40\x20\40\x20\x27\141\x6c\154\120\x61\x72\x61\x6d\x65\164\x65\162\x73\x27\72\x20\141\x6c\x6c\x50\x61\162\141\x6d\x65\164\x65\x72\163\54\12\40\x20\x20\40\40\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\40\40\40\x20\40\40\x20\40\x27\x73\x65\x6c\145\x63\164\x65\x64\x50\141\x72\141\155\x65\x74\145\x72\163\47\x3a\x20\x73\x65\x6c\145\143\x74\x65\144\120\141\x72\141\x6d\x73\xa\40\x20\40\40\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\175\51\xa\40\40\x20\40\x20\40\x20\40\x20\x20\40\40\40\x20\x20\40\40\x20\40\x20\40\40\40\40\x20\40\x20\x20\x20\x20\x20\x20\56\164\x68\145\156\50\50\x72\145\x73\x70\157\x6e\163\145\51\x20\75\x3e\40\x7b\xa\40\40\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\40\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\x74\x68\151\x73\x2e\x63\x6f\x6d\x70\154\x65\x74\145\123\x74\145\x70\50\47\x65\156\x76\103\157\156\146\151\147\x75\x72\141\x74\x69\157\156\x27\54\40\x27\x63\162\145\141\x74\145\x41\144\x6d\x69\x6e\47\x2c\40\47\141\143\x74\151\x76\145\47\x2c\40\47\143\x6f\x6d\x70\154\x65\x74\145\x27\x29\73\xa\xa\x20\40\40\x20\x20\40\40\x20\40\40\40\40\x20\40\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\40\40\x20\x20\40\40\40\x20\164\x68\151\163\56\143\165\x72\162\145\156\164\x53\164\x65\160\x20\x3d\40\x27\143\162\145\x61\164\145\101\144\x6d\151\x6e\x27\x3b\xa\x20\40\40\40\x20\40\x20\40\40\x20\40\x20\40\x20\x20\40\40\40\40\40\40\x20\40\40\40\40\40\40\175\51\12\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\40\40\40\40\40\40\x2e\143\x61\164\x63\x68\50\145\x72\162\157\x72\x20\75\76\40\173\xa\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\40\40\40\40\40\x20\40\40\40\x20\x20\40\x20\x20\40\40\40\40\40\40\40\163\x65\164\x45\x72\x72\x6f\162\x73\50\145\x72\162\157\x72\x2e\x72\x65\163\160\x6f\156\x73\x65\x2e\x64\141\x74\x61\x2e\145\162\x72\x6f\162\x73\51\73\xa\x20\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\40\40\40\40\40\x20\40\40\40\40\40\x20\175\51\x3b\12\40\x20\40\40\40\x20\40\40\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\40\x20\x20\40\x7d\x2c\xa\12\40\40\x20\40\40\x20\x20\40\40\40\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x73\x61\166\145\x41\x64\x6d\151\x6e\x28\160\x61\x72\x61\x6d\163\x2c\40\163\x65\x74\105\162\162\157\162\x73\51\40\x7b\12\x20\x20\40\40\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\40\x20\x20\x20\x74\150\x69\163\x2e\x24\x61\170\151\157\163\56\x70\x6f\x73\x74\x28\42\x7b\173\x20\162\x6f\165\x74\145\x28\47\x69\156\x73\x74\141\154\x6c\145\x72\56\x61\144\x6d\x69\156\137\x63\x6f\156\x66\x69\x67\x5f\x73\x65\164\165\x70\x27\51\40\175\175\42\54\40\x70\x61\162\x61\155\163\51\xa\x20\x20\40\x20\40\x20\40\x20\40\x20\x20\x20\40\x20\40\40\x20\40\x20\40\40\x20\40\x20\x20\x20\x20\40\40\x20\40\x20\56\164\x68\145\x6e\50\50\162\145\163\x70\157\x6e\x73\x65\x29\40\x3d\x3e\x20\173\xa\x20\40\x20\40\40\x20\40\x20\40\40\x20\40\40\40\x20\x20\x20\x20\x20\40\40\40\x20\40\40\x20\40\40\40\x20\40\40\x20\x20\x20\x20\164\150\151\x73\56\143\x75\x72\x72\x65\x6e\164\123\164\x65\160\40\75\40\47\x69\156\163\x74\x61\x6c\x6c\141\x74\x69\x6f\x6e\x43\157\155\160\x6c\x65\164\x65\144\47\73\12\40\x20\40\x20\40\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\40\40\40\40\40\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\x7d\x29\12\x20\x20\40\40\40\40\x20\x20\x20\40\40\x20\40\x20\40\40\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\40\56\143\x61\x74\x63\150\x28\145\162\x72\x6f\x72\40\75\x3e\x20\173\xa\40\x20\40\x20\x20\40\40\40\40\40\40\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\40\x20\40\40\x20\x73\145\164\105\162\162\x6f\x72\x73\50\145\162\x72\x6f\162\56\162\145\x73\x70\x6f\156\163\x65\x2e\x64\x61\164\x61\56\145\x72\x72\157\162\163\x29\73\xa\40\40\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\40\40\x20\40\40\40\x20\40\40\x20\x20\40\x20\40\x7d\x29\73\xa\x20\x20\40\40\40\x20\40\x20\40\x20\40\40\40\40\40\x20\40\40\40\x20\40\40\x20\40\175\x2c\xa\xa\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\40\x20\x20\40\x20\40\163\x65\x74\x4c\157\x63\141\154\x65\x28\x70\141\x72\141\155\x73\x29\x20\173\xa\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\40\x20\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\x63\x6f\156\163\x74\40\x6e\145\x77\114\x6f\x63\141\x6c\x65\40\x3d\x20\x70\141\162\x61\x6d\x73\56\154\157\143\x61\x6c\x65\x3b\12\40\40\40\40\x20\40\40\x20\40\x20\40\40\x20\x20\x20\40\40\40\40\x20\x20\40\40\40\x20\x20\40\40\x63\157\156\163\164\40\165\162\154\40\x3d\40\x6e\x65\167\40\125\x52\114\x28\167\151\156\x64\157\x77\x2e\x6c\x6f\x63\141\x74\151\157\156\56\150\162\145\x66\x29\x3b\xa\12\40\40\40\40\40\40\40\x20\x20\x20\40\x20\x20\40\x20\40\x20\x20\40\40\x20\x20\40\40\40\40\40\40\151\x66\x20\x28\x21\x20\x75\162\x6c\x2e\163\x65\141\162\x63\x68\x50\141\x72\141\x6d\163\56\x68\141\163\x28\47\154\157\x63\x61\x6c\145\47\x29\51\40\x7b\xa\x20\40\x20\40\x20\x20\40\x20\40\x20\40\40\40\40\40\40\x20\x20\40\x20\x20\40\x20\40\40\x20\x20\x20\40\40\x20\x20\x75\162\154\56\163\x65\x61\162\143\150\120\x61\162\x61\155\x73\x2e\163\x65\164\x28\x27\x6c\157\x63\141\154\x65\47\54\x20\156\145\167\x4c\157\143\141\154\145\x29\73\12\x20\40\40\x20\40\x20\40\40\x20\40\x20\40\x20\40\40\40\x20\x20\x20\40\x20\40\40\40\x20\x20\40\x20\40\x20\40\40\x77\151\156\144\157\167\x2e\154\x6f\x63\x61\164\151\x6f\x6e\x2e\x68\162\145\x66\40\x3d\40\x75\162\x6c\56\164\x6f\x53\164\x72\151\x6e\x67\50\x29\73\xa\40\40\x20\x20\40\x20\x20\x20\40\40\40\x20\40\40\x20\x20\40\40\x20\40\x20\x20\40\40\x20\x20\40\40\175\xa\x20\40\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\x20\x20\175\54\xa\12\x20\x20\40\40\x20\40\x20\40\40\40\40\40\x20\40\x20\x20\40\40\x20\x20\40\40\x20\x20\x62\141\143\x6b\x28\51\40\173\xa\x20\40\40\40\40\40\40\40\40\40\40\40\x20\40\40\40\40\x20\x20\x20\40\x20\x20\x20\40\40\40\x20\151\x66\x20\x28\164\150\x69\163\x2e\x24\x72\145\146\163\x5b\x74\150\151\163\x2e\x63\x75\x72\x72\145\156\164\x53\164\145\x70\x5d\x20\x26\x26\40\164\x68\151\x73\56\x24\162\x65\x66\163\x5b\x74\150\x69\163\56\143\165\x72\162\x65\156\164\123\164\145\160\x5d\56\x73\x65\164\x56\x61\x6c\x75\145\x73\x29\x20\x7b\12\40\x20\40\x20\x20\40\x20\40\40\40\40\x20\x20\40\40\x20\x20\40\40\x20\40\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\164\x68\151\x73\x2e\x24\162\145\x66\163\133\164\x68\x69\163\56\x63\165\x72\162\x65\x6e\x74\x53\164\x65\160\135\x2e\x73\145\164\126\x61\x6c\x75\x65\163\x28\164\x68\x69\163\x2e\x65\156\166\104\141\x74\141\51\x3b\12\x20\40\40\40\x20\40\x20\x20\40\x20\40\x20\40\40\40\40\x20\x20\40\40\x20\40\x20\x20\40\40\40\x20\x7d\xa\xa\40\40\40\40\40\40\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\40\x20\40\40\x6c\145\164\40\x69\x6e\x64\145\170\x20\x3d\40\x74\150\151\x73\56\163\x74\145\160\163\56\151\x6e\144\x65\x78\117\x66\50\164\150\151\x73\x2e\x63\165\162\x72\x65\156\164\x53\x74\x65\x70\51\73\xa\12\x20\x20\x20\x20\40\40\40\40\x20\x20\40\x20\x20\40\x20\40\40\40\x20\40\40\40\40\40\x20\x20\40\x20\151\x66\40\50\x69\156\x64\x65\x78\x20\x3e\40\60\51\x20\x7b\xa\40\x20\x20\x20\40\40\40\x20\x20\40\x20\40\40\40\40\40\40\40\x20\40\x20\40\40\40\x20\x20\40\x20\x20\40\40\x20\164\x68\x69\x73\56\x63\165\162\162\145\x6e\x74\x53\x74\145\160\x20\75\x20\164\x68\x69\163\x2e\x73\x74\x65\160\x73\133\x69\x6e\x64\x65\x78\x20\x2d\x20\61\x5d\73\xa\x20\40\40\40\40\x20\40\40\x20\40\40\x20\x20\x20\40\x20\40\40\x20\x20\x20\40\40\40\x20\x20\40\40\x7d\12\40\40\40\x20\40\40\x20\x20\40\40\x20\40\40\40\40\40\x20\40\40\x20\x20\40\x20\x20\x7d\12\x20\40\40\x20\x20\x20\40\40\40\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\175\54\12\x20\40\x20\x20\40\x20\x20\40\40\40\40\40\40\40\x20\x20\175\51\73\12\40\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\x3c\x2f\x73\143\162\151\x70\x74\x3e\xa\40\40\40\x20\40\x20\x20\40\100\x65\156\x64\120\165\163\150\117\156\143\x65\12\xa\40\x20\x20\x20\40\x20\x20\40\100\x73\164\141\143\x6b\x28\x27\x73\x63\x72\x69\x70\164\x73\47\x29\xa\x20\x20\40\x20\x3c\x2f\142\157\x64\x79\x3e\xa\74\x2f\x68\x74\x6d\154\x3e\12";

Function Calls

None

Variables

None

Stats

MD5 c73e36e4999171eb9a84eb4bb9150884
Eval Count 0
Decode Time 356 ms