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 echo "\74\x21\104\x4f\x43\x54\131\x50\105\40\x68\164\155\x6c\x3e\12\x3c\x68\164\x6d..

Decoded Output download

<?php
 echo "<!DOCTYPE html>
<html\xa    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">
        <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        @stack('meta')
\xa        @bagistoVite(['src/Resources/assets/css/app.css', 'src/Resources/assets/js/app.js'], 'installer')\xa
        <link
            href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap"\xa            rel="stylesheet"\xa        />
\xa        <link\xa            href="https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap"
            rel="stylesheet"
        />
\xa        <link
            type="image/x-icon"\xa            href="{{ bagisto_asset('images/installer/favicon.ico', 'installer') }}"
            rel="shortcut icon"\xa            sizes="16x16"\xa        />
\xa        @stack('styles')
    </head>\xa\xa    @php\xa        $locales = [\xa            'ar'    => 'arabic',
            'bn'    => 'bengali',
            'de'    => 'german',\xa            'en'    => 'english',
            'es'    => 'spanish',\xa            'fa'    => 'persian',
            'fr'    => 'french',\xa            'he'    => 'hebrew',\xa            'hi_IN' => 'hindi',\xa            'it'    => 'italian',\xa            'ja'    => 'japanese',\xa            'nl'    => 'dutch',
            'pl'    => 'polish',\xa            'pt_BR' => 'portuguese',\xa            'ru'    => 'russian',
            'sin'   => 'sinhala',\xa            'tr'    => 'turkish',\xa            'uk'    => 'ukrainian',\xa            'zh_CN' => 'chinese',
        ];\xa\xa        $currencies = [
            'AED' => 'dirham',
            'AFN' => 'israeli',
            'CNY' => 'chinese-yuan',\xa            'EUR' => 'euro',\xa            'GBP' => 'pound',
            'INR' => 'rupee',
            'IRR' => 'iranian',
            'JPY' => 'japanese-yen',\xa            'RUB' => 'russian-ruble',\xa            'SAR' => 'saudi',\xa            'TRY' => 'turkish-lira',
            'UAH' => 'ukrainian-hryvnia',\xa            'USD' => 'usd',\xa        ];\xa    @endphp
\xa    <body>\xa        <div
            id="app"
            class="container fixed"
        >
            <div class="flex [&amp;>*]:w-[50%] gap-[50px] justify-center items-center">
                <!-- Vue Component -->\xa                <v-server-requirements></v-server-requirements>\xa            </div>
        </div>

        @pushOnce('scripts')
            <script type="text/x-template" id="v-server-requirements-template">\xa                <!-- Left Side Welcome to Installation -->
                <div class="flex flex-col justify-center">\xa                    <div class="grid items-end max-w-[362px] m-auto h-[100vh]">\xa                        <div class="grid gap-4">\xa                            <img
                                src="{{ bagisto_asset('images/installer/bagisto-logo.svg', 'installer') }}"
                                alt="@lang('installer::app.installer.index.bagisto-logo')"
                            >\xa
                            <div class="grid gap-1.5">
                                <p class="text-gray-800 text-[20px] font-bold">\xa                                    @lang('installer::app.installer.index.installation-title')
                                </p>\xa\xa                                <p class="text-gray-600 text-[14px]">
                                    @lang('installer::app.installer.index.installation-info')
                                </p>\xa                            </div>

                            <div class="grid gap-3">\xa                                <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'">\xa                                        <span\xa                                            class="text-[20px]"\xa                                            :class="stepStates.start === 'pending' ? 'icon-checkbox-normal' : 'icon-right'"
                                        >
                                        </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>\xa                                </div>\xa
                                <!-- Server Environment -->
                                <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]"\xa                                            :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"\xa                                    :class="[stepStates.envDatabase == 'active' ? 'font-bold' : '', 'text-gray-600']"
                                >
                                    <span v-if="stepStates.envDatabase !== 'complete'">\xa                                        <span
                                            class="text-[20px]"
                                            :class="stepStates.envDatabase === 'pending' ? 'icon-checkbox-normal' : 'icon-right'"
                                        >\xa                                        </span>
                                    </span>

                                    <span v-else>\xa                                        <span class="icon-tick text-green-500"></span>\xa                                    </span>

                                    <p>\xa                                        @lang('installer::app.installer.index.environment-configuration.title')\xa                                    </p>\xa                                </div>\xa\xa                                <!-- Ready For Installation -->\xa                                <div\xa                                    class="flex gap-1 text-[14px] text-gray-600"
                                    :class="[stepStates.readyForInstallation == 'active' ? 'font-bold' : '', 'text-gray-600']"\xa                                >\xa                                    <span v-if="stepStates.readyForInstallation !== 'complete'">\xa                                        <span
                                            class="text-[20px]"
                                            :class="stepStates.readyForInstallation === 'pending' ? 'icon-checkbox-normal' : 'icon-right'"\xa                                        >
                                        </span>
                                    </span>\xa
                                    <span v-else>
                                        <span class="icon-tick text-green-500"></span>\xa                                    </span>\xa\xa                                    <p>@lang('installer::app.installer.index.ready-for-installation.title')</p>
                                </div> 
\xa                                <!-- Create Admin Configuration -->\xa                                <div\xa                                    class="flex gap-1 text-[14px] text-gray-600"
                                    :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'"
                                        >\xa                                        </span>
                                    </span>\xa
                                    <span v-else>
                                        <span class="icon-tick text-green-500"></span>
                                    </span>
\xa                                    <p>@lang('installer::app.installer.index.create-administrator.title')</p>
                                </div>
\xa                                <!-- Installation Completed -->
                                <div\xa                                    class="flex gap-1 text-[14px] text-gray-600"
                                    :class="[stepStates.installationCompleted == 'active' ? 'font-bold' : '', 'text-gray-600']"\xa                                >
                                    <span v-if="stepStates.installationCompleted !== 'complete'">\xa                                        <span
                                            class="text-[20px]"
                                            :class="stepStates.installationCompleted === 'pending' ? 'icon-checkbox-normal' : 'icon-right'"\xa                                        >\xa                                        </span>\xa                                    </span>
\xa                                    <span v-else>
                                        <span class="icon-tick text-green-500"></span>\xa                                    </span>\xa
                                    <p>@lang('installer::app.installer.index.installation-completed.title')</p>\xa                                </div>\xa
                            </div>
                        </div>\xa\xa                        <p class="place-self-end w-full text-left mb-[24px]">\xa                            <a\xa                                class="bg-white underline text-blue-600"
                                href="https://bagisto.com/en/"
                            >\xa                                @lang('installer::app.installer.index.bagisto')\xa                            </a>
\xa                            <span>@lang('installer::app.installer.index.bagisto-info')</span>\xa
                            <a\xa                                class="bg-white underline text-blue-600"\xa                                href="https://webkul.com/"
                            >
                                @lang('installer::app.installer.index.webkul')
                            </a>
                        </p>\xa                    </div>\xa                </div>

                <!-- Right Side Components -->
                <!-- Start -->\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 == 'start'"
                >
                    <x-installer::form
                        v-slot="{ meta, errors, handleSubmit }"\xa                        as="div"\xa                        ref="start"\xa                    >\xa                        <form
                            @submit.prevent="handleSubmit($event, setLocale)"
                            enctype="multipart/form-data"\xa                            ref="multiLocaleForm"
                        >\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.start.welcome-title')\xa                                </p>
                            </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')\xa                                        </p>\xa                                    </div>\xa
                                    <div class="flex flex-col gap-3 justify-center h-[284px] px-[30px] py-4 overflow-y-auto">\xa                                        <!-- Application Name -->\xa                                        <x-installer::form.control-group class="mb-2.5">\xa                                            <x-installer::form.control-group.label>
                                                @lang('Installation Wizard language')
                                            </x-installer::form.control-group.label>\xa
                                            <x-installer::form.control-group.control\xa                                                type="select"
                                                name="locale"\xa                                                rules="required"
                                                :value="app()->getLocale()"\xa                                                :label="trans('installer::app.installer.index.start.locale')"
                                                @change="$refs.multiLocaleForm.submit();"
                                            >
                                                <option
                                                    value=""\xa                                                    disabled\xa                                                >
                                                    @lang('installer::app.installer.index.start.select-locale')
                                                </option>

                                                @foreach ($locales as $value => $label)\xa                                                    <option value="{{ $value }}">
                                                        @lang("installer::app.installer.index.$label")\xa                                                    </option>
                                                @endforeach\xa                                            </x-installer::form.control-group.control>
\xa                                            <x-installer::form.control-group.error control-name="locale" />
                                        </x-installer::form.control-group>\xa                                    </div>
                                </div>\xa                            </div>
                        \xa                            <div class="flex px-4 py-2.5 justify-end items-center">\xa                                <button
                                    type="button"
                                    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                                    tabindex="0"
                                    @click="nextForm"
                                >
                                    @lang('installer::app.installer.index.continue')
                                </button>\xa                            </div>
                        </form>\xa                    </x-installer::form>\xa                </div>\xa\xa                <!-- Systme Requirements -->\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 == '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>\xa
                    <div class="flex flex-col gap-[15px] px-[30px] py-4 border-b-[1px] border-gray-300 h-[486px] overflow-y-auto">
                        <div class="flex gap-1">\xa                            <span class="{{ $phpVersion['supported'] ? 'icon-tick text-[20px] text-green-500' : '' }}"></span>\xa\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>
\xa                        @foreach ($requirements['requirements'] as $requirement)
                            @foreach ($requirement as $key => $item)\xa                                <div class="flex gap-1">
                                    <span class="{{ $item ? 'icon-tick text-green-500' : 'icon-cross text-red-500' }} text-[20px]"></span>

                                    <p class="text-[14px] text-gray-600 font-semibold">
                                        @lang('installer::app.installer.index.server-requirements.' . $key)
                                    </p>\xa                                </div>
                            @endforeach\xa                        @endforeach\xa                    </div>\xa
                    @php
                        $hasRequirement = false;\xa\xa                        foreach ($requirements['requirements']['php'] as $value) {\xa                            if (!$value) {
                                $hasRequirement = true;
                                break;\xa                            }\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"\xa                            role="button"
                            aria-label="@lang('installer::app.installer.index.back')"\xa                            tabindex="0"\xa                            @click="back"
                        >\xa                            @lang('installer::app.installer.index.back')
                        </div>
\xa                        <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' }}"\xa                            @click="nextForm"
                            tabindex="0"\xa                        >\xa                            @lang('installer::app.installer.index.continue')\xa                        </div>\xa                    </div>
                </div>
\xa                <!-- Environment Configuration Database -->\xa                <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 == 'envDatabase'"
                >
                    <x-installer::form
                        v-slot="{ meta, errors, handleSubmit }"\xa                        as="div"
                        ref="envDatabase"
                    >
                        <form\xa                            @submit.prevent="handleSubmit($event, FormSubmit)"\xa                            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">\xa                                <p class="text-[20px] text-gray-800 font-bold">\xa                                    @lang('installer::app.installer.index.environment-configuration.title')
                                </p>\xa                            </div>

                            <div class="flex flex-col gap-3 px-[30px] py-4 border-b-[1px] border-gray-300 h-[484px] overflow-y-auto">
                                <!-- 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>

                                    <x-installer::form.control-group.control\xa                                        type="select"
                                        name="db_connection"\xa                                        ::value="envData.db_connection ?? 'mysql'"
                                        rules="required"
                                        :label="trans('installer::app.installer.index.environment-configuration.database-connection')"\xa                                        :placeholder="trans('installer::app.installer.index.environment-configuration.database-connection')"
                                    >\xa                                        <option
                                            value="mysql"\xa                                            selected\xa                                        >
                                            @lang('installer::app.installer.index.environment-configuration.mysql')
                                        </option>\xa
                                        <option value="pgsql">\xa                                            @lang('installer::app.installer.index.environment-configuration.pgsql')\xa                                        </option>

                                        <option value="sqlsrv">\xa                                            @lang('installer::app.installer.index.environment-configuration.sqlsrv')\xa                                        </option>
                                    </x-installer::form.control-group.control>
\xa                                    <x-installer::form.control-group.error control-name="db_connection" />
                                </x-installer::form.control-group>\xa
                                <!-- Database Hostname-->\xa                                <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.database-hostname')
                                    </x-installer::form.control-group.label>\xa
                                    <x-installer::form.control-group.control\xa                                        type="text"\xa                                        name="db_hostname"
                                        ::value="envData.db_hostname ?? '127.0.0.1'"\xa                                        rules="required"
                                        :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" />\xa                                </x-installer::form.control-group>

                                <!-- Database Port-->\xa                                <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-port')\xa                                    </x-installer::form.control-group.label>

                                    <x-installer::form.control-group.control\xa                                        type="text"
                                        name="db_port"\xa                                        ::value="envData.db_port ?? '3306'"\xa                                        rules="required"\xa                                        :label="trans('installer::app.installer.index.environment-configuration.database-port')"
                                        :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>\xa
                                <!-- Database 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.database-name')
                                    </x-installer::form.control-group.label>\xa\xa                                    <x-installer::form.control-group.control
                                        type="text"\xa                                        name="db_name"
                                        ::value="envData.db_name"
                                        rules="required"\xa                                        :label="trans('installer::app.installer.index.environment-configuration.database-name')"
                                        :placeholder="trans('installer::app.installer.index.environment-configuration.database-name')"
                                    />\xa\xa                                    <x-installer::form.control-group.error control-name="db_name" />
                                </x-installer::form.control-group>
\xa                                <!-- Database Prefix-->
                                <x-installer::form.control-group class="mb-2.5">
                                    <x-installer::form.control-group.label>\xa                                        @lang('installer::app.installer.index.environment-configuration.database-prefix')\xa                                    </x-installer::form.control-group.label>

                                    <x-installer::form.control-group.control
                                        type="text"\xa                                        name="db_prefix"\xa                                        ::value="envData.db_prefix"
                                        :label="trans('installer::app.installer.index.environment-configuration.database-prefix')"
                                        :placeholder="trans('installer::app.installer.index.environment-configuration.database-prefix')"\xa                                    />
\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">
                                    <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"
                                        name="db_username"\xa                                        ::value="envData.db_username"\xa                                        rules="required"\xa                                        :label="trans('installer::app.installer.index.environment-configuration.database-username')"\xa                                        :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>\xa
                                <!-- Database Password-->\xa                                <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>

                                    <x-installer::form.control-group.control\xa                                        type="password"
                                        name="db_password"
                                        ::value="envData.db_password"
                                        :label="trans('installer::app.installer.index.environment-configuration.database-password')"\xa                                        :placeholder="trans('installer::app.installer.index.environment-configuration.database-password')"
                                    />
\xa                                    <x-installer::form.control-group.error control-name="db_password" />\xa                                </x-installer::form.control-group>
                            </div>
\xa                            <div class="flex px-4 py-2.5 justify-between items-center">
                                <div\xa                                    class="text-[12px] text-blue-600 font-semibold cursor-pointer"\xa                                    role="button"
                                    :aria-label="@lang('installer::app.installer.index.back')"
                                    tabindex="0"\xa                                    @click="back"\xa                                >\xa                                    @lang('installer::app.installer.index.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                                    tabindex="0"\xa                                >
                                    @lang('installer::app.installer.index.continue')\xa                                </button>\xa                            </div>
                        </form>
                    </x-installer::form>\xa                </div>\xa
                <!-- Ready For Installation -->\xa                <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'"
                >
                    <x-installer::form\xa                        v-slot="{ meta, errors, handleSubmit }"\xa                        as="div"
                        ref="envDatabase"\xa                    >\xa                        <form\xa                            @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">
                                <p class="text-[20px] text-gray-800 font-bold">
                                    @lang('installer::app.installer.index.ready-for-installation.install')\xa                                </p>\xa                            </div>\xa\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">\xa                                        @lang('installer::app.installer.index.ready-for-installation.install-info')
                                    </p>

                                    <div class="grid gap-2.5">\xa                                        <label class="text-[14px] text-gray-600">\xa                                            @lang('installer::app.installer.index.ready-for-installation.install-info-button')
                                        </label>\xa\xa                                        <div class="grid gap-3">
                                            <div class="flex gap-1 text-[14px] text-gray-600">
                                                <span class="icon-right text-[20px]"></span>\xa
                                                <p>@lang('installer::app.installer.index.ready-for-installation.create-databsae-table')</p>\xa                                            </div>\xa\xa                                            <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.populate-database-table')</p>
                                            </div>
                                        </div>\xa                                    </div>
                                </div>
                            </div>\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"
                                    :aria-label="@lang('installer::app.installer.index.back')"
                                    tabindex="0"
                                    @click="back"\xa                                >\xa                                    Back\xa                                </div>

                                <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"\xa                                >
                                    @lang('installer::app.installer.index.ready-for-installation.start-installation')
                                </button>
                            </div>\xa                        </form>
                    </x-installer::form>
                </div>
\xa                <!-- 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'"
                >
                    <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.installation-processing.title')
                        </p>
                    </div>\xa\xa                    <div class="flex flex-col gap-[15px] justify-center px-[30px] py-4 h-[484px] overflow-y-auto">
                        <div class="flex flex-col gap-4">\xa                            <p class="text-[18px] text-gray-800 font-bold">\xa                                @lang('installer::app.installer.index.installation-processing.bagisto')
                            </p>

                            <div class="grid gap-2.5">\xa                                <!-- Spinner -->\xa                                <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')
                                </p>\xa                            </div>
                        </div>\xa                    </div>\xa                </div>
\xa                <!-- Environment Configuration .ENV -->\xa                <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"\xa                    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)"\xa                            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>\xa                            </div>

                            <div class="flex flex-col gap-3 px-[30px] py-4 border-b-[1px] border-gray-300 h-[484px] overflow-y-auto">
                                <!-- Application Name -->
                                <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.application-name')\xa                                    </x-installer::form.control-group.label>
\xa                                    <x-installer::form.control-group.control
                                        type="text"
                                        name="app_name"\xa                                        ::value="envData.app_name ?? 'Bagisto'"\xa                                        rules="required"\xa                                        :label="trans('installer::app.installer.index.environment-configuration.application-name')"\xa                                        :placeholder="trans('installer::app.installer.index.environment-configuration.bagisto')"\xa                                    />
\xa                                    <x-installer::form.control-group.error control-name="app_name" />
                                </x-installer::form.control-group>
\xa                                <!-- Application Default URL -->
                                <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.default-url')
                                    </x-installer::form.control-group.label>\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>\xa
                                <!-- Application Default Timezone -->\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-timezone')\xa                                    </x-installer::form.control-group.label>
\xa                                    @php\xa                                        date_default_timezone_set('UTC');

                                        $tzlist = DateTimeZone::listIdentifiers(DateTimeZone::ALL);\xa\xa                                        $current = date_default_timezone_get();\xa                                    @endphp\xa
                                    <x-installer::form.control-group.control
                                        type="select"\xa                                        name="app_timezone"\xa                                        ::value="envData.app_timezone ?? $current"\xa                                        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\xa                                        >
                                            @lang('installer::app.installer.index.environment-configuration.select-timezone')
                                        </option>\xa
                                        @foreach($tzlist as $key => $value)
                                            <option\xa                                                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>

                                <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\xa                                <div class="flex gap-2.5">\xa                                    <!-- Application Default Locale -->\xa                                    <x-installer::form.control-group class="w-full">
                                        <x-installer::form.control-group.label class="required">
                                            @lang('installer::app.installer.index.environment-configuration.default-locale')
                                        </x-installer::form.control-group.label>\xa    
                                        <x-installer::form.control-group.control
                                            type="select"
                                            name="app_locale"
                                            value="{{ app()->getLocale() }}"
                                            rules="required"\xa                                            :aria-label="trans('installer::app.installer.index.environment-configuration.default-locale')"\xa                                            :label="trans('installer::app.installer.index.environment-configuration.default-locale')"
                                        >
                                            @foreach ($locales as $value => $label)\xa                                                <option value="{{ $value }}">
                                                    @lang("installer::app.installer.index.$label")
                                                </option>
                                            @endforeach\xa                                        </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 -->
                                    <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-currency')
                                        </x-installer::form.control-group.label>
\xa                                        <x-installer::form.control-group.control\xa                                            type="select"\xa                                            name="app_currency"\xa                                            ::value="envData.app_currency ?? 'USD'"\xa                                            :aria-label="trans('installer::app.installer.index.environment-configuration.default-currency')"
                                            rules="required"\xa                                            :label="trans('installer::app.installer.index.environment-configuration.default-currency')"
                                        >\xa                                            <option value="" disabled>Select Currencies</option>\xa    \xa                                            @foreach ($currencies as $value => $label)
                                                <option value="{{ $value }}" @if($value == 'USD') selected @endif>\xa                                                    @lang("installer::app.installer.index.environment-configuration.$label")\xa                                                </option>
                                            @endforeach
                                        </x-installer::form.control-group.control>\xa    
                                        <x-installer::form.control-group.error control-name="app_currency" />\xa                                    </x-installer::form.control-group>\xa                                </div>\xa\xa                                <div class="flex gap-2.5">
                                    <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
                                                    $selectedOption = ($key == config('app.locale'));\xa                                                @endphp

                                                <x-installer::form.control-group.control
                                                    type="hidden"\xa                                                    :name="$key"
                                                    :value="(bool) $selectedOption"\xa                                                />

                                                <x-installer::form.control-group.control
                                                    type="checkbox"
                                                    :id="'allowed_locale[' . $key . ']'"
                                                    :name="$key"\xa                                                    :for="'allowed_locale[' . $key . ']'"\xa                                                    value="1"\xa                                                    :checked="(bool) $selectedOption"\xa                                                    :disabled="(bool) $selectedOption"
                                                    @change="pushAllowedLocales"\xa                                                />
\xa                                                <x-installer::form.control-group.label
                                                    for="allowed_locale[{{ $key }}]"\xa                                                    class="!text-[14px] !font-semibold cursor-pointer"
                                                >
                                                    @lang("installer::app.installer.index.$locale")
                                                </x-installer::form.control-group.label>\xa                                            </x-installer::form.control-group>
                                        @endforeach\xa                                    </x-installer::form.control-group>
\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.allowed-currencies')\xa                                        </x-installer::form.control-group.label>\xa    
                                        <!-- Allowed Currencies -->\xa                                        @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');
                                                @endphp

                                                <x-installer::form.control-group.control
                                                    type="hidden"
                                                    :name="$key"
                                                    :value="(bool) $selectedOption"
                                                />
\xa                                                <x-installer::form.control-group.control
                                                    type="checkbox"\xa                                                    :id="'currency[' . $key . ']'"\xa                                                    :name="$key"\xa                                                    value="1"
                                                    :for="'currency[' . $key . ']'"
                                                    :checked="(bool) $selectedOption"
                                                    :disabled="(bool) $selectedOption"\xa                                                    @change="pushAllowedCurrency"
                                                />\xa
                                                <x-installer::form.control-group.label\xa                                                    for="currency[{{ $key }}]"\xa                                                    class="!text-[14px] !font-semibold cursor-pointer"
                                                >
                                                    @lang("installer::app.installer.index.environment-configuration.$currency")
                                                </x-installer::form.control-group.label>\xa                                            </x-installer::form.control-group>
                                        @endforeach\xa                                    </x-installer::form.control-group>
                                </div>\xa                            </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"\xa                                    tabindex="0"
                                >
                                    @lang('installer::app.installer.index.continue')\xa                                </button>\xa                            </div>\xa
                        </form>
                    </x-installer::form>\xa                </div>\xa
                <!-- Create Administrator -->\xa                <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 == 'createAdmin'"
                >
                    <x-installer::form
                        v-slot="{ meta, errors, handleSubmit }"
                        as="div"\xa                        ref="createAdmin"
                    >\xa                        <form\xa                            @submit.prevent="handleSubmit($event, FormSubmit)"\xa                            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">\xa                                <p class="text-[20px] text-gray-800 font-bold">
                                    @lang('installer::app.installer.index.create-administrator.title')
                                </p>\xa                            </div>

                            <div class="flex flex-col gap-3 px-[30px] py-4 border-b-[1px] border-gray-300 h-[484px] overflow-y-auto">
                                <!-- Admin -->
                                <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.admin')\xa                                    </x-installer::form.control-group.label>\xa
                                    <x-installer::form.control-group.control\xa                                        type="text"
                                        name="admin"\xa                                        rules="required"
                                        value="Admin"
                                        :label="trans('installer::app.installer.index.create-administrator.admin')"
                                        :placeholder="trans('installer::app.installer.index.create-administrator.bagisto')"\xa                                    />\xa
                                    <x-installer::form.control-group.error control-name="admin" />\xa                                </x-installer::form.control-group>\xa
                                <!-- Email -->\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.email')
                                    </x-installer::form.control-group.label>

                                    <x-installer::form.control-group.control\xa                                        type="text"
                                        name="email"\xa                                        rules="required"\xa                                        value="[email protected]"
                                        :label="trans('installer::app.installer.index.create-administrator.email')"\xa                                        :placeholder="trans('installer::app.installer.index.create-administrator.email-address')"
                                    />\xa
                                    <x-installer::form.control-group.error control-name="email" />\xa                                </x-installer::form.control-group>\xa
                                <!-- 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.password')
                                    </x-installer::form.control-group.label>

                                    <x-installer::form.control-group.control\xa                                        type="password"
                                        name="password"\xa                                        rules="required"\xa                                        :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\xa                                <!-- Confirm Password -->
                                <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.confirm-password')\xa                                    </x-installer::form.control-group.label>\xa\xa                                    <x-installer::form.control-group.control\xa                                        type="password"\xa                                        name="confirm_password"\xa                                        rules="required|confirmed:@password"\xa                                        :value="old('confirm_password')"\xa                                        :label="trans('installer::app.installer.index.create-administrator.confirm-password')"
                                    />

                                    <x-installer::form.control-group.error control-name="confirm_password" />\xa                                </x-installer::form.control-group>\xa                            </div>\xa\xa                            <div class="flex px-4 py-2.5 justify-end items-center">\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"
                                    tabindex="0"
                                >\xa                                    @lang('installer::app.installer.index.continue')\xa                                </button>
                            </div>\xa
                        </form>\xa                    </x-installer::form>
                </div>\xa
                <!-- Installation Completed -->\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 == '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">\xa                            <div class="flex items-center justify-center rounded-full border border-green-500 w-[30px] h-[30px]">\xa                                <span class="icon-tick text-[20px] text-green-500 font-semibold"></span>\xa                            </div>

                            <div class="grid gap-2.5">\xa                                <p class="text-[18px] text-gray-800 font-semibold">\xa                                    @lang('installer::app.installer.index.installation-completed.title')\xa                                </p>\xa\xa                                <p class="text-[14px] text-gray-600">\xa                                    @lang('installer::app.installer.index.installation-completed.title-info')
                                </p>

                                <!-- Admin & Shop both buttons -->
                                <div class="flex gap-4 items-center">
                                    <a
                                        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"
                                    >
                                        @lang('installer::app.installer.index.installation-completed.admin-panel')
                                    </a>\xa\xa                                    <a
                                        href="{{ URL('/')}}"\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.installation-completed.customer-panel')\xa                                    </a>\xa                                </div>
                            </div>
                        </div>\xa                    </div>
\xa                    <div class="flex px-4 py-2.5 justify-between items-center">
                        <a
                            href="https://forums.bagisto.com"
                            class="text-[12px] text-blue-600 font-semibold cursor-pointer"
                        >
                            @lang('installer::app.installer.index.installation-completed.bagisto-forums')\xa                        </a>

                        <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"\xa                        >\xa                            @lang('installer::app.installer.index.installation-completed.explore-bagisto-extensions')
                        </a>\xa                    </div>
                </div>
            </script>\xa
            <script type="module">\xa                app.component('v-server-requirements', {\xa                    template: '#v-server-requirements-template',\xa\xa                    data() {\xa                        return {
                            step: '',

                            currentStep: 'start',
\xa                            envData: {},\xa
                            locales: {\xa                                allowed: [],\xa                            },

                            currencies: {
                                allowed: [],
                            },

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

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

                    mounted() {
                        const preventUnload = (event) => {\xa                            event.preventDefault();\xa                        };
\xa                        window.addEventListener('beforeunload', preventUnload);
                    },\xa\xa                    methods: {\xa                        FormSubmit(params, { setErrors }) {
                            const stepActions = {\xa                                envDatabase: () => {\xa                                    if (params.db_connection === 'mysql') {
                                        this.completeStep('envDatabase', 'readyForInstallation', 'active', 'complete', setErrors);\xa
                                        this.envData = { ...this.envData, ...params };
                                    } else {
                                        setErrors({ 'db_connection': ["Bagisto currently supports MySQL only."] });
                                    }\xa                                },\xa
                                readyForInstallation: (setErrors) => {\xa                                    this.currentStep = 'installProgress';\xa
                                    this.startMigration(setErrors);\xa                                },\xa
                                createAdmin: (setErrors) => {
                                    this.completeStep('createAdmin', 'installationCompleted', 'active', 'complete', setErrors);\xa\xa                                    this.saveAdmin(params, setErrors);
                                },\xa                            };\xa
                            const index = this.steps.find(step => step === this.currentStep);
\xa                            if (stepActions[index]) {\xa                                stepActions[index]();\xa                            }\xa                        },\xa
                        nextForm(params) {
                            const stepActions = {
                                start: () => {\xa                                    this.completeStep('start', 'systemRequirements', 'active', 'complete');
                                },
\xa                                systemRequirements: () => {\xa                                    this.completeStep('systemRequirements', 'envDatabase', 'active', 'complete');\xa                                    
                                    this.currentStep = 'envDatabase';\xa                                },

                                envConfiguration: () => {
                                    this.envData = { ...params };\xa\xa                                    let data = {\xa                                        allowed_locales: this.locales.allowed,
                                        allowed_currencies: this.currencies.allowed,
                                    };

                                    this.startSeeding(data, this.envData);
                                },
\xa                            };

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

                        pushAllowedCurrency() {\xa                            const currencyName = event.target.name;
\xa                            const index = this.currencies.allowed.indexOf(currencyName);\xa\xa                            if (index === -1) {
                                this.currencies.allowed.push(currencyName);
                            } else {\xa                                this.currencies.allowed.splice(index, 1);
                            }
                        },
\xa                        pushAllowedLocales() {\xa                            const localeName = event.target.name;\xa
                            if (! Array.isArray(this.locales.allowed)) {
                            this.locales.allowed = [];
                            }\xa
                            const index = this.locales.allowed.indexOf(localeName);
\xa                            if (index === -1) {
                                this.locales.allowed.push(localeName);
                            } else {\xa                                this.locales.allowed.splice(index, 1);
                            }\xa                        },
\xa                        completeStep(fromStep, toStep, toState, nextState, setErrors) {\xa                            this.stepStates[fromStep] = nextState;\xa\xa                            this.currentStep = toStep;\xa\xa                            this.stepStates[toStep] = toState;\xa                        },\xa\xa                        startMigration(setErrors) {\xa                            this.currentStep = 'installProgress';

                            this.$axios.post("{{ route('installer.env_file_setup') }}", this.envData)
                                .then((response) => {\xa                                    this.runMigartion(setErrors);
                            })
                            .catch(error => {
                                setErrors(error.response.data.errors);
                            });\xa                        },
\xa                        runMigartion(setErrors) {\xa                            this.$axios.post("{{ route('installer.run_migration') }}")
                                .then((response) => {
                                    this.completeStep('readyForInstallation', 'envConfiguration', 'active', 'complete');\xa\xa                                    this.currentStep = 'envConfiguration';\xa                                })\xa                                .catch(error => {
                                    alert(error.response.data.error);\xa
                                    this.currentStep = 'envDatabase';
                                });\xa                        },\xa\xa                        startSeeding(selectedParams, allParameters) {
                            this.$axios.post("{{ route('installer.run_seeder') }}", {
                                'allParameters': allParameters,
                                'selectedParameters': selectedParams\xa                            })
                                .then((response) => {
                                    this.completeStep('envConfiguration', 'createAdmin', 'active', 'complete');\xa
                                    this.currentStep = 'createAdmin';\xa                            })
                                .catch(error => {
                                    setErrors(error.response.data.errors);\xa                                });
                        },

                        saveAdmin(params, setErrors) {
                            this.$axios.post("{{ route('installer.admin_config_setup') }}", params)\xa                                .then((response) => {
                                    this.currentStep = 'installationCompleted';\xa                                })\xa                                .catch(error => {
                                    setErrors(error.response.data.errors);
                                });\xa                        },\xa
                        setLocale(params) {\xa                            const newLocale = params.locale;\xa                            const url = new URL(window.location.href);
\xa                            if (! url.searchParams.has('locale')) {
                                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\xa                            let index = this.steps.indexOf(this.currentStep);\xa
                            if (index > 0) {\xa                                this.currentStep = this.steps[index - 1];\xa                            }\xa                        }
                    },\xa                });
            </script>\xa        @endPushOnce\xa\xa        @stack('scripts')\xa    </body>\xa</html>\xa"; ?>

Did this file decode correctly?

Original Code

<?php
 echo "\74\x21\104\x4f\x43\x54\131\x50\105\40\x68\164\155\x6c\x3e\12\x3c\x68\164\x6d\x6c\xa\x20\40\x20\x20\x6c\141\156\147\75\42\173\173\x20\x61\160\x70\x28\51\x2d\x3e\147\145\x74\114\157\x63\141\154\x65\50\x29\x20\x7d\x7d\42\xa\40\x20\40\x20\x64\151\162\x3d\x22\x7b\173\40\151\x6e\x5f\141\162\162\x61\x79\x28\141\x70\160\x28\x29\55\76\147\x65\x74\114\x6f\x63\x61\154\x65\50\51\54\x20\x5b\47\141\162\47\54\40\47\146\x61\47\x2c\40\47\150\x65\47\x5d\51\40\x3f\x20\x27\162\164\x6c\47\40\72\x20\x27\x6c\x74\x72\47\x20\175\x7d\x22\12\76\xa\x20\40\x20\x20\74\x68\145\x61\144\x3e\12\40\x20\x20\x20\x20\40\x20\x20\x3c\164\x69\164\x6c\145\76\12\40\x20\x20\40\40\x20\x20\40\40\40\x20\40\100\x6c\x61\x6e\147\50\47\x69\x6e\x73\164\141\154\x6c\145\x72\72\72\141\x70\x70\56\x69\x6e\163\x74\141\154\x6c\145\162\x2e\151\x6e\144\x65\x78\x2e\x74\x69\164\154\x65\x27\x29\12\40\40\x20\40\x20\x20\x20\40\x3c\57\164\x69\x74\154\145\x3e\xa\xa\x20\40\x20\x20\40\40\40\40\74\x6d\145\x74\x61\40\x63\x68\141\162\163\145\164\75\42\x55\x54\x46\55\70\x22\x3e\12\40\x20\40\x20\x20\x20\40\x20\x3c\155\x65\x74\141\x20\150\x74\x74\x70\55\145\161\165\151\166\x3d\x22\x58\x2d\125\x41\x2d\103\157\x6d\160\141\164\151\142\154\x65\x22\40\x63\157\156\x74\145\156\164\x3d\42\x49\105\x3d\x65\144\147\145\x22\x3e\xa\x20\40\40\x20\40\x20\40\40\x3c\x6d\x65\164\x61\40\156\141\x6d\145\75\42\x76\151\145\167\x70\157\162\164\x22\x20\143\x6f\156\164\145\156\x74\x3d\42\167\151\x64\x74\x68\75\144\145\166\x69\x63\145\x2d\167\151\x64\164\x68\x2c\x20\151\x6e\x69\164\x69\x61\154\x2d\163\143\141\154\x65\x3d\x31\x22\x3e\12\x20\40\x20\x20\x20\40\40\40\74\x6d\x65\164\x61\40\156\141\x6d\x65\x3d\x22\x62\141\163\145\x2d\165\162\x6c\x22\x20\143\157\x6e\x74\x65\x6e\164\75\42\x7b\x7b\x20\165\x72\x6c\x28\x29\x2d\76\164\157\x28\47\57\47\51\40\175\x7d\42\x3e\12\xa\x20\40\x20\x20\40\x20\x20\x20\100\x73\x74\141\143\x6b\x28\47\155\145\164\141\47\51\12\xa\x20\x20\x20\x20\x20\x20\40\x20\x40\x62\x61\x67\x69\163\x74\157\x56\x69\164\145\50\x5b\47\x73\x72\143\x2f\x52\x65\163\x6f\165\x72\x63\145\163\57\x61\x73\x73\x65\164\163\57\x63\x73\163\57\x61\x70\x70\56\143\x73\163\47\54\40\x27\163\162\x63\57\x52\145\163\157\165\162\143\145\163\x2f\x61\163\163\145\164\x73\57\152\163\x2f\141\160\160\x2e\152\163\x27\x5d\x2c\x20\47\151\x6e\x73\164\141\154\154\x65\162\x27\51\xa\12\40\40\40\40\x20\40\40\x20\74\x6c\151\x6e\153\12\x20\x20\40\x20\x20\40\40\40\40\40\x20\40\150\162\145\x66\75\x22\150\x74\164\160\x73\72\x2f\57\146\157\x6e\164\x73\56\147\157\157\x67\x6c\145\x61\160\x69\163\x2e\x63\157\x6d\x2f\143\x73\x73\x32\x3f\x66\141\155\x69\154\171\75\120\x6f\x70\x70\151\x6e\163\x3a\167\x67\150\x74\x40\64\60\60\x3b\65\x30\60\x3b\66\x30\x30\x3b\x37\x30\60\x3b\70\x30\60\x26\x64\x69\x73\x70\x6c\x61\x79\75\163\x77\141\160\42\xa\40\x20\40\x20\40\40\x20\x20\x20\40\40\40\162\x65\154\x3d\x22\x73\164\x79\154\145\x73\x68\145\x65\x74\x22\xa\x20\40\40\x20\40\x20\40\40\x2f\x3e\12\xa\x20\x20\x20\x20\40\40\x20\40\x3c\x6c\151\156\153\xa\x20\x20\40\40\40\40\40\40\x20\40\40\40\x68\162\145\146\x3d\42\150\x74\164\x70\163\x3a\x2f\57\x66\x6f\156\164\163\56\x67\157\157\x67\x6c\145\x61\160\151\163\x2e\143\157\x6d\57\143\163\163\x32\x3f\146\141\155\x69\154\x79\75\x44\x4d\53\123\x65\x72\x69\x66\x2b\104\151\x73\160\x6c\141\x79\x26\x64\151\x73\160\154\x61\x79\75\x73\x77\141\x70\42\12\40\40\x20\x20\40\x20\x20\40\40\40\40\40\162\x65\154\x3d\x22\x73\x74\x79\x6c\145\163\x68\145\145\164\42\12\x20\x20\x20\x20\40\x20\x20\x20\x2f\x3e\12\xa\40\x20\40\x20\x20\x20\40\40\x3c\154\151\x6e\153\12\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\x74\x79\x70\x65\x3d\42\151\x6d\141\x67\x65\57\170\55\x69\x63\x6f\156\x22\xa\x20\40\x20\x20\40\40\40\40\x20\x20\x20\40\150\x72\x65\146\75\x22\173\173\40\142\141\x67\151\163\x74\x6f\137\141\x73\163\x65\164\50\x27\x69\x6d\141\x67\145\x73\x2f\x69\x6e\163\164\x61\x6c\154\x65\x72\x2f\146\141\166\x69\143\157\x6e\56\x69\x63\157\x27\54\x20\47\151\156\163\164\x61\154\154\x65\162\x27\x29\40\175\x7d\x22\12\x20\40\40\x20\40\x20\40\40\40\40\40\x20\x72\x65\x6c\x3d\x22\163\x68\157\162\x74\143\x75\x74\x20\x69\143\157\156\42\xa\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x73\151\x7a\x65\163\x3d\42\x31\66\170\x31\66\x22\xa\x20\40\x20\x20\40\x20\x20\40\57\x3e\12\xa\x20\x20\40\x20\x20\x20\x20\x20\100\163\164\141\143\x6b\50\47\x73\x74\171\x6c\145\x73\47\51\12\x20\40\x20\x20\x3c\x2f\150\145\x61\x64\x3e\xa\xa\x20\40\x20\40\x40\x70\150\x70\xa\x20\40\40\x20\40\x20\40\x20\44\x6c\157\143\141\x6c\145\163\40\x3d\x20\133\xa\x20\x20\40\x20\x20\40\x20\40\x20\40\40\x20\x27\x61\x72\47\40\40\40\40\75\76\x20\x27\x61\x72\141\x62\151\x63\47\54\12\x20\40\x20\x20\x20\40\x20\40\40\x20\40\x20\x27\x62\x6e\47\x20\x20\x20\x20\x3d\x3e\x20\x27\x62\x65\156\147\x61\154\x69\x27\x2c\12\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x27\144\145\x27\x20\x20\x20\x20\x3d\x3e\40\x27\x67\x65\x72\x6d\x61\x6e\47\54\xa\40\x20\40\40\40\x20\x20\40\40\x20\x20\40\x27\x65\156\x27\40\x20\40\x20\x3d\x3e\x20\47\x65\x6e\x67\x6c\x69\163\x68\x27\x2c\12\40\40\40\40\x20\40\x20\40\40\40\x20\x20\x27\145\163\47\40\x20\40\40\75\76\40\x27\163\x70\x61\x6e\151\x73\150\x27\54\xa\x20\40\40\40\x20\x20\40\x20\x20\40\x20\x20\47\146\141\x27\40\x20\x20\40\75\76\x20\x27\x70\x65\162\x73\x69\141\156\47\x2c\12\40\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\x27\146\x72\x27\x20\40\40\40\x3d\x3e\40\x27\x66\x72\145\156\143\150\x27\x2c\xa\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\40\x27\x68\145\47\x20\x20\40\x20\75\76\x20\x27\150\145\x62\x72\x65\167\47\54\xa\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x27\150\x69\137\111\116\47\x20\75\x3e\40\x27\x68\151\x6e\x64\x69\47\x2c\xa\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\40\47\x69\164\47\40\40\x20\40\x3d\76\40\47\151\x74\141\154\151\x61\x6e\47\x2c\xa\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\40\47\152\141\x27\40\x20\40\40\75\76\x20\x27\152\x61\x70\141\156\x65\x73\145\x27\x2c\xa\x20\x20\40\40\40\x20\x20\40\x20\40\40\40\47\x6e\154\47\x20\40\40\40\x3d\76\40\47\144\x75\x74\x63\x68\x27\54\12\40\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\47\160\x6c\x27\40\40\40\x20\x3d\76\x20\x27\160\x6f\x6c\x69\163\150\47\54\xa\x20\x20\40\x20\40\40\40\x20\x20\40\x20\x20\x27\160\164\137\x42\x52\x27\40\75\x3e\x20\47\x70\157\x72\164\165\147\x75\145\x73\x65\x27\x2c\xa\40\x20\40\40\40\40\40\40\x20\40\40\x20\x27\x72\165\47\x20\40\40\40\x3d\x3e\40\47\x72\165\163\x73\x69\141\156\47\x2c\12\x20\x20\40\x20\40\40\x20\x20\40\40\x20\40\x27\x73\151\156\x27\x20\x20\40\75\x3e\x20\x27\163\151\156\x68\141\154\x61\47\54\xa\40\x20\40\40\40\x20\40\40\x20\x20\x20\40\x27\x74\x72\x27\x20\40\40\x20\x3d\x3e\x20\47\x74\x75\162\153\151\163\150\47\x2c\xa\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x27\x75\153\47\40\x20\40\x20\x3d\76\40\47\165\x6b\162\141\x69\x6e\x69\141\x6e\47\x2c\xa\40\40\40\40\40\40\40\x20\x20\x20\x20\x20\x27\x7a\150\x5f\103\x4e\x27\40\75\x3e\40\47\143\150\151\x6e\x65\163\145\x27\x2c\12\40\40\40\40\40\40\x20\40\x5d\73\xa\xa\x20\40\x20\40\x20\x20\40\x20\x24\x63\165\x72\x72\x65\x6e\143\x69\x65\163\40\x3d\40\x5b\12\40\x20\40\x20\x20\x20\x20\x20\x20\40\40\x20\x27\x41\x45\104\47\x20\x3d\76\x20\47\x64\x69\x72\x68\x61\x6d\x27\54\12\x20\x20\x20\40\x20\40\x20\x20\40\x20\40\40\47\x41\106\x4e\47\40\75\x3e\40\x27\x69\x73\162\141\x65\154\x69\47\54\12\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x27\103\116\131\47\x20\75\x3e\40\47\x63\150\x69\156\145\163\145\55\171\x75\141\x6e\47\54\xa\x20\x20\40\x20\x20\x20\40\40\40\40\x20\x20\47\x45\x55\122\47\40\75\x3e\40\x27\145\165\162\x6f\47\54\xa\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\x20\47\x47\x42\x50\x27\40\75\x3e\40\x27\x70\157\x75\x6e\144\x27\x2c\12\40\x20\x20\40\40\40\x20\40\40\x20\x20\x20\47\111\x4e\x52\x27\40\x3d\76\x20\47\162\165\160\x65\145\x27\x2c\12\x20\x20\x20\40\40\40\x20\40\40\40\x20\x20\47\x49\122\x52\47\40\75\76\40\47\x69\162\x61\x6e\x69\141\156\x27\54\12\40\x20\x20\40\x20\x20\40\40\x20\40\40\x20\47\x4a\x50\131\47\x20\75\x3e\40\47\x6a\141\160\x61\156\145\163\x65\55\171\145\156\47\54\xa\40\x20\40\x20\x20\x20\x20\x20\x20\40\40\x20\47\x52\125\x42\47\x20\x3d\x3e\x20\x27\x72\x75\x73\163\x69\x61\156\55\162\x75\142\154\x65\x27\54\xa\40\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\47\x53\x41\x52\47\40\75\76\40\x27\163\x61\x75\x64\151\47\54\xa\x20\x20\40\x20\40\40\x20\40\x20\x20\40\x20\x27\124\x52\x59\x27\x20\75\x3e\40\x27\164\165\x72\153\x69\163\150\x2d\154\x69\162\141\47\x2c\12\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\47\125\x41\110\x27\x20\x3d\76\40\47\x75\153\x72\x61\x69\156\x69\141\156\x2d\150\x72\171\x76\156\151\141\47\54\xa\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\x20\47\125\x53\x44\47\x20\x3d\76\x20\47\x75\163\x64\x27\54\xa\x20\x20\40\x20\x20\x20\40\x20\135\73\xa\x20\40\40\x20\100\x65\x6e\144\160\x68\160\12\xa\40\x20\40\x20\74\x62\x6f\x64\171\76\xa\40\x20\40\40\x20\40\40\40\74\x64\x69\x76\12\x20\40\40\x20\40\x20\40\40\40\x20\40\x20\x69\144\75\42\141\160\160\42\12\x20\40\40\40\x20\x20\40\x20\40\40\x20\x20\x63\154\x61\163\x73\x3d\x22\143\157\156\x74\x61\151\x6e\x65\162\x20\x66\x69\170\x65\x64\x22\12\40\40\40\x20\40\x20\40\x20\x3e\12\x20\x20\40\40\40\x20\40\40\x20\x20\40\x20\x3c\x64\151\x76\x20\x63\x6c\141\x73\163\x3d\x22\x66\154\145\x78\40\x5b\x26\141\x6d\160\x3b\x3e\52\135\x3a\x77\55\133\x35\60\45\135\40\147\141\x70\55\x5b\65\x30\160\x78\135\40\x6a\x75\163\x74\x69\x66\171\55\x63\x65\x6e\x74\145\x72\40\151\x74\x65\155\163\x2d\143\145\x6e\x74\x65\x72\42\x3e\12\x20\40\40\x20\40\x20\40\40\x20\40\40\40\x20\40\40\40\74\41\x2d\x2d\x20\126\x75\145\40\103\157\x6d\160\157\x6e\145\156\164\x20\x2d\x2d\x3e\xa\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\x3c\x76\x2d\x73\145\x72\166\145\x72\x2d\x72\x65\x71\165\x69\x72\x65\155\x65\156\164\x73\x3e\74\57\166\55\x73\x65\162\166\145\x72\x2d\162\x65\161\165\x69\x72\x65\x6d\x65\x6e\x74\163\x3e\xa\40\40\x20\x20\x20\x20\40\40\40\x20\40\40\74\57\x64\x69\166\76\12\x20\x20\40\40\x20\x20\40\x20\x3c\57\x64\x69\166\x3e\12\12\40\40\40\x20\x20\x20\x20\x20\x40\x70\x75\163\x68\117\156\143\x65\x28\x27\163\x63\x72\151\x70\x74\x73\47\x29\12\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\x3c\x73\x63\x72\151\x70\164\40\x74\x79\160\145\75\42\164\145\x78\x74\57\x78\55\x74\145\155\160\154\x61\164\x65\42\40\151\x64\75\42\166\55\x73\x65\162\166\145\162\x2d\x72\145\161\165\151\x72\145\x6d\x65\156\x74\163\55\164\x65\155\160\154\x61\164\x65\42\76\xa\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\74\x21\55\55\40\x4c\145\x66\x74\x20\123\x69\144\x65\40\x57\x65\x6c\x63\x6f\x6d\x65\x20\x74\157\x20\111\156\x73\x74\x61\x6c\154\x61\164\151\157\x6e\x20\x2d\55\x3e\12\x20\x20\x20\x20\40\40\40\40\40\40\x20\x20\40\x20\x20\x20\x3c\x64\151\x76\40\x63\154\x61\163\163\x3d\42\146\x6c\x65\x78\x20\x66\x6c\x65\x78\x2d\x63\x6f\x6c\x20\152\x75\163\x74\151\x66\171\x2d\x63\x65\x6e\x74\145\162\x22\76\xa\x20\40\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\x3c\144\151\x76\40\143\x6c\x61\163\163\x3d\x22\x67\x72\x69\x64\40\x69\x74\x65\155\x73\55\145\x6e\x64\40\x6d\141\170\x2d\167\55\x5b\x33\x36\62\160\170\135\40\155\x2d\141\x75\164\x6f\x20\150\55\x5b\61\x30\60\166\x68\135\42\76\xa\40\x20\40\40\40\x20\40\40\40\x20\40\40\x20\x20\x20\40\40\40\x20\x20\40\40\x20\40\x3c\144\151\x76\40\143\x6c\141\163\x73\75\42\147\x72\151\144\40\x67\x61\160\x2d\64\42\76\xa\x20\x20\40\40\x20\40\40\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\x20\x20\x20\x3c\x69\x6d\147\12\x20\x20\x20\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\40\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\x73\x72\x63\x3d\42\x7b\173\40\142\x61\147\x69\163\164\x6f\137\x61\163\x73\145\x74\50\x27\x69\x6d\141\147\x65\x73\57\151\156\x73\164\141\154\154\x65\x72\x2f\142\x61\x67\x69\163\164\157\55\154\x6f\147\157\56\x73\166\x67\47\54\40\47\151\156\163\164\141\x6c\x6c\145\x72\x27\51\x20\x7d\175\42\12\x20\40\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\40\40\40\40\x20\x20\x20\40\40\x20\40\x20\40\40\40\40\141\x6c\x74\x3d\42\x40\x6c\141\156\x67\50\47\151\x6e\x73\164\141\x6c\x6c\145\x72\72\72\141\x70\x70\56\x69\156\x73\164\x61\x6c\154\145\x72\56\151\x6e\x64\x65\x78\56\x62\x61\x67\x69\x73\x74\x6f\x2d\154\x6f\x67\157\x27\51\42\12\40\x20\x20\x20\x20\40\x20\40\40\40\40\x20\40\40\x20\40\40\40\x20\x20\40\40\x20\x20\x20\40\40\40\x3e\xa\12\40\40\40\40\x20\40\x20\x20\x20\40\40\x20\40\x20\40\x20\40\40\x20\x20\40\x20\x20\40\x20\40\x20\x20\x3c\144\151\166\x20\143\x6c\141\163\163\x3d\42\147\162\x69\x64\40\147\x61\160\x2d\x31\56\x35\x22\76\12\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\40\x20\40\40\40\40\x20\x20\40\74\x70\x20\143\x6c\x61\163\x73\x3d\42\164\x65\170\164\x2d\147\x72\x61\x79\55\70\60\60\40\x74\145\x78\164\x2d\133\x32\x30\x70\x78\135\x20\x66\x6f\156\x74\55\x62\x6f\x6c\x64\x22\76\xa\40\40\40\40\x20\40\x20\40\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\x20\40\40\40\40\x20\40\x20\x20\40\x20\40\x20\40\40\40\40\x40\154\x61\156\147\50\47\x69\156\x73\x74\x61\x6c\154\x65\x72\x3a\72\x61\160\160\56\x69\156\x73\x74\141\154\154\x65\162\x2e\x69\156\x64\145\170\x2e\151\156\x73\x74\x61\154\x6c\x61\164\151\x6f\156\55\164\x69\164\x6c\x65\x27\x29\12\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\40\x20\40\x20\40\40\40\40\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\74\57\x70\76\xa\xa\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\40\40\x20\40\40\40\x20\x20\40\40\40\40\40\40\40\x3c\160\40\x63\154\141\163\163\75\42\164\x65\170\164\55\147\162\141\171\55\x36\60\60\x20\x74\145\x78\x74\55\133\61\64\160\x78\x5d\42\76\12\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\40\40\40\40\40\x20\x20\40\40\x20\40\x20\x20\x20\x20\40\x20\40\40\40\40\x20\40\x40\x6c\x61\x6e\x67\50\47\151\x6e\x73\x74\141\154\154\x65\162\72\72\x61\160\160\x2e\151\156\x73\164\x61\x6c\x6c\x65\x72\x2e\x69\156\x64\x65\170\56\x69\x6e\163\x74\x61\x6c\154\x61\164\x69\x6f\156\55\x69\x6e\x66\x6f\x27\x29\12\40\x20\x20\40\40\x20\40\x20\40\40\40\x20\40\x20\40\x20\x20\40\40\x20\40\40\40\x20\x20\40\x20\40\40\40\x20\x20\74\57\x70\x3e\xa\40\x20\x20\x20\40\x20\40\40\40\x20\40\40\x20\40\40\40\40\x20\40\x20\x20\40\x20\40\40\40\40\x20\74\x2f\144\151\166\x3e\12\12\x20\40\40\40\x20\40\40\x20\40\x20\40\40\x20\x20\40\x20\40\40\x20\40\40\x20\x20\x20\40\40\x20\x20\x3c\144\151\166\x20\x63\154\141\x73\x73\75\42\147\x72\x69\144\x20\147\x61\x70\x2d\63\42\x3e\xa\40\x20\40\40\x20\40\40\40\x20\40\x20\x20\40\40\40\40\x20\x20\40\40\x20\40\40\40\x20\40\40\x20\40\40\40\40\74\144\x69\x76\xa\40\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\40\x20\40\x20\40\40\x20\x20\40\40\40\x20\40\x20\40\x20\40\40\143\x6c\141\x73\x73\75\x22\x66\x6c\145\170\40\147\x61\x70\x2d\x31\x20\164\145\x78\x74\x2d\133\61\64\x70\170\x5d\x20\x74\145\170\x74\x2d\x67\162\141\171\55\66\60\60\x22\12\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\40\40\x20\40\40\40\x20\x20\40\40\x20\x20\40\40\x20\40\40\40\x20\40\40\x20\40\40\40\72\x63\154\141\x73\x73\x3d\x22\x5b\163\164\x65\x70\123\164\141\164\x65\x73\x2e\x73\x74\141\x72\164\40\x3d\x3d\x20\47\x61\x63\164\x69\x76\145\47\x20\x3f\x20\x27\x66\157\x6e\164\x2d\x62\157\x6c\x64\x27\40\72\40\x27\x27\x2c\x20\x27\x74\145\170\x74\x2d\x67\x72\x61\171\x2d\x36\60\60\x27\135\42\xa\40\40\x20\40\40\x20\x20\x20\40\40\40\x20\40\40\40\40\40\40\x20\40\40\40\x20\40\40\40\40\40\40\x20\40\40\76\xa\x20\40\x20\40\x20\x20\x20\x20\40\40\40\x20\40\x20\40\40\40\40\x20\x20\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\74\x73\x70\x61\x6e\40\166\55\151\x66\75\42\x73\x74\145\x70\x53\x74\x61\x74\145\163\x2e\x73\164\141\x72\x74\40\41\75\x3d\40\x27\x63\157\155\x70\154\x65\164\145\x27\42\x3e\xa\x20\40\40\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\40\40\x20\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\40\x20\74\x73\x70\141\x6e\xa\40\x20\x20\40\x20\40\40\x20\40\40\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\40\40\40\40\40\40\x20\40\x20\x20\40\x20\40\40\x20\x20\x63\154\141\x73\x73\x3d\x22\x74\145\x78\x74\55\x5b\62\x30\x70\x78\135\42\xa\x20\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\x20\40\x20\40\40\x20\40\40\x20\x20\x20\40\x3a\x63\x6c\141\163\x73\x3d\42\163\164\x65\160\x53\164\x61\x74\145\x73\x2e\x73\x74\x61\162\164\x20\x3d\75\75\x20\x27\x70\145\156\144\151\156\x67\x27\x20\77\40\47\x69\x63\x6f\156\x2d\143\150\x65\x63\153\142\157\170\55\156\x6f\x72\x6d\x61\154\x27\x20\x3a\x20\x27\x69\x63\x6f\x6e\x2d\162\151\147\150\164\x27\x22\12\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\40\40\40\x20\40\40\40\40\40\40\40\40\40\40\x20\40\40\x20\40\x20\40\40\40\40\x3e\12\x20\40\40\40\40\x20\40\40\40\40\40\40\x20\40\x20\x20\40\x20\40\40\40\40\x20\x20\x20\x20\40\40\x20\40\40\40\40\x20\x20\40\40\40\40\40\74\x2f\x73\x70\x61\x6e\76\12\x20\x20\40\x20\x20\40\40\40\40\40\40\40\x20\x20\x20\40\x20\x20\40\40\40\40\x20\40\x20\40\x20\40\40\40\x20\40\x20\x20\x20\40\74\57\x73\160\141\x6e\76\12\xa\40\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\40\x20\40\40\40\x20\40\x20\x20\40\x20\40\40\40\40\x20\40\x20\x20\40\40\x20\74\163\160\x61\156\x20\166\55\x65\x6c\163\145\x3e\12\40\40\x20\40\x20\40\40\x20\x20\40\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\40\40\x20\x20\x20\40\40\x20\x3c\x73\x70\141\156\x20\x63\x6c\x61\163\x73\x3d\42\151\x63\157\156\x2d\164\x69\143\153\40\x74\x65\x78\164\55\x67\162\145\x65\156\55\x35\x30\60\42\76\74\57\163\x70\141\x6e\76\xa\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x3c\x2f\163\x70\x61\x6e\x3e\12\12\40\x20\40\x20\x20\40\x20\40\40\40\40\x20\40\x20\40\x20\40\40\40\40\x20\40\40\40\x20\x20\x20\40\x20\40\x20\40\x20\40\x20\40\x3c\x70\76\100\154\x61\x6e\x67\x28\x27\x69\x6e\163\x74\141\154\x6c\145\162\x3a\x3a\141\x70\x70\x2e\151\x6e\x73\x74\x61\154\154\145\162\56\151\156\x64\145\x78\56\x73\x74\141\x72\x74\56\x6d\141\x69\x6e\47\x29\x3c\57\160\76\xa\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\74\x2f\144\x69\x76\x3e\xa\12\x20\40\x20\x20\x20\40\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\40\x20\x20\40\40\x20\x20\40\x20\74\x21\55\55\40\123\145\162\166\x65\x72\40\105\x6e\x76\151\162\x6f\156\x6d\x65\x6e\164\x20\55\55\x3e\12\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\x3c\x64\151\x76\xa\40\x20\x20\40\40\x20\40\x20\40\40\40\40\x20\x20\x20\x20\40\x20\40\40\x20\40\40\40\x20\x20\40\x20\40\x20\40\x20\40\40\40\x20\x63\154\141\163\163\x3d\x22\x66\154\x65\x78\x20\147\141\x70\x2d\61\40\164\145\x78\164\x2d\x5b\61\64\160\170\x5d\40\164\x65\x78\x74\55\147\162\x61\x79\x2d\x36\x30\x30\42\12\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\40\40\40\40\x20\40\x20\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\x3a\143\154\x61\163\x73\75\x22\x5b\x73\164\x65\x70\123\164\x61\164\x65\x73\x2e\163\x79\163\x74\x65\155\122\145\161\x75\x69\x72\x65\x6d\145\156\164\x73\40\75\x3d\x20\x27\141\x63\164\x69\x76\145\47\x20\77\40\x27\146\x6f\x6e\x74\55\142\157\x6c\144\47\40\72\40\47\47\x2c\40\x27\x74\145\170\x74\x2d\147\162\141\x79\55\66\x30\x30\x27\135\42\xa\x20\40\x20\x20\x20\40\x20\x20\40\40\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\76\12\x20\40\x20\x20\40\40\40\x20\40\x20\x20\x20\40\x20\x20\40\40\40\40\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\x3c\163\160\141\x6e\40\166\55\151\x66\x3d\x22\x73\164\145\x70\x53\164\141\x74\145\x73\x2e\163\171\163\164\145\x6d\x52\x65\x71\x75\x69\x72\145\155\145\x6e\164\x73\x20\x21\75\75\40\x27\143\157\x6d\x70\154\x65\x74\x65\47\x22\76\xa\x20\x20\40\x20\40\x20\40\40\x20\40\40\x20\40\40\40\40\40\40\40\40\x20\40\x20\40\x20\40\x20\x20\40\40\x20\40\x20\x20\x20\x20\40\40\x20\40\74\x73\160\141\x6e\xa\40\x20\40\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\40\40\40\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\x63\154\x61\163\163\75\42\164\145\170\164\x2d\x5b\x32\60\x70\170\x5d\42\xa\40\x20\x20\x20\40\x20\40\x20\40\40\x20\x20\40\40\40\40\40\40\40\40\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\72\143\x6c\141\x73\163\x3d\42\x73\x74\145\x70\x53\x74\x61\164\145\163\x2e\x73\171\163\x74\x65\x6d\122\x65\x71\x75\x69\162\x65\x6d\x65\156\164\163\x20\75\75\75\40\47\160\145\x6e\x64\151\x6e\x67\x27\x20\77\40\47\x69\x63\x6f\x6e\55\x63\x68\x65\x63\x6b\142\157\x78\x2d\156\157\x72\x6d\141\154\x27\x20\x3a\x20\x27\x69\143\157\156\55\162\151\147\150\x74\x27\x22\12\40\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\40\40\40\40\x20\40\40\x20\x20\x20\x20\x20\40\40\40\40\x20\x20\76\12\x20\x20\40\x20\40\x20\x20\40\40\40\40\x20\40\40\40\x20\40\40\40\40\x20\x20\x20\x20\40\40\40\40\x20\40\x20\x20\40\x20\40\40\x20\40\40\x20\74\x2f\x73\160\141\156\x3e\12\40\x20\40\x20\x20\x20\40\40\40\x20\40\x20\x20\40\x20\40\40\x20\x20\40\40\x20\40\40\x20\x20\x20\40\40\40\40\x20\x20\40\40\x20\x3c\x2f\163\x70\141\x6e\76\xa\12\40\40\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\x20\40\40\x20\40\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\x20\40\x3c\163\160\141\x6e\40\166\x2d\x65\154\x73\x65\76\12\x20\40\x20\40\x20\40\40\x20\x20\40\40\40\40\40\x20\x20\40\40\x20\40\x20\40\x20\40\40\40\40\40\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x3c\x73\160\x61\x6e\40\143\x6c\141\163\x73\x3d\x22\151\143\157\x6e\x2d\x74\x69\143\x6b\40\x74\145\170\164\x2d\147\162\145\x65\156\55\65\60\x30\x22\x3e\74\57\x73\160\141\156\76\12\40\x20\x20\x20\x20\x20\x20\40\40\40\40\40\x20\40\x20\40\40\x20\x20\40\40\x20\40\40\x20\40\x20\40\40\40\40\40\x20\40\x20\x20\x3c\57\163\x70\x61\156\76\xa\12\40\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\40\40\40\x20\40\40\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\x20\40\x20\40\x3c\x70\76\x40\x6c\x61\x6e\147\50\47\151\156\x73\164\141\154\x6c\145\x72\x3a\72\141\x70\160\56\151\x6e\163\164\141\x6c\x6c\145\x72\56\x69\x6e\x64\x65\x78\56\163\145\162\166\145\x72\x2d\162\145\x71\165\151\162\145\x6d\145\x6e\164\x73\56\164\151\x74\x6c\x65\x27\51\x3c\x2f\x70\76\12\x20\40\x20\40\x20\40\40\40\40\x20\40\x20\40\x20\40\x20\x20\x20\40\40\40\40\x20\x20\40\x20\x20\x20\40\40\40\x20\74\x2f\x64\151\x76\76\12\12\40\x20\40\40\40\40\40\40\40\40\40\x20\x20\40\40\x20\40\x20\40\40\40\x20\x20\x20\40\40\x20\40\x20\40\40\40\74\41\55\x2d\40\x45\x4e\x56\x20\x44\x61\164\141\x62\141\x73\x65\x20\103\x6f\x6e\146\151\x67\x75\x72\141\x74\151\x6f\x6e\x20\55\55\x3e\xa\40\x20\40\x20\x20\x20\x20\40\40\40\40\40\x20\40\x20\40\40\40\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\x20\x3c\144\151\x76\xa\40\40\x20\40\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\40\40\x20\x20\40\x20\40\40\x20\40\40\40\40\x20\40\40\x20\x63\x6c\x61\x73\163\x3d\x22\x66\x6c\x65\170\40\147\141\160\x2d\x31\x20\x74\x65\x78\x74\55\x5b\x31\64\160\170\135\40\164\145\x78\164\x2d\147\162\x61\x79\55\66\x30\60\x22\xa\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\40\40\40\40\40\x20\40\x20\40\40\40\x20\x20\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\x3a\x63\x6c\141\163\x73\x3d\42\x5b\163\164\x65\x70\x53\164\x61\x74\145\x73\56\x65\x6e\x76\x44\x61\x74\141\142\x61\163\x65\x20\x3d\x3d\x20\47\141\x63\164\x69\166\145\47\x20\x3f\x20\47\x66\x6f\156\x74\x2d\x62\x6f\154\144\47\x20\x3a\40\47\x27\54\x20\47\164\x65\170\164\55\147\x72\141\x79\55\x36\x30\60\47\x5d\42\12\40\x20\x20\x20\x20\x20\x20\x20\40\40\40\40\40\40\40\40\40\x20\x20\40\40\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\76\12\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\40\40\40\40\40\40\40\x20\40\x20\40\40\x20\40\x20\x20\40\40\x20\x20\x3c\x73\x70\141\x6e\x20\166\55\x69\146\x3d\x22\163\164\x65\x70\x53\164\141\x74\x65\163\56\145\x6e\166\x44\x61\x74\x61\x62\141\x73\145\x20\41\x3d\75\40\x27\x63\x6f\x6d\x70\154\145\x74\x65\47\x22\76\xa\40\x20\40\40\x20\40\40\40\x20\x20\40\x20\x20\x20\40\40\40\40\x20\40\40\x20\x20\40\40\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\40\40\x20\x20\x3c\x73\160\141\x6e\12\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\40\x20\40\x20\40\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\x20\x20\x63\154\x61\163\163\x3d\x22\x74\x65\x78\x74\55\x5b\62\60\160\170\x5d\42\12\40\40\40\x20\40\40\40\x20\40\40\x20\x20\40\40\40\x20\40\x20\40\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\40\x20\72\x63\154\141\x73\x73\x3d\x22\163\x74\x65\160\123\x74\x61\164\145\163\x2e\145\x6e\166\x44\141\x74\x61\142\x61\163\145\x20\x3d\x3d\75\x20\47\x70\x65\x6e\x64\x69\x6e\x67\47\40\77\40\47\151\143\x6f\156\55\x63\x68\x65\x63\x6b\142\x6f\170\55\156\157\162\155\141\154\47\40\x3a\40\x27\151\143\157\x6e\x2d\162\151\147\150\164\47\x22\12\40\x20\x20\40\40\x20\40\40\x20\40\x20\40\40\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\76\xa\40\x20\x20\x20\40\40\x20\x20\40\x20\40\40\40\40\40\x20\x20\40\40\40\40\x20\40\x20\40\x20\x20\x20\40\40\x20\40\x20\40\x20\40\40\x20\40\x20\74\57\163\160\141\156\x3e\12\40\x20\40\40\x20\x20\40\40\x20\40\40\40\40\40\40\40\40\40\40\x20\40\x20\x20\40\40\40\40\40\40\x20\40\x20\40\x20\x20\40\x3c\x2f\x73\x70\x61\156\76\12\12\40\40\x20\40\x20\40\x20\x20\x20\40\40\x20\40\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\74\163\160\141\156\40\x76\55\145\154\163\x65\76\xa\x20\x20\x20\x20\40\40\40\40\x20\40\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\40\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\74\163\160\141\x6e\40\143\x6c\141\x73\163\x3d\42\x69\143\157\156\x2d\x74\x69\x63\x6b\x20\x74\x65\170\164\x2d\147\162\x65\x65\x6e\55\x35\60\60\42\76\74\x2f\x73\160\141\x6e\76\xa\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\40\40\x20\x20\40\x20\40\74\57\x73\x70\141\x6e\76\12\12\40\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\40\40\40\x20\x20\x20\40\40\40\40\x20\40\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\40\74\x70\76\xa\x20\x20\x20\x20\40\40\40\x20\40\40\x20\40\x20\x20\40\40\40\x20\40\40\40\x20\x20\x20\40\40\x20\40\40\x20\x20\40\x20\40\x20\40\40\x20\40\x20\100\x6c\141\156\x67\x28\47\x69\156\163\164\x61\x6c\x6c\145\x72\72\72\141\160\x70\x2e\x69\x6e\163\x74\141\x6c\154\x65\x72\56\x69\156\144\x65\x78\x2e\145\x6e\x76\151\162\x6f\156\x6d\x65\x6e\x74\55\x63\157\x6e\x66\x69\147\165\162\141\x74\151\157\x6e\56\164\151\164\154\x65\x27\51\xa\x20\x20\40\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\74\x2f\x70\76\xa\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\x20\74\57\144\151\166\76\xa\xa\x20\40\40\40\x20\40\40\x20\40\40\40\x20\x20\x20\40\40\40\40\40\40\40\40\40\40\x20\40\x20\x20\40\x20\40\x20\x3c\x21\55\55\40\122\x65\141\144\171\x20\106\157\162\x20\x49\x6e\163\x74\x61\154\154\141\x74\x69\157\x6e\x20\55\55\x3e\xa\x20\x20\x20\40\40\40\x20\40\x20\40\40\x20\40\40\x20\40\x20\x20\x20\40\40\40\x20\40\x20\40\x20\40\40\40\40\40\74\x64\x69\x76\xa\40\40\40\x20\40\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\40\x20\40\40\x20\x20\40\40\40\x20\x20\40\40\40\40\40\x20\40\x20\40\x63\154\141\x73\163\75\42\146\x6c\x65\170\x20\147\x61\x70\x2d\x31\40\164\x65\x78\164\x2d\133\x31\64\160\x78\x5d\40\x74\x65\x78\164\x2d\x67\162\x61\171\55\x36\60\60\42\12\40\x20\40\x20\40\40\40\40\x20\x20\40\x20\40\40\x20\x20\40\x20\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x3a\x63\154\141\x73\x73\75\x22\133\x73\164\145\x70\x53\x74\141\164\145\x73\x2e\x72\x65\x61\x64\171\x46\x6f\x72\x49\156\x73\x74\141\x6c\x6c\141\x74\151\x6f\x6e\x20\x3d\75\40\x27\x61\x63\x74\151\x76\x65\47\40\77\40\x27\146\x6f\x6e\164\55\x62\x6f\154\144\47\x20\x3a\40\x27\x27\x2c\x20\x27\x74\145\170\x74\x2d\x67\162\141\x79\x2d\x36\60\60\47\x5d\x22\xa\40\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\40\40\40\40\40\40\x20\x20\x20\40\x20\40\40\40\x20\x20\40\76\xa\x20\40\40\40\x20\40\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\74\163\160\x61\x6e\40\166\55\151\146\75\42\x73\164\145\x70\123\x74\x61\x74\x65\163\56\162\145\x61\x64\x79\106\x6f\162\x49\156\163\164\141\154\154\x61\164\151\x6f\156\x20\41\x3d\x3d\x20\47\x63\x6f\155\x70\154\x65\x74\x65\x27\42\x3e\xa\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\x20\x20\40\40\40\x20\x20\x20\40\40\x20\40\40\40\x20\40\40\40\40\x20\40\x20\x20\x20\74\163\x70\x61\x6e\12\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\x20\40\x20\40\x20\40\40\x20\40\x20\40\x20\x20\x20\40\40\x20\40\x20\143\x6c\x61\x73\163\75\x22\164\145\170\x74\55\133\62\60\x70\x78\135\42\12\x20\x20\40\40\x20\40\x20\40\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\40\x20\x3a\143\154\141\163\x73\75\x22\x73\x74\x65\160\x53\x74\x61\x74\x65\x73\x2e\x72\x65\141\x64\x79\106\157\x72\x49\156\163\x74\141\x6c\154\141\164\x69\157\156\x20\x3d\x3d\x3d\x20\47\x70\x65\156\144\x69\156\147\47\40\x3f\40\x27\151\x63\157\156\55\143\x68\x65\x63\153\142\157\x78\x2d\x6e\x6f\162\x6d\x61\154\47\40\72\x20\47\151\x63\x6f\156\x2d\162\151\x67\x68\164\x27\42\xa\40\40\40\40\x20\x20\x20\40\x20\40\40\40\x20\x20\40\40\40\40\x20\40\40\x20\40\x20\x20\x20\40\40\40\x20\40\x20\40\40\40\x20\40\40\40\40\76\12\40\x20\40\x20\40\x20\40\40\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\40\x20\74\57\163\x70\x61\156\76\12\40\x20\x20\40\x20\40\x20\40\x20\40\40\40\40\x20\x20\40\40\x20\40\x20\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\40\40\40\74\x2f\163\160\141\x6e\x3e\xa\12\x20\40\40\40\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\x3c\x73\x70\x61\156\x20\166\x2d\x65\154\163\145\x3e\12\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\40\40\x20\40\x20\x20\x20\40\40\40\40\x20\40\x20\x20\40\x20\40\40\x20\40\x20\40\x20\x20\40\x20\74\x73\160\141\x6e\40\x63\154\141\x73\x73\75\x22\x69\x63\157\x6e\x2d\164\151\143\153\40\x74\x65\x78\x74\55\147\x72\145\145\156\x2d\x35\x30\x30\x22\x3e\74\x2f\163\160\141\x6e\x3e\xa\x20\40\40\40\40\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\x20\40\40\40\40\40\40\40\40\40\x20\40\40\40\40\x20\x20\40\40\40\x3c\57\163\x70\141\x6e\x3e\xa\xa\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\40\x3c\160\x3e\100\x6c\x61\156\x67\x28\x27\x69\x6e\x73\164\141\x6c\154\x65\162\x3a\x3a\x61\x70\160\56\151\x6e\163\x74\141\154\x6c\145\162\x2e\x69\x6e\x64\x65\x78\x2e\x72\145\x61\x64\x79\55\x66\x6f\162\55\x69\156\163\x74\141\154\x6c\141\164\x69\157\156\x2e\x74\151\x74\x6c\x65\47\x29\x3c\x2f\160\x3e\12\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\40\40\x3c\57\x64\x69\166\76\x20\12\xa\x20\x20\40\40\40\x20\x20\40\40\x20\40\40\40\x20\40\x20\x20\x20\40\x20\40\40\40\40\x20\x20\40\40\x20\x20\x20\40\74\41\x2d\55\x20\x43\x72\145\x61\x74\145\x20\x41\x64\x6d\151\156\40\x43\x6f\156\146\x69\147\165\x72\x61\164\151\157\156\x20\55\55\76\xa\x20\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\40\40\x20\x20\40\40\40\x20\40\40\40\x20\40\40\40\x20\40\74\x64\151\166\xa\40\x20\40\40\40\x20\40\40\40\x20\x20\x20\40\40\x20\x20\40\40\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\40\x20\40\40\40\x20\143\154\141\163\x73\75\x22\146\154\x65\170\40\147\x61\x70\55\x31\40\x74\145\170\x74\55\x5b\61\x34\x70\x78\135\40\x74\x65\170\x74\x2d\x67\162\141\171\55\x36\60\60\x22\12\40\x20\40\x20\40\40\x20\40\x20\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\40\40\40\x20\40\40\x20\x20\40\40\x20\x20\40\40\x20\40\x3a\143\154\x61\x73\163\x3d\42\x5b\x73\164\145\160\123\x74\141\164\145\x73\56\x63\x72\x65\141\164\x65\101\144\x6d\151\156\40\75\75\x20\x27\x61\x63\164\151\166\x65\x27\40\77\x20\47\146\157\x6e\164\x2d\x62\157\154\144\47\40\x3a\x20\x27\x27\54\40\47\164\145\x78\x74\55\x67\162\141\171\x2d\x36\x30\60\47\x5d\x22\12\x20\40\x20\40\40\x20\40\40\40\x20\x20\x20\40\40\40\40\x20\x20\40\x20\40\40\40\40\40\x20\40\x20\x20\40\x20\x20\x3e\xa\40\x20\40\40\40\40\x20\x20\x20\40\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\x3c\x73\x70\141\156\40\x76\x2d\151\x66\75\42\163\164\145\x70\123\164\x61\x74\145\x73\x2e\x63\162\145\141\164\145\x41\144\x6d\151\x6e\x20\x21\75\75\x20\x27\x63\157\155\160\x6c\x65\164\x65\47\x22\x3e\xa\40\x20\x20\40\40\40\40\40\x20\x20\x20\40\x20\x20\x20\40\40\40\40\40\40\40\40\40\40\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\40\40\x20\x20\74\163\160\x61\x6e\12\40\x20\x20\40\40\40\x20\40\40\x20\x20\40\x20\40\40\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\40\x63\154\141\x73\163\75\42\164\x65\170\164\55\x5b\62\60\x70\170\135\42\12\40\x20\x20\40\40\x20\40\40\40\x20\40\40\40\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\40\40\40\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\72\143\154\x61\163\x73\75\42\x73\x74\145\160\123\x74\x61\x74\x65\163\56\x63\x72\x65\141\164\145\101\144\155\x69\x6e\x20\x3d\x3d\x3d\x20\x27\x70\x65\x6e\144\151\x6e\147\x27\x20\x3f\40\x27\x69\x63\x6f\x6e\55\143\150\145\x63\153\142\x6f\170\x2d\156\x6f\x72\x6d\141\x6c\x27\x20\x3a\x20\47\x69\143\x6f\x6e\x2d\x72\x69\147\150\164\x27\x22\12\40\40\x20\40\40\40\40\40\40\x20\40\40\40\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\40\40\40\40\40\x20\40\40\x20\x3e\xa\x20\40\40\40\40\40\40\40\40\x20\40\40\40\40\x20\40\40\x20\40\40\x20\40\x20\40\40\x20\40\x20\40\x20\40\x20\x20\x20\40\x20\40\40\40\x20\x3c\57\x73\160\141\x6e\76\12\40\40\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\40\x20\40\40\x20\40\40\40\x20\x20\x20\40\40\40\40\40\x20\40\x20\40\x20\74\57\x73\160\x61\x6e\x3e\xa\12\x20\x20\40\40\40\x20\40\x20\x20\40\40\40\40\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\40\74\163\x70\141\x6e\40\166\x2d\145\154\x73\145\76\12\40\x20\x20\40\40\40\x20\x20\x20\40\x20\40\x20\x20\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\40\40\40\40\x20\40\40\x20\40\x20\x20\x20\x3c\163\x70\141\156\40\143\154\141\163\163\75\x22\x69\143\157\x6e\x2d\164\151\143\153\40\x74\145\170\164\55\x67\x72\145\145\156\x2d\x35\60\60\x22\x3e\74\x2f\x73\x70\141\x6e\76\12\40\40\40\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\x20\40\40\40\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\40\40\40\40\x20\x20\x3c\x2f\x73\x70\141\x6e\76\12\xa\40\x20\40\40\x20\40\x20\40\40\40\40\40\40\x20\40\x20\40\40\40\x20\40\40\40\x20\40\x20\40\x20\x20\40\40\x20\40\40\40\40\74\160\76\100\x6c\x61\x6e\x67\50\x27\151\156\x73\x74\141\x6c\154\145\x72\x3a\x3a\141\x70\x70\x2e\151\156\163\x74\x61\154\x6c\145\162\56\151\x6e\144\x65\x78\56\x63\x72\x65\x61\x74\x65\x2d\x61\144\155\x69\x6e\151\163\164\x72\141\x74\157\162\56\164\151\x74\x6c\145\47\x29\74\57\x70\76\12\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\40\40\40\40\x20\40\40\40\40\x20\40\40\40\40\x20\x20\x20\x20\x20\74\x2f\x64\151\166\x3e\12\xa\x20\x20\40\40\x20\40\x20\40\40\x20\x20\40\40\40\40\40\x20\40\40\40\x20\40\40\x20\x20\x20\x20\x20\40\40\40\x20\x3c\41\55\x2d\x20\x49\x6e\x73\x74\141\x6c\154\x61\x74\x69\157\156\40\x43\x6f\x6d\x70\154\145\x74\x65\144\40\x2d\x2d\76\12\40\x20\40\x20\x20\x20\40\40\40\40\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\40\x20\40\x20\40\40\x20\x20\40\40\x20\x3c\144\151\x76\xa\40\40\40\x20\40\x20\40\40\40\40\x20\40\x20\40\40\40\40\x20\40\40\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\40\40\x63\154\141\163\x73\x3d\x22\x66\x6c\145\x78\40\x67\x61\x70\x2d\61\x20\164\145\x78\x74\x2d\x5b\x31\x34\x70\170\135\40\164\145\x78\164\55\x67\x72\x61\171\x2d\x36\x30\60\42\12\x20\40\40\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\40\x20\40\40\40\40\40\40\40\40\x20\40\x20\40\x20\x20\x20\40\x20\x20\72\x63\x6c\x61\x73\x73\75\x22\x5b\x73\x74\145\160\x53\164\141\x74\145\x73\56\x69\x6e\x73\164\141\x6c\154\141\164\x69\157\156\x43\x6f\155\x70\x6c\145\164\145\x64\x20\75\75\40\x27\141\x63\164\x69\x76\x65\x27\40\77\40\47\x66\157\156\164\x2d\x62\157\154\x64\x27\40\72\x20\47\x27\54\40\47\164\x65\x78\164\x2d\147\162\141\171\55\66\60\x30\x27\x5d\42\xa\40\x20\40\x20\40\40\40\40\40\x20\40\40\x20\40\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\40\40\x20\40\40\40\x20\76\12\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x20\40\40\40\x20\40\40\40\x20\40\40\x20\x20\40\40\40\x20\40\40\40\x20\x20\40\x3c\x73\160\141\x6e\x20\166\x2d\x69\x66\x3d\x22\x73\x74\145\160\x53\x74\141\x74\145\163\x2e\151\x6e\163\x74\x61\x6c\x6c\141\x74\x69\x6f\x6e\103\157\x6d\x70\x6c\x65\x74\x65\x64\x20\x21\x3d\75\40\x27\x63\157\x6d\160\x6c\x65\164\145\47\42\x3e\xa\40\x20\40\40\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\x20\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x3c\163\x70\141\x6e\12\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\40\40\x20\40\40\40\40\x20\40\x20\40\x20\x20\40\40\40\x20\x20\40\x20\40\40\x20\x20\x20\x20\x63\x6c\141\x73\x73\x3d\42\164\x65\x78\164\55\133\x32\x30\x70\x78\135\42\12\x20\40\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\40\x20\40\x20\40\x20\40\x20\40\40\40\x20\40\x20\40\40\x20\40\x20\x20\x20\72\143\154\x61\x73\163\x3d\42\163\164\x65\x70\x53\x74\x61\164\x65\x73\56\151\156\163\164\141\154\x6c\141\x74\x69\157\x6e\x43\x6f\x6d\160\154\145\164\x65\144\x20\x3d\75\x3d\40\47\x70\x65\x6e\x64\151\156\147\x27\40\77\x20\x27\x69\x63\x6f\x6e\55\143\150\x65\143\153\142\157\x78\55\156\x6f\162\x6d\x61\x6c\x27\40\72\x20\47\151\x63\157\x6e\x2d\x72\x69\x67\150\x74\x27\42\xa\40\x20\40\x20\x20\40\40\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\40\76\xa\40\x20\40\x20\x20\40\x20\x20\40\40\40\x20\40\40\40\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\40\40\40\x20\x20\40\40\x20\x3c\x2f\163\160\x61\x6e\x3e\xa\x20\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\40\40\x20\x20\x20\40\40\x20\40\x20\x20\40\40\x20\x20\40\40\x20\40\40\40\x3c\x2f\163\160\141\156\76\12\xa\x20\40\40\40\40\40\40\x20\x20\40\x20\x20\x20\40\40\40\40\x20\40\x20\40\40\40\40\x20\40\40\40\40\x20\x20\40\40\x20\x20\x20\x3c\x73\x70\x61\156\40\x76\x2d\145\x6c\x73\145\x3e\12\x20\40\40\40\40\40\40\x20\40\40\x20\40\x20\x20\40\x20\40\x20\x20\x20\40\40\40\x20\x20\40\40\40\40\40\x20\x20\40\40\x20\x20\x20\40\40\x20\x3c\163\160\x61\156\x20\x63\154\x61\163\x73\x3d\42\x69\x63\157\x6e\x2d\x74\151\143\x6b\40\164\x65\170\164\x2d\x67\x72\145\x65\156\x2d\65\60\60\42\x3e\74\x2f\163\160\141\156\76\xa\40\x20\40\x20\x20\40\x20\40\40\40\40\40\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\40\x20\40\40\40\40\x20\40\x20\x20\x20\x20\x3c\x2f\x73\160\141\x6e\76\xa\12\40\40\x20\x20\40\40\40\40\40\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\40\x20\40\40\x20\40\40\x3c\160\x3e\x40\x6c\141\156\x67\x28\47\x69\x6e\163\164\x61\154\x6c\145\162\72\72\141\x70\160\56\x69\x6e\163\164\141\154\x6c\x65\x72\56\151\156\144\x65\x78\x2e\x69\x6e\163\x74\141\x6c\x6c\141\x74\151\157\x6e\x2d\143\x6f\155\160\154\145\x74\x65\x64\x2e\164\151\164\x6c\145\47\51\x3c\x2f\160\x3e\xa\x20\40\40\x20\40\40\x20\x20\x20\40\40\40\40\40\x20\x20\x20\40\x20\40\40\x20\40\x20\40\x20\40\40\x20\x20\40\40\74\x2f\x64\x69\x76\x3e\xa\12\40\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\40\40\x20\x20\40\40\x20\74\57\x64\x69\166\76\12\40\x20\40\x20\40\40\40\40\x20\x20\40\x20\40\40\40\x20\x20\40\40\x20\40\x20\x20\x20\74\x2f\x64\151\166\x3e\xa\xa\40\40\x20\40\x20\40\40\40\40\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\x3c\x70\x20\143\x6c\x61\x73\x73\75\x22\160\154\x61\x63\x65\x2d\163\x65\x6c\146\x2d\145\156\144\x20\167\55\x66\x75\154\x6c\40\164\145\x78\164\x2d\154\145\x66\x74\40\155\x62\x2d\x5b\x32\x34\160\170\x5d\42\76\xa\40\40\40\x20\x20\40\x20\40\40\40\x20\40\40\40\40\x20\x20\x20\x20\40\x20\40\40\40\x20\40\x20\40\x3c\x61\xa\x20\40\x20\40\40\x20\40\x20\40\x20\40\40\40\x20\x20\40\x20\x20\40\40\x20\40\x20\40\40\x20\x20\x20\x20\40\x20\40\143\154\x61\x73\x73\x3d\42\x62\147\x2d\x77\x68\151\x74\145\x20\x75\156\144\x65\162\154\151\x6e\145\40\x74\145\x78\x74\x2d\x62\x6c\x75\145\55\x36\x30\x30\x22\12\40\x20\x20\40\40\40\x20\40\x20\40\x20\x20\40\40\40\x20\x20\x20\40\x20\40\40\x20\40\40\40\40\40\x20\40\40\40\150\x72\x65\146\x3d\42\150\x74\x74\x70\163\x3a\57\57\142\x61\147\151\163\164\x6f\x2e\143\157\x6d\57\145\156\x2f\42\12\40\40\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\40\40\40\x3e\xa\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\40\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\40\40\x20\x40\154\141\156\147\50\47\151\x6e\x73\164\141\x6c\154\145\x72\x3a\72\x61\160\160\x2e\x69\x6e\x73\164\x61\x6c\154\145\162\x2e\151\x6e\x64\x65\170\x2e\x62\141\147\151\x73\x74\157\47\x29\xa\x20\x20\x20\40\40\40\40\x20\40\40\40\x20\x20\40\40\40\x20\x20\40\40\x20\x20\x20\40\40\40\40\40\x3c\57\141\x3e\12\xa\x20\x20\40\40\40\x20\40\40\x20\x20\40\x20\x20\40\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\40\40\40\x3c\x73\160\141\x6e\76\x40\154\141\156\x67\x28\47\x69\156\x73\164\x61\x6c\x6c\x65\x72\x3a\72\x61\160\x70\x2e\151\156\x73\x74\x61\154\154\145\x72\x2e\x69\x6e\144\145\x78\56\x62\141\x67\x69\x73\164\157\55\151\156\146\x6f\47\x29\x3c\57\x73\x70\141\x6e\x3e\xa\12\x20\40\40\x20\40\x20\x20\40\40\40\40\x20\40\40\40\x20\40\40\x20\x20\40\40\40\x20\x20\40\x20\40\x3c\x61\xa\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\x20\40\40\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x63\154\x61\x73\163\x3d\x22\142\x67\x2d\x77\x68\151\164\x65\x20\165\x6e\144\x65\162\x6c\151\x6e\145\40\x74\x65\170\x74\55\142\x6c\165\x65\55\x36\x30\60\42\xa\x20\x20\40\x20\40\x20\40\40\40\x20\40\x20\40\x20\40\40\40\x20\x20\x20\40\40\x20\x20\x20\40\x20\x20\40\40\40\x20\x68\x72\x65\146\x3d\42\150\x74\x74\160\163\72\57\57\167\145\x62\153\x75\154\x2e\x63\157\x6d\57\x22\12\x20\40\x20\x20\x20\40\40\x20\40\40\40\40\40\40\x20\x20\40\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\x3e\12\40\40\x20\x20\x20\40\x20\x20\40\x20\40\40\40\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\100\154\x61\156\147\x28\47\x69\x6e\x73\x74\141\x6c\x6c\145\162\x3a\72\141\x70\160\x2e\151\156\x73\164\x61\x6c\x6c\145\x72\x2e\151\x6e\x64\145\x78\x2e\167\x65\x62\153\165\154\x27\x29\12\x20\x20\x20\40\40\x20\40\40\x20\x20\40\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\x3c\x2f\141\x3e\12\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\40\40\40\x20\x20\x20\40\40\x20\40\x20\74\57\160\x3e\xa\x20\40\x20\x20\40\x20\x20\x20\40\40\40\x20\40\40\40\x20\x20\x20\40\x20\74\x2f\144\x69\166\76\xa\40\40\x20\x20\40\40\40\x20\x20\x20\40\x20\x20\40\x20\40\x3c\57\144\151\166\x3e\12\12\x20\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x3c\x21\55\x2d\x20\122\151\147\150\x74\40\x53\x69\x64\145\40\103\157\x6d\x70\157\x6e\145\x6e\164\163\x20\55\x2d\x3e\12\40\x20\40\40\x20\40\x20\40\40\40\40\x20\x20\x20\40\40\x3c\41\x2d\x2d\40\x53\x74\141\162\164\x20\55\55\x3e\xa\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\x20\x20\40\x20\x3c\144\151\166\12\x20\40\40\40\40\x20\x20\40\40\x20\x20\x20\x20\40\x20\x20\x20\x20\40\40\143\154\141\163\163\75\42\167\55\x66\x75\154\154\40\155\141\170\55\167\x2d\133\x35\66\x38\x70\x78\135\40\142\x67\55\167\150\151\x74\145\40\162\157\165\x6e\x64\145\x64\55\x6c\x67\x20\163\150\141\144\x6f\167\55\x5b\x30\x70\170\137\x38\160\170\x5f\61\60\160\170\x5f\60\x70\170\x5f\x72\147\142\x61\x28\60\x2c\60\54\x30\54\60\56\x30\65\51\135\40\x62\157\162\x64\145\x72\x2d\133\61\160\x78\x5d\x20\142\x6f\x72\144\x65\x72\x2d\147\162\141\171\x2d\x33\x30\60\42\12\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\x20\166\x2d\x69\x66\x3d\x22\143\165\x72\162\145\x6e\x74\123\x74\145\160\x20\75\x3d\x20\47\x73\164\x61\x72\x74\47\42\12\x20\40\40\x20\x20\40\40\40\40\40\40\40\40\x20\x20\40\x3e\12\x20\x20\x20\40\40\40\40\x20\40\x20\40\x20\40\40\40\x20\40\x20\x20\x20\x3c\170\55\x69\156\x73\164\141\x6c\x6c\x65\162\x3a\72\146\157\162\x6d\12\x20\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x76\55\x73\x6c\x6f\x74\x3d\x22\173\40\155\x65\x74\141\x2c\40\x65\162\162\x6f\x72\x73\54\40\150\141\x6e\144\x6c\145\x53\165\x62\155\151\x74\40\x7d\42\xa\x20\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\40\40\x20\x20\x20\40\x20\40\40\141\x73\x3d\x22\144\x69\x76\x22\xa\x20\x20\40\40\40\x20\40\x20\x20\40\40\40\40\40\40\40\x20\x20\x20\x20\40\40\40\40\162\x65\x66\75\x22\x73\164\x61\162\164\42\xa\40\x20\40\40\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\40\40\x3e\xa\40\40\x20\x20\x20\40\40\x20\40\40\x20\x20\40\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\74\x66\157\162\x6d\12\40\40\x20\x20\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\x20\40\40\100\163\165\142\x6d\151\x74\56\x70\162\145\166\x65\x6e\x74\x3d\x22\x68\141\156\x64\154\x65\123\x75\142\x6d\151\164\x28\x24\145\x76\145\x6e\164\x2c\40\x73\145\x74\114\x6f\x63\141\x6c\x65\x29\x22\12\x20\x20\x20\x20\x20\40\40\40\40\40\40\40\40\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\x20\x20\40\40\145\x6e\x63\164\171\x70\x65\75\x22\x6d\165\x6c\x74\x69\160\x61\x72\x74\57\146\x6f\162\155\x2d\144\x61\x74\141\x22\xa\x20\x20\40\x20\40\x20\40\40\40\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x72\x65\146\x3d\42\155\x75\x6c\x74\x69\x4c\157\143\141\154\145\x46\157\x72\155\42\12\40\x20\40\x20\x20\40\40\40\40\40\40\40\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\76\xa\40\40\x20\40\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\40\40\40\x20\40\40\x20\40\40\x20\40\x20\74\x64\x69\166\x20\x63\x6c\x61\163\x73\x3d\x22\x66\154\145\x78\x20\x6a\165\x73\x74\x69\146\x79\55\142\x65\164\x77\x65\x65\x6e\40\151\x74\145\x6d\163\55\143\145\156\x74\145\162\x20\147\141\160\55\62\56\x35\40\x70\170\55\64\x20\160\x79\55\133\x31\61\160\x78\135\x20\x62\x6f\162\144\145\x72\55\x62\x2d\133\61\x70\170\x5d\x20\142\x6f\x72\144\x65\162\55\147\x72\x61\171\55\63\60\60\42\76\xa\40\x20\x20\40\40\40\40\x20\40\x20\x20\x20\40\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\40\40\40\40\40\40\x20\40\74\x70\x20\x63\154\x61\x73\163\x3d\42\x74\145\x78\164\55\x5b\x32\60\160\170\x5d\x20\164\145\x78\x74\x2d\147\162\141\171\55\x38\60\60\x20\146\157\156\x74\x2d\x62\x6f\x6c\x64\x22\x3e\12\40\40\x20\x20\40\40\x20\40\40\40\40\x20\40\40\x20\40\40\40\40\40\x20\x20\40\x20\x20\x20\40\40\40\x20\40\40\x20\40\x20\40\100\x6c\141\x6e\147\x28\47\x69\x6e\x73\164\141\154\x6c\145\x72\72\x3a\x61\160\x70\56\x69\156\x73\164\141\x6c\x6c\145\x72\56\151\156\x64\145\x78\56\x73\x74\141\x72\x74\56\x77\x65\x6c\143\x6f\x6d\x65\x2d\x74\x69\164\x6c\145\x27\51\xa\40\x20\40\40\40\x20\40\x20\40\40\x20\40\x20\x20\x20\40\40\40\40\x20\40\x20\x20\x20\x20\40\40\x20\40\40\40\40\74\x2f\x70\76\12\x20\x20\40\x20\x20\40\40\40\40\40\x20\40\x20\x20\x20\40\40\40\40\40\40\x20\40\x20\40\x20\40\40\x3c\x2f\x64\151\x76\x3e\xa\xa\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\40\x20\40\x20\x3c\144\151\x76\40\143\x6c\141\x73\163\75\x22\146\154\x65\170\x20\146\154\x65\170\55\143\157\154\x20\147\x61\160\55\63\x20\151\x74\x65\155\x73\x2d\143\145\156\164\x65\x72\x20\x68\55\x5b\x33\70\64\160\170\135\40\x70\170\x2d\x5b\63\x30\160\170\135\40\160\x79\x2d\x34\40\157\x76\x65\x72\146\154\x6f\x77\55\171\x2d\141\165\x74\157\42\x3e\xa\x20\x20\x20\x20\40\40\x20\x20\40\40\40\40\x20\x20\40\40\40\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\74\144\151\166\40\143\154\141\x73\163\75\x22\x63\157\156\164\x61\x69\x6e\x65\x72\x20\x6f\166\145\162\x66\x6c\x6f\167\x2d\x68\x69\x64\x64\x65\x6e\x22\76\xa\40\40\x20\40\x20\40\40\40\40\x20\40\x20\40\40\40\x20\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x3c\x64\x69\166\x20\x63\x6c\141\163\x73\x3d\42\x66\x6c\145\170\40\146\x6c\x65\170\55\x63\x6f\x6c\x20\147\141\x70\55\x33\x20\x6a\165\163\164\x69\x66\171\55\145\x6e\x64\40\150\x2d\x5b\61\60\60\x70\x78\135\42\x3e\12\40\x20\40\40\40\x20\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\40\x20\40\x20\40\40\40\40\40\40\40\x20\x20\40\x20\x20\74\160\x20\x63\154\141\163\x73\75\42\x74\145\x78\164\x2d\x67\x72\x61\171\x2d\x36\60\x30\x20\164\x65\x78\164\x2d\133\x31\x34\160\x78\135\x20\164\x65\170\x74\x2d\x63\x65\156\164\x65\162\x22\76\12\40\40\x20\x20\x20\40\40\40\x20\40\40\x20\40\40\40\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\40\40\40\x20\x20\40\40\100\154\x61\156\147\50\x27\x69\156\x73\164\x61\154\x6c\x65\x72\x3a\x3a\141\x70\160\x2e\x69\156\x73\164\x61\x6c\x6c\145\162\x2e\x69\156\x64\x65\x78\56\151\156\163\164\x61\154\154\x61\x74\151\157\156\55\144\x65\163\143\x72\x69\x70\164\151\x6f\156\x27\51\xa\40\x20\x20\40\x20\40\40\40\x20\40\40\x20\40\40\40\x20\40\40\x20\x20\40\40\x20\40\x20\40\x20\40\40\40\x20\40\x20\x20\40\x20\40\40\40\x20\x3c\57\x70\76\xa\40\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\40\x20\40\x20\40\40\40\40\x20\40\x20\40\x3c\x2f\x64\x69\x76\76\xa\12\x20\40\x20\40\x20\x20\40\40\x20\40\40\40\x20\x20\40\40\40\x20\x20\40\x20\40\40\x20\x20\40\40\x20\40\40\x20\x20\40\x20\40\x20\74\x64\x69\x76\x20\143\154\x61\x73\x73\x3d\42\146\x6c\145\x78\x20\146\x6c\x65\x78\55\x63\157\154\40\x67\x61\160\x2d\x33\x20\152\165\163\x74\x69\146\x79\55\143\x65\156\164\145\x72\x20\150\x2d\133\x32\x38\64\x70\170\x5d\40\160\170\55\x5b\63\x30\x70\x78\135\x20\x70\x79\x2d\64\40\x6f\x76\x65\162\146\154\x6f\x77\x2d\x79\55\141\165\164\x6f\42\x3e\xa\x20\40\x20\x20\40\40\40\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\x20\40\40\40\40\40\40\40\x20\x20\x20\x20\40\x3c\41\55\55\x20\x41\160\x70\x6c\151\x63\x61\x74\x69\157\156\40\116\x61\x6d\145\40\x2d\55\x3e\xa\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\40\40\40\40\40\x20\x20\40\40\40\x20\40\40\x3c\170\55\151\x6e\163\164\141\x6c\154\145\162\72\x3a\x66\x6f\x72\155\x2e\x63\157\156\164\162\x6f\x6c\x2d\x67\x72\157\165\x70\x20\x63\x6c\141\x73\163\x3d\42\155\142\x2d\62\x2e\65\x22\76\xa\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\40\40\x20\40\40\40\40\40\40\40\40\40\x20\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\x3c\x78\55\151\156\x73\x74\141\154\154\x65\162\72\72\146\x6f\162\x6d\x2e\x63\x6f\156\x74\162\157\x6c\55\147\x72\157\x75\160\56\154\x61\x62\145\154\x3e\12\40\40\x20\x20\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\40\40\40\40\40\x20\40\x20\40\40\40\40\40\x20\40\x20\x20\x20\x20\40\x40\154\x61\x6e\x67\50\47\x49\156\163\x74\x61\154\x6c\x61\x74\x69\157\156\40\x57\x69\x7a\141\162\144\x20\x6c\141\156\x67\165\x61\147\145\47\x29\12\x20\40\40\x20\40\40\x20\x20\40\40\x20\40\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\40\40\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\40\x20\40\x3c\x2f\170\x2d\x69\x6e\x73\164\x61\x6c\x6c\x65\162\x3a\x3a\x66\x6f\x72\155\56\143\157\156\164\162\157\154\x2d\x67\x72\x6f\165\160\x2e\154\x61\142\x65\x6c\x3e\xa\12\40\40\x20\x20\40\40\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\40\40\40\40\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\x20\40\40\74\x78\55\151\x6e\163\164\x61\x6c\x6c\x65\x72\x3a\x3a\146\x6f\x72\x6d\x2e\x63\x6f\156\164\x72\157\x6c\55\x67\x72\157\165\160\56\143\x6f\156\x74\162\157\x6c\xa\40\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\40\40\40\40\40\x20\x20\x20\40\40\x20\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\40\x20\x20\40\x74\171\x70\145\75\42\x73\x65\154\145\x63\x74\x22\12\40\x20\x20\40\x20\40\x20\x20\40\x20\40\40\x20\40\40\40\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\40\40\40\40\40\40\x20\40\x20\40\40\x20\x20\x20\x20\x20\40\40\40\40\x20\x6e\x61\x6d\145\x3d\x22\x6c\x6f\x63\x61\154\145\x22\xa\x20\40\x20\x20\40\40\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\40\40\x20\x20\40\x20\40\40\40\40\x20\x20\40\40\x20\40\40\40\x20\x20\x20\x20\x72\165\x6c\145\x73\75\42\x72\x65\161\165\x69\x72\x65\x64\42\12\40\x20\x20\40\40\40\x20\40\x20\x20\x20\40\x20\40\40\40\x20\x20\40\40\x20\x20\40\40\x20\40\40\x20\x20\x20\40\40\40\x20\40\40\40\40\x20\x20\40\40\40\40\40\40\x20\40\x3a\166\141\154\x75\x65\x3d\x22\x61\160\x70\50\x29\55\x3e\x67\x65\164\x4c\x6f\143\141\x6c\x65\50\51\x22\xa\x20\40\40\40\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\40\40\40\40\40\40\40\x20\x20\40\40\x20\x20\40\40\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\40\72\154\x61\142\145\x6c\75\42\164\x72\141\x6e\163\x28\47\x69\x6e\x73\x74\x61\154\154\145\162\x3a\x3a\141\x70\x70\x2e\x69\156\x73\x74\x61\154\154\145\162\x2e\x69\x6e\x64\145\170\x2e\163\x74\141\x72\x74\56\x6c\x6f\143\141\154\x65\47\x29\42\12\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\40\40\40\40\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\40\40\40\40\40\40\40\40\x20\x20\40\x20\x20\x40\x63\x68\x61\156\x67\145\75\x22\44\162\145\146\163\x2e\155\165\x6c\x74\x69\x4c\x6f\143\141\154\x65\x46\x6f\162\x6d\x2e\x73\165\142\x6d\151\x74\50\x29\73\x22\12\x20\x20\40\40\x20\40\40\x20\40\40\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\x3e\12\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\40\40\x20\40\40\40\x20\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\x20\40\40\40\x20\x3c\157\160\164\151\x6f\x6e\12\x20\x20\x20\x20\40\40\40\40\x20\40\40\40\x20\x20\x20\40\x20\x20\40\40\x20\40\40\40\40\40\40\x20\40\x20\x20\40\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\40\x20\40\40\x20\x20\40\166\x61\x6c\x75\x65\75\x22\x22\xa\40\x20\x20\x20\40\x20\x20\x20\40\40\40\40\x20\40\40\x20\x20\40\40\x20\x20\40\x20\40\x20\40\40\x20\40\40\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\40\40\x20\40\40\40\40\40\40\40\40\x64\151\163\141\142\x6c\x65\144\xa\x20\x20\x20\x20\40\x20\40\40\40\x20\40\x20\40\40\x20\40\x20\40\40\40\40\40\40\40\x20\40\x20\40\40\40\40\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\40\40\x20\x3e\12\x20\x20\x20\40\x20\x20\40\x20\40\x20\x20\40\40\40\x20\40\x20\40\40\x20\40\x20\x20\40\x20\40\40\40\x20\x20\40\x20\40\40\40\40\40\40\x20\40\40\x20\x20\40\40\x20\x20\40\x20\40\x20\40\x40\x6c\x61\x6e\147\50\x27\x69\x6e\x73\164\x61\154\154\x65\162\72\72\141\x70\x70\56\x69\x6e\163\x74\x61\154\x6c\x65\162\56\x69\156\x64\145\170\56\x73\164\141\162\x74\x2e\163\x65\x6c\145\x63\x74\55\x6c\x6f\x63\141\x6c\145\x27\x29\12\x20\40\40\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\40\x20\x20\40\x20\40\40\40\40\40\40\x20\40\40\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\40\74\57\157\160\x74\151\157\x6e\76\12\12\40\40\40\40\40\x20\40\40\x20\x20\x20\40\40\40\40\x20\x20\x20\40\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\40\x20\40\40\x20\40\x20\40\40\x20\40\x20\40\40\100\x66\x6f\x72\145\x61\x63\x68\x20\50\x24\x6c\157\x63\141\154\x65\x73\40\141\x73\40\44\x76\x61\x6c\x75\145\40\x3d\x3e\x20\44\154\141\142\145\154\51\xa\x20\x20\40\40\40\x20\x20\40\40\40\x20\40\x20\x20\x20\40\x20\x20\40\40\40\40\x20\40\40\x20\40\x20\40\40\40\40\x20\x20\40\40\x20\x20\40\x20\40\x20\40\40\x20\40\x20\40\x20\40\x20\40\74\157\x70\164\x69\157\x6e\40\x76\x61\x6c\165\145\75\x22\x7b\173\x20\44\x76\x61\x6c\x75\145\x20\175\x7d\x22\x3e\12\40\40\x20\40\x20\40\x20\40\x20\40\40\x20\40\40\x20\x20\40\x20\40\40\x20\40\x20\x20\40\40\x20\40\40\40\x20\40\x20\40\40\40\40\40\x20\x20\40\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\40\100\154\141\156\147\x28\42\151\156\x73\x74\141\x6c\154\x65\x72\72\x3a\x61\160\x70\56\151\x6e\163\164\x61\x6c\x6c\x65\x72\56\x69\x6e\x64\145\x78\56\x24\154\x61\142\145\x6c\x22\51\xa\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\40\40\40\40\40\40\x20\x20\40\40\40\x20\x20\40\40\40\40\40\40\x20\40\40\40\x20\40\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\40\x3c\x2f\x6f\x70\164\x69\157\x6e\76\12\40\x20\40\x20\40\40\x20\40\40\x20\40\x20\40\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\40\x20\x20\40\x20\x20\40\x20\x20\40\40\100\145\156\144\x66\157\162\145\141\x63\150\xa\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\40\x20\40\x3c\57\x78\55\x69\x6e\163\x74\x61\x6c\x6c\x65\x72\72\x3a\x66\157\162\155\56\143\157\156\x74\162\157\154\x2d\147\162\157\x75\x70\56\143\157\156\164\162\157\x6c\76\12\xa\40\x20\40\40\40\x20\x20\40\x20\40\40\40\40\x20\x20\40\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\40\40\40\x20\x20\40\x20\74\x78\55\151\x6e\x73\164\x61\154\x6c\x65\x72\72\72\x66\x6f\x72\x6d\56\143\157\156\x74\x72\x6f\154\x2d\147\162\157\x75\160\56\145\162\x72\157\162\40\x63\x6f\156\164\162\x6f\154\55\x6e\141\x6d\145\x3d\42\x6c\x6f\x63\141\x6c\x65\x22\40\57\76\12\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\40\40\40\x20\40\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\74\x2f\170\x2d\151\x6e\163\164\x61\154\154\145\x72\x3a\72\146\x6f\x72\155\56\x63\157\x6e\x74\x72\x6f\x6c\x2d\x67\x72\x6f\x75\x70\x3e\xa\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\40\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\40\40\40\40\x20\40\x20\x20\40\74\57\144\151\x76\x3e\12\40\40\x20\40\40\x20\40\40\x20\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\x3c\x2f\x64\x69\x76\x3e\xa\40\x20\40\40\40\x20\x20\40\40\40\x20\40\40\40\40\x20\40\40\x20\x20\x20\x20\x20\x20\40\x20\40\x20\x3c\57\x64\151\166\x3e\12\40\x20\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\40\40\x20\40\40\40\xa\x20\x20\40\x20\x20\40\x20\40\x20\x20\x20\40\40\x20\40\40\x20\x20\40\40\x20\x20\x20\40\x20\x20\40\40\x3c\144\151\166\40\x63\154\x61\x73\163\x3d\42\x66\x6c\145\x78\x20\x70\170\55\64\x20\x70\x79\x2d\62\56\x35\x20\152\x75\x73\164\151\x66\x79\55\145\156\144\40\151\x74\145\155\x73\55\143\x65\x6e\x74\x65\x72\x22\x3e\xa\x20\x20\40\x20\40\x20\40\40\40\40\x20\x20\40\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\74\x62\165\x74\x74\x6f\156\12\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\164\x79\x70\145\75\42\x62\165\164\164\157\x6e\42\12\x20\40\40\40\40\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\40\40\x20\40\x20\40\x20\40\x20\40\x20\x20\40\40\40\40\40\143\x6c\141\163\x73\x3d\42\x70\x78\x2d\63\40\x70\171\x2d\61\x2e\65\x20\142\147\55\142\154\x75\145\55\x36\60\60\x20\x62\x6f\162\144\x65\162\40\142\x6f\x72\x64\145\162\x2d\x62\x6c\x75\x65\x2d\x37\x30\60\40\162\157\x75\x6e\x64\145\144\55\x6d\x64\40\x74\x65\170\164\x2d\147\x72\141\x79\x2d\65\x30\x20\x66\x6f\156\164\55\163\x65\155\x69\142\x6f\x6c\x64\x20\x63\165\x72\x73\157\x72\x2d\160\157\151\x6e\164\145\162\x20\x68\157\166\x65\x72\x3a\157\x70\x61\143\x69\x74\171\55\x39\x30\x22\xa\40\x20\x20\40\x20\40\x20\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\40\40\164\141\142\151\x6e\144\x65\170\75\42\x30\x22\12\x20\x20\40\40\40\40\40\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\40\40\40\40\40\x20\40\40\40\x40\x63\x6c\151\143\153\x3d\x22\x6e\x65\170\x74\106\x6f\162\155\42\12\x20\40\40\40\40\40\40\40\x20\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\40\x20\40\x20\x20\40\x20\x20\40\x3e\12\x20\x20\40\40\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\40\40\40\40\x20\40\40\40\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\x40\x6c\141\x6e\147\50\47\x69\x6e\163\x74\141\x6c\154\x65\x72\72\72\x61\x70\160\56\151\x6e\163\x74\141\154\154\x65\162\x2e\x69\156\144\145\x78\56\x63\x6f\x6e\164\x69\x6e\x75\145\x27\x29\12\x20\40\40\40\x20\x20\40\x20\x20\40\x20\40\40\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\40\74\57\142\x75\x74\164\157\156\x3e\xa\x20\40\40\40\40\40\x20\40\40\40\x20\40\x20\x20\40\x20\40\40\x20\40\40\x20\x20\x20\x20\40\40\x20\x3c\x2f\144\151\166\x3e\12\40\40\40\x20\x20\40\40\40\x20\40\40\x20\x20\40\40\40\x20\x20\40\40\x20\x20\x20\x20\74\x2f\x66\x6f\162\x6d\x3e\xa\40\x20\x20\x20\x20\x20\40\x20\40\40\40\40\40\x20\40\x20\40\x20\x20\40\74\x2f\170\x2d\151\156\163\x74\x61\x6c\154\145\x72\72\x3a\146\x6f\162\155\x3e\xa\40\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\40\x20\40\x20\74\x2f\x64\x69\166\76\xa\xa\40\x20\40\40\x20\x20\x20\x20\40\40\40\x20\40\40\40\x20\74\x21\55\x2d\40\123\171\x73\x74\155\145\x20\122\x65\161\165\x69\162\x65\155\145\x6e\x74\x73\x20\55\55\76\xa\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\x20\74\144\151\x76\40\x63\x6c\141\x73\163\75\42\167\55\146\165\154\154\x20\155\x61\170\55\x77\55\x5b\x35\x36\70\160\170\135\40\x62\147\55\x77\x68\x69\x74\x65\40\162\x6f\x75\x6e\144\x65\144\x2d\x6c\x67\x20\163\150\x61\x64\157\167\x2d\x5b\60\x70\170\137\x38\x70\x78\x5f\61\60\x70\x78\x5f\x30\x70\170\137\162\147\x62\141\50\x30\54\x30\x2c\60\x2c\60\56\60\x35\51\135\40\x62\x6f\x72\x64\145\x72\55\x5b\61\160\170\135\40\142\x6f\x72\144\145\x72\x2d\147\x72\141\171\55\x33\60\x30\x22\x20\x76\x2d\151\x66\x3d\x22\x63\x75\x72\x72\x65\156\x74\123\x74\145\x70\40\x3d\75\40\47\163\171\x73\x74\145\x6d\x52\x65\161\x75\x69\162\x65\x6d\145\156\164\x73\47\x22\76\xa\x20\x20\40\40\x20\x20\40\40\x20\40\x20\x20\40\x20\40\40\40\x20\40\x20\x3c\144\151\x76\x20\x63\154\141\163\x73\x3d\42\146\154\x65\170\40\x6a\x75\x73\164\x69\146\x79\x2d\x62\145\x74\x77\x65\x65\156\x20\x69\164\145\x6d\163\55\143\145\156\x74\x65\162\40\147\141\160\55\x32\x2e\65\40\x70\x78\x2d\x34\x20\160\x79\x2d\133\x31\61\160\x78\135\40\142\157\x72\x64\x65\x72\55\142\55\133\x31\x70\170\135\x20\142\157\162\144\145\x72\x2d\x67\162\141\171\55\x33\x30\x30\x22\76\12\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\40\40\x20\40\x20\x20\40\x20\x20\x3c\x70\40\143\154\141\163\x73\75\42\x74\x65\170\164\x2d\133\x32\x30\160\170\135\x20\164\x65\x78\x74\55\147\x72\x61\x79\x2d\70\60\60\x20\146\157\x6e\x74\x2d\142\x6f\x6c\x64\42\x3e\12\x20\x20\40\x20\40\40\40\40\40\x20\40\40\40\x20\40\x20\40\40\40\40\40\x20\x20\x20\40\x20\40\x20\x40\x6c\141\x6e\x67\x28\x27\151\x6e\163\164\x61\x6c\154\145\x72\x3a\72\141\x70\x70\56\151\x6e\x73\x74\141\x6c\x6c\145\162\56\151\156\144\x65\x78\x2e\163\145\162\x76\x65\162\x2d\x72\x65\x71\165\x69\x72\x65\x6d\145\156\164\163\56\x74\x69\164\154\145\47\x29\xa\40\40\40\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\40\40\40\40\40\74\57\160\x3e\12\40\x20\x20\40\x20\40\40\40\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\74\x2f\x64\151\x76\76\xa\12\x20\40\40\40\x20\40\x20\x20\x20\x20\40\40\40\40\x20\40\40\x20\x20\40\74\x64\151\166\40\x63\x6c\x61\x73\x73\75\x22\x66\154\145\x78\40\146\x6c\145\x78\55\143\x6f\154\40\147\141\160\x2d\x5b\61\65\160\170\135\40\160\170\x2d\x5b\63\x30\x70\170\x5d\40\160\171\55\64\40\x62\x6f\162\x64\x65\162\55\142\x2d\x5b\x31\x70\x78\x5d\x20\x62\157\x72\x64\145\x72\x2d\147\x72\x61\171\x2d\x33\60\x30\40\150\x2d\133\x34\x38\x36\x70\170\135\40\157\166\x65\162\146\154\157\167\x2d\171\x2d\x61\x75\x74\157\42\76\12\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\40\40\x20\x20\40\40\x20\x20\40\x20\40\40\x20\x3c\144\151\166\x20\143\154\x61\163\x73\75\x22\146\154\x65\170\x20\147\141\x70\55\61\x22\76\xa\40\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\40\40\x3c\x73\x70\x61\156\x20\143\154\141\163\163\x3d\42\x7b\x7b\40\x24\160\150\160\126\x65\162\163\x69\157\156\x5b\x27\x73\165\160\160\157\162\x74\x65\x64\47\135\x20\77\40\x27\x69\143\157\156\55\164\151\143\x6b\40\164\x65\x78\164\55\x5b\62\60\x70\170\135\x20\164\x65\170\164\x2d\147\x72\145\145\x6e\55\65\60\60\x27\40\72\x20\x27\47\40\x7d\x7d\x22\76\74\x2f\163\x70\141\156\76\xa\xa\x20\x20\x20\40\40\x20\40\40\x20\x20\40\x20\40\40\40\40\40\40\40\x20\40\x20\x20\40\40\40\40\x20\x3c\160\x20\x63\154\141\x73\163\x3d\42\164\145\x78\x74\x2d\x5b\61\64\160\x78\x5d\x20\164\145\170\164\x2d\147\162\141\x79\x2d\x36\x30\x30\40\146\x6f\x6e\164\55\x73\145\x6d\x69\142\x6f\x6c\x64\x22\76\xa\40\40\x20\x20\40\40\40\40\x20\x20\x20\40\x20\40\x20\40\40\x20\40\x20\x20\40\40\40\40\40\40\x20\x20\x20\x20\x20\x40\x6c\141\x6e\x67\x28\x27\151\156\163\164\141\x6c\154\x65\162\72\72\141\x70\160\56\x69\x6e\x73\x74\141\154\154\x65\x72\x2e\151\x6e\x64\x65\x78\56\163\x65\162\166\x65\x72\x2d\162\145\161\165\x69\x72\145\x6d\x65\156\164\x73\56\x70\x68\x70\47\51\x20\x3c\163\x70\x61\156\40\x63\x6c\141\163\x73\x3d\x22\146\x6f\156\x74\55\x6e\157\162\155\141\154\42\x3e\x28\x40\154\x61\x6e\x67\x28\x27\x69\156\x73\x74\x61\x6c\154\145\x72\x3a\72\141\160\160\x2e\x69\156\x73\x74\x61\x6c\x6c\145\162\56\151\x6e\144\x65\170\x2e\163\145\x72\x76\145\162\x2d\162\145\161\165\151\162\145\x6d\145\156\x74\163\x2e\x70\x68\x70\x2d\x76\x65\162\163\151\x6f\156\47\51\x29\x3c\57\x73\x70\x61\x6e\x3e\12\40\x20\40\x20\40\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\40\74\x2f\x70\x3e\xa\40\40\x20\40\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\40\40\x20\x20\x20\40\x20\74\57\x64\151\166\76\12\xa\x20\40\40\40\x20\40\x20\40\x20\40\40\x20\40\40\40\40\x20\40\40\x20\x20\x20\x20\x20\x40\x66\157\162\x65\x61\143\150\40\50\44\x72\145\161\165\x69\x72\145\x6d\145\156\x74\163\133\47\162\x65\x71\x75\x69\162\145\155\145\x6e\x74\x73\47\135\x20\x61\163\40\x24\162\145\161\165\151\162\x65\155\x65\156\164\51\12\40\40\40\40\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\40\40\x20\40\x20\40\x40\146\157\x72\145\x61\x63\x68\x20\50\x24\162\x65\161\x75\151\162\x65\155\145\x6e\x74\x20\x61\x73\40\44\x6b\145\x79\x20\x3d\76\40\44\151\164\x65\x6d\x29\xa\40\40\x20\x20\40\x20\40\40\40\40\40\x20\x20\40\40\40\40\40\40\x20\40\x20\40\40\x20\40\40\x20\x20\40\40\x20\74\x64\x69\166\40\x63\x6c\141\163\163\75\x22\146\x6c\145\x78\x20\x67\x61\x70\x2d\x31\42\x3e\12\x20\x20\40\40\40\40\40\x20\x20\x20\x20\40\x20\40\40\40\40\40\x20\40\40\40\40\x20\40\40\40\x20\x20\40\40\x20\x20\40\x20\40\x3c\x73\160\141\x6e\40\x63\154\141\x73\x73\x3d\42\x7b\173\x20\44\x69\x74\145\x6d\40\77\40\x27\x69\x63\157\x6e\x2d\x74\151\143\x6b\40\x74\145\170\x74\55\x67\162\x65\x65\156\x2d\x35\x30\60\x27\x20\72\40\47\151\143\157\156\x2d\143\162\x6f\x73\x73\x20\164\145\x78\164\55\162\x65\x64\x2d\x35\x30\60\x27\x20\175\x7d\x20\x74\x65\170\x74\x2d\133\x32\60\x70\x78\135\x22\x3e\74\57\x73\160\141\x6e\76\12\12\x20\40\40\x20\40\x20\40\x20\40\40\40\x20\40\x20\40\x20\40\40\x20\40\40\40\40\x20\40\x20\40\40\x20\x20\x20\40\40\40\x20\40\74\160\x20\x63\x6c\141\x73\x73\x3d\x22\164\145\170\x74\55\133\x31\64\160\x78\x5d\x20\x74\x65\x78\x74\55\147\x72\x61\x79\55\66\x30\x30\x20\146\x6f\x6e\x74\55\x73\x65\x6d\151\142\157\154\x64\x22\76\12\x20\40\40\x20\40\x20\40\40\40\40\x20\40\40\x20\x20\40\x20\x20\x20\40\40\40\40\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\40\x20\40\x20\x20\40\x40\154\x61\x6e\147\50\47\x69\x6e\x73\164\141\154\154\145\162\72\72\x61\x70\x70\56\151\156\x73\x74\x61\154\x6c\x65\x72\56\x69\156\x64\145\170\56\163\x65\162\166\145\162\x2d\162\x65\x71\x75\x69\x72\x65\x6d\145\156\x74\x73\56\x27\40\x2e\x20\x24\153\145\x79\x29\12\x20\40\x20\x20\40\40\40\40\40\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\x3c\x2f\x70\x3e\xa\x20\40\x20\40\40\40\x20\x20\40\40\40\40\40\x20\x20\x20\40\x20\x20\40\40\40\x20\40\x20\x20\x20\40\40\40\x20\x20\x3c\57\144\151\166\x3e\12\40\40\x20\x20\40\40\40\x20\x20\x20\40\40\40\40\x20\40\40\40\x20\40\x20\x20\40\40\x20\40\x20\40\100\145\x6e\x64\x66\157\x72\145\141\x63\x68\xa\x20\40\40\x20\40\x20\40\40\x20\40\40\x20\40\40\40\40\x20\40\x20\40\x20\40\x20\40\100\145\x6e\x64\x66\157\x72\145\x61\x63\x68\xa\x20\40\x20\40\x20\40\x20\x20\x20\40\40\40\x20\x20\40\40\x20\x20\40\40\74\57\x64\151\x76\x3e\xa\12\x20\x20\40\x20\40\x20\x20\x20\40\40\40\40\40\40\40\40\40\40\40\x20\x40\x70\x68\x70\12\40\x20\40\40\40\x20\40\40\40\x20\x20\x20\40\x20\40\40\40\x20\40\x20\40\x20\x20\x20\x24\x68\x61\163\x52\145\x71\x75\x69\162\145\155\x65\x6e\x74\x20\x3d\x20\x66\141\154\163\x65\x3b\xa\xa\40\x20\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\40\40\40\40\40\x20\40\40\40\x20\146\157\x72\x65\x61\x63\x68\x20\x28\x24\x72\145\x71\x75\x69\x72\x65\155\145\156\x74\x73\133\x27\162\145\161\165\151\x72\145\155\x65\156\x74\x73\47\135\x5b\47\160\150\x70\x27\135\40\x61\x73\40\x24\x76\x61\154\165\x65\x29\x20\173\xa\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\151\x66\40\x28\x21\x24\166\x61\154\165\x65\x29\40\x7b\12\x20\x20\40\x20\40\40\40\40\40\x20\40\40\40\x20\x20\x20\40\x20\x20\x20\40\40\40\40\x20\x20\40\40\x20\40\40\x20\44\150\x61\163\122\145\161\x75\151\x72\145\155\145\156\164\40\75\40\164\162\x75\145\x3b\12\40\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\40\40\x20\x20\40\x20\40\x20\40\x20\40\x20\142\162\x65\141\x6b\73\xa\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\40\x20\40\40\40\40\x7d\xa\x20\x20\40\40\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\40\40\x20\x7d\xa\40\40\40\40\40\40\x20\40\40\40\40\40\40\40\40\x20\40\40\40\x20\x40\x65\x6e\144\x70\150\160\xa\12\40\x20\x20\x20\x20\40\40\40\40\x20\40\40\40\40\x20\x20\x20\40\x20\x20\x3c\x64\x69\x76\x20\x63\154\141\x73\x73\x3d\x22\146\154\145\x78\x20\x70\170\55\64\x20\160\x79\55\x32\56\x35\40\x6a\165\x73\164\x69\x66\x79\x2d\x62\145\x74\167\145\145\156\40\151\x74\145\155\x73\x2d\x63\x65\156\164\x65\162\42\76\xa\40\x20\x20\40\x20\40\40\x20\40\x20\40\40\x20\x20\x20\x20\40\40\40\x20\40\x20\40\40\x3c\144\x69\x76\12\40\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\40\40\40\40\40\x20\x20\40\40\x20\x20\40\x20\143\x6c\x61\x73\163\x3d\42\x74\145\170\x74\55\133\x31\62\x70\x78\x5d\40\164\x65\x78\164\55\142\154\165\145\55\66\x30\60\x20\146\x6f\156\x74\55\163\x65\155\x69\x62\157\x6c\144\x20\143\x75\162\x73\x6f\x72\55\x70\x6f\151\156\x74\145\162\x22\xa\40\40\x20\40\x20\40\40\x20\40\x20\x20\40\x20\x20\40\40\x20\40\40\40\x20\x20\40\x20\40\40\40\40\x72\157\154\145\x3d\x22\x62\165\x74\164\157\x6e\x22\12\40\40\40\40\x20\40\40\40\x20\40\40\40\x20\40\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\40\x61\162\x69\x61\x2d\154\x61\x62\145\x6c\x3d\x22\x40\x6c\x61\x6e\147\50\47\151\156\x73\x74\x61\154\x6c\145\162\72\72\x61\160\160\56\151\156\x73\x74\x61\x6c\154\145\162\56\x69\x6e\144\145\170\x2e\142\141\x63\153\x27\51\42\xa\40\40\x20\x20\40\40\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\40\40\40\40\40\x20\x20\164\141\142\151\x6e\144\145\x78\75\x22\x30\x22\xa\40\x20\x20\40\40\40\40\40\x20\x20\x20\40\40\40\x20\40\40\40\x20\40\x20\x20\40\40\x20\x20\40\x20\x40\143\x6c\x69\143\x6b\75\42\x62\x61\143\x6b\42\12\40\40\40\x20\40\40\x20\40\40\x20\40\40\x20\x20\40\40\x20\40\40\40\40\x20\x20\40\x3e\xa\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\40\40\40\40\x20\x20\x20\x20\x20\100\x6c\x61\156\x67\50\x27\151\156\x73\164\141\x6c\154\145\x72\x3a\x3a\x61\x70\160\x2e\151\x6e\x73\164\141\154\154\x65\x72\56\x69\x6e\144\145\170\x2e\142\x61\143\153\47\x29\12\40\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\40\40\40\40\x20\74\x2f\144\151\166\x3e\12\xa\x20\40\40\x20\40\x20\40\40\40\40\40\x20\40\x20\x20\40\x20\40\40\40\x20\x20\x20\40\74\x64\x69\x76\12\40\x20\40\x20\40\40\40\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\40\x20\40\40\40\40\40\x63\154\x61\163\x73\x3d\x22\x7b\173\x20\44\x68\x61\x73\x52\x65\x71\165\151\162\x65\155\145\x6e\164\x20\77\x20\47\157\x70\141\x63\x69\x74\x79\x2d\65\x30\40\143\x75\162\x73\x6f\x72\x2d\x6e\157\164\55\141\154\154\157\x77\145\x64\x27\40\x3a\40\x27\47\175\x7d\x20\x70\170\x2d\63\x20\160\171\x2d\61\x2e\65\x20\142\147\55\x62\154\165\145\x2d\66\60\x30\x20\x62\x6f\x72\144\x65\162\40\142\157\162\144\145\162\x2d\142\x6c\165\145\x2d\x37\x30\60\40\162\157\x75\156\x64\x65\x64\x2d\x6d\144\40\x74\145\x78\x74\55\147\x72\141\171\x2d\65\60\40\146\157\x6e\x74\x2d\163\145\155\151\142\x6f\154\144\40\143\x75\x72\163\x6f\162\x2d\x70\x6f\151\156\164\x65\162\x20\173\x7b\x20\x24\x68\141\x73\x52\x65\161\165\151\162\x65\x6d\x65\156\164\40\77\72\x20\x27\150\x6f\x76\x65\162\72\x6f\160\141\143\151\x74\171\55\71\x30\x27\40\175\x7d\42\xa\x20\40\40\40\40\40\40\40\x20\40\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\x20\x20\100\x63\154\x69\x63\x6b\x3d\42\x6e\145\x78\164\106\157\162\x6d\42\12\40\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\40\40\40\x20\x20\x20\x20\40\x20\40\x20\40\x20\x20\x20\164\x61\x62\151\x6e\x64\x65\x78\x3d\42\x30\42\xa\x20\40\x20\40\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\x20\40\40\x3e\xa\40\40\40\x20\x20\40\x20\x20\40\40\x20\40\40\40\40\x20\40\x20\x20\40\x20\40\40\40\x20\40\x20\x20\x40\x6c\141\156\147\50\x27\151\x6e\x73\164\141\154\x6c\145\162\x3a\72\x61\160\x70\56\151\156\x73\x74\x61\154\x6c\145\162\56\151\x6e\x64\x65\x78\x2e\x63\x6f\156\x74\151\x6e\165\145\47\51\xa\40\40\x20\x20\40\40\40\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\40\x20\40\x20\40\x20\x3c\57\x64\151\x76\76\xa\x20\x20\40\40\40\40\x20\40\40\x20\40\x20\40\40\x20\40\40\40\40\x20\74\x2f\x64\151\166\x3e\12\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\40\40\40\40\x20\74\x2f\144\151\x76\x3e\12\xa\x20\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x20\74\41\x2d\55\40\x45\x6e\166\151\162\157\156\x6d\145\156\x74\x20\x43\157\x6e\x66\151\147\x75\162\141\164\x69\157\156\x20\x44\x61\x74\141\142\141\x73\145\x20\55\55\76\xa\40\40\40\40\x20\x20\40\x20\40\x20\40\40\40\40\40\40\x3c\x64\x69\166\xa\40\40\x20\40\x20\x20\40\40\40\x20\40\x20\40\x20\40\x20\x20\40\x20\40\x63\x6c\x61\x73\x73\75\x22\167\x2d\146\x75\154\x6c\x20\155\141\x78\x2d\x77\55\133\65\x36\x38\160\x78\135\40\142\147\x2d\167\150\x69\164\145\40\162\157\165\156\x64\x65\x64\x2d\x6c\x67\x20\163\x68\x61\144\157\167\55\133\x30\160\x78\x5f\70\160\x78\137\61\60\160\x78\x5f\x30\x70\170\x5f\162\147\142\x61\50\60\54\60\x2c\60\54\x30\56\60\x35\x29\135\x20\x62\157\x72\144\x65\162\55\133\61\160\x78\x5d\x20\x62\157\x72\x64\x65\162\x2d\x67\162\141\x79\x2d\63\60\x30\42\12\x20\x20\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\40\40\x20\40\166\x2d\x69\x66\75\x22\x63\x75\162\x72\145\156\164\123\x74\x65\x70\x20\75\75\40\47\145\156\x76\x44\141\x74\x61\142\x61\x73\x65\47\x22\12\40\40\x20\x20\40\40\40\40\x20\40\40\x20\x20\x20\x20\40\x3e\12\x20\40\x20\x20\x20\40\40\40\40\x20\x20\40\40\x20\40\40\x20\40\40\x20\74\170\55\x69\156\x73\164\x61\x6c\x6c\145\162\72\72\x66\x6f\x72\155\12\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\40\x76\x2d\163\154\157\164\x3d\x22\173\x20\155\145\164\x61\x2c\40\x65\x72\162\x6f\162\x73\54\40\x68\141\156\x64\154\x65\123\x75\x62\155\x69\164\x20\175\42\xa\x20\x20\40\40\40\40\x20\40\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\40\x20\x61\x73\x3d\42\144\151\x76\x22\12\x20\x20\40\x20\x20\x20\40\40\40\40\x20\x20\40\40\40\40\40\40\40\40\x20\40\40\40\162\145\x66\75\x22\x65\x6e\166\x44\141\x74\x61\x62\141\163\x65\x22\12\x20\40\x20\40\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\x3e\12\40\x20\x20\40\40\x20\40\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\40\40\40\40\40\74\146\x6f\x72\155\xa\x20\40\40\40\x20\40\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\40\40\x20\40\40\40\40\40\40\x20\x20\100\x73\x75\x62\155\151\x74\56\x70\x72\x65\x76\x65\156\164\75\x22\150\141\156\144\x6c\145\x53\x75\142\x6d\151\164\x28\44\145\166\145\156\x74\x2c\40\106\157\x72\x6d\123\165\x62\x6d\x69\164\x29\42\xa\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\40\40\40\x20\x20\40\40\40\40\x20\x20\x20\145\x6e\143\x74\171\x70\145\75\42\x6d\x75\154\x74\x69\x70\141\162\164\57\x66\x6f\162\155\x2d\x64\x61\x74\x61\x22\12\x20\40\x20\x20\40\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\40\x20\40\x3e\xa\40\x20\x20\x20\40\40\40\40\40\x20\40\40\40\x20\x20\40\x20\40\40\x20\40\x20\x20\40\x20\40\x20\x20\74\144\151\x76\x20\143\154\x61\163\163\x3d\x22\146\154\145\170\40\152\x75\163\164\x69\x66\171\55\142\145\164\x77\145\x65\x6e\40\151\164\145\x6d\163\55\x63\145\156\x74\145\x72\x20\147\x61\x70\55\x32\56\65\x20\160\x78\55\64\x20\160\171\55\x5b\x31\61\160\x78\135\x20\x62\x6f\162\x64\x65\x72\x2d\142\55\x5b\x31\x70\170\x5d\40\x62\x6f\162\144\145\162\55\x67\162\141\171\x2d\63\x30\x30\42\76\xa\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\40\x20\40\x20\40\40\40\x20\40\40\40\x20\x20\40\x20\40\40\40\40\40\40\74\160\x20\x63\x6c\141\x73\163\75\42\164\x65\170\164\55\x5b\x32\x30\x70\x78\135\40\x74\145\x78\164\x2d\x67\x72\x61\171\x2d\x38\60\x30\x20\x66\x6f\156\x74\x2d\x62\157\154\x64\x22\76\xa\x20\x20\40\40\40\40\40\40\40\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\40\x20\x20\40\40\40\40\x20\x20\40\x40\x6c\x61\156\x67\50\47\151\x6e\163\x74\x61\154\154\x65\162\72\72\141\x70\160\56\x69\x6e\163\164\141\154\154\x65\x72\x2e\x69\x6e\x64\x65\x78\x2e\145\x6e\x76\151\x72\x6f\156\155\x65\x6e\x74\x2d\143\x6f\x6e\146\151\147\x75\162\141\164\x69\x6f\156\56\164\x69\x74\154\x65\x27\x29\12\x20\x20\40\x20\x20\x20\40\x20\40\40\40\x20\40\x20\40\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\40\x20\40\40\x3c\x2f\160\76\xa\40\40\x20\40\x20\x20\x20\x20\x20\40\40\40\40\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\x3c\57\x64\x69\166\76\12\12\x20\40\x20\x20\40\40\x20\40\40\x20\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\40\40\x20\x20\x20\x20\74\x64\x69\x76\40\143\154\141\x73\x73\75\x22\x66\x6c\x65\170\x20\x66\x6c\x65\x78\55\x63\x6f\154\x20\147\141\x70\x2d\x33\40\160\170\55\x5b\63\x30\160\170\x5d\40\160\x79\x2d\64\x20\142\157\x72\x64\145\162\x2d\x62\55\133\x31\x70\170\135\40\x62\x6f\162\x64\x65\x72\x2d\147\162\141\x79\55\63\60\x30\40\150\55\133\x34\70\x34\x70\170\x5d\40\157\166\x65\x72\x66\154\x6f\167\55\x79\x2d\x61\x75\x74\157\42\76\12\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\x20\40\40\40\40\x20\40\74\41\x2d\x2d\x20\x44\141\x74\141\x62\x61\163\x65\40\x43\x6f\x6e\156\145\x63\x74\151\x6f\x6e\55\55\x3e\12\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\x20\40\40\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\40\40\x20\x3c\x78\x2d\151\156\163\x74\x61\x6c\x6c\x65\162\72\72\146\x6f\x72\x6d\x2e\143\157\156\x74\162\157\154\55\x67\x72\x6f\x75\160\40\x63\154\141\163\163\x3d\x22\155\x62\55\62\x2e\65\42\76\xa\40\40\40\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\x20\40\40\x3c\170\55\151\156\163\164\141\154\154\145\x72\x3a\x3a\146\157\162\155\56\x63\x6f\x6e\x74\162\157\x6c\55\x67\x72\157\165\160\x2e\x6c\x61\x62\145\154\x20\x63\154\x61\163\x73\x3d\x22\x72\x65\x71\165\151\x72\x65\144\42\76\xa\40\40\40\40\40\x20\x20\40\40\x20\x20\40\40\40\x20\x20\x20\40\x20\40\40\x20\40\40\x20\x20\40\40\40\x20\40\40\40\40\x20\40\x20\x20\x20\x20\100\154\x61\156\x67\x28\47\x69\x6e\x73\164\141\x6c\x6c\x65\162\x3a\72\141\160\160\56\151\156\163\x74\x61\154\x6c\145\x72\x2e\151\x6e\x64\145\x78\56\145\156\166\x69\162\x6f\x6e\x6d\x65\156\x74\x2d\143\157\156\x66\151\x67\165\162\x61\x74\151\x6f\x6e\56\x64\141\164\141\142\x61\x73\x65\x2d\143\157\156\x6e\x65\143\x74\151\x6f\x6e\x27\x29\xa\40\40\40\40\40\40\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\40\40\40\x20\40\40\x20\40\40\x20\40\x20\40\x20\x20\x20\x20\40\40\74\57\x78\x2d\x69\156\163\164\141\x6c\x6c\x65\x72\x3a\x3a\146\x6f\162\155\x2e\143\157\x6e\164\x72\x6f\x6c\55\x67\162\x6f\165\x70\x2e\154\141\x62\x65\154\x3e\12\12\40\x20\40\40\x20\40\x20\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\40\40\40\74\x78\x2d\x69\156\x73\x74\141\x6c\154\x65\x72\72\72\x66\x6f\162\x6d\56\x63\157\x6e\x74\x72\157\x6c\x2d\147\162\x6f\165\160\x2e\x63\x6f\156\164\162\x6f\154\xa\40\40\x20\x20\40\x20\40\x20\40\x20\x20\40\40\40\x20\40\x20\x20\x20\x20\40\40\40\40\x20\40\40\x20\x20\x20\40\x20\40\x20\40\40\40\x20\40\40\x74\x79\160\x65\75\x22\x73\x65\154\x65\x63\x74\42\12\40\x20\40\40\x20\40\x20\x20\40\x20\40\40\x20\40\x20\40\40\40\x20\x20\40\x20\x20\x20\x20\40\40\40\40\x20\40\x20\40\40\40\x20\x20\x20\40\40\x6e\141\x6d\145\x3d\x22\144\x62\137\143\157\x6e\x6e\145\143\164\151\157\x6e\42\xa\40\40\x20\40\x20\40\40\40\40\x20\x20\40\40\40\x20\40\x20\40\x20\x20\40\40\x20\40\x20\x20\40\40\40\40\x20\x20\40\40\40\40\x20\40\40\40\72\72\x76\141\x6c\x75\145\75\42\x65\x6e\x76\104\141\x74\141\x2e\x64\x62\137\143\x6f\156\x6e\x65\x63\164\151\157\x6e\40\77\x3f\40\x27\x6d\x79\x73\161\x6c\x27\x22\12\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x20\40\40\x20\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\x20\40\x20\40\x20\40\40\x20\x20\162\165\154\x65\163\x3d\x22\x72\x65\161\165\x69\162\x65\x64\x22\12\x20\40\x20\40\x20\40\40\40\x20\40\40\40\40\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\x20\40\40\x20\40\40\x20\40\40\40\x20\72\154\141\x62\145\x6c\75\42\164\162\x61\156\x73\x28\47\151\x6e\163\164\141\x6c\x6c\145\162\72\x3a\141\160\160\x2e\151\156\163\164\141\154\154\x65\x72\x2e\151\156\x64\x65\170\56\x65\156\166\151\162\157\156\x6d\145\156\x74\55\x63\x6f\156\x66\x69\x67\x75\x72\141\x74\151\157\156\56\144\x61\164\x61\x62\141\x73\x65\55\143\157\x6e\156\x65\143\x74\151\157\156\47\51\42\xa\40\40\40\x20\x20\40\x20\40\40\40\x20\40\40\x20\40\x20\40\40\40\x20\x20\40\40\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\40\40\x20\40\40\40\72\160\154\141\143\x65\150\157\154\144\x65\x72\75\x22\164\x72\141\x6e\163\x28\47\x69\x6e\163\164\x61\x6c\154\145\162\72\x3a\141\x70\x70\56\x69\x6e\x73\164\x61\x6c\154\145\x72\56\x69\156\x64\145\170\56\x65\156\x76\151\162\x6f\156\x6d\145\x6e\164\55\x63\x6f\156\x66\151\x67\165\x72\x61\164\x69\x6f\x6e\x2e\x64\141\164\x61\142\141\163\x65\55\143\157\156\156\x65\143\164\x69\157\156\x27\51\x22\12\40\40\x20\40\40\x20\40\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\40\40\40\40\40\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\40\x20\x3e\xa\40\x20\40\40\x20\40\x20\40\40\40\x20\40\40\x20\x20\40\40\40\40\x20\40\40\x20\x20\x20\x20\40\40\x20\40\40\40\x20\x20\x20\40\40\40\x20\40\x3c\x6f\160\164\151\x6f\x6e\12\x20\x20\x20\x20\40\40\40\40\x20\x20\40\x20\40\x20\40\40\40\40\x20\40\40\x20\40\40\40\40\x20\40\40\40\x20\40\40\40\x20\x20\40\40\40\40\x20\x20\x20\40\x76\141\x6c\165\145\75\x22\x6d\x79\x73\161\x6c\x22\xa\x20\40\x20\40\40\x20\40\x20\40\x20\40\x20\40\x20\x20\40\40\x20\40\40\40\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\40\40\40\40\x20\x20\x73\x65\154\145\x63\x74\x65\x64\xa\x20\x20\40\x20\x20\40\40\40\40\40\40\x20\x20\40\40\40\40\x20\x20\40\x20\40\40\40\x20\x20\40\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\40\40\76\12\40\40\x20\x20\40\40\x20\x20\40\40\x20\40\40\x20\40\40\40\x20\x20\40\40\x20\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\40\x20\x20\40\40\x40\154\141\156\x67\50\x27\151\x6e\163\x74\x61\154\x6c\145\x72\x3a\72\x61\160\x70\x2e\x69\x6e\x73\x74\141\x6c\x6c\145\x72\x2e\x69\156\144\x65\x78\56\145\156\x76\x69\x72\157\156\155\145\x6e\x74\55\143\157\156\146\x69\x67\x75\162\141\164\151\157\x6e\56\x6d\x79\163\161\154\47\x29\12\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\40\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\40\40\40\x20\x20\40\x20\40\x20\x20\x20\x20\x20\40\40\x20\x3c\x2f\157\x70\164\x69\157\156\x3e\xa\12\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\40\40\40\40\x20\40\40\40\40\x20\x20\40\40\40\x20\40\40\40\x20\x20\x20\40\40\40\x20\74\x6f\x70\164\151\157\156\40\166\x61\x6c\165\x65\x3d\42\160\x67\163\x71\x6c\x22\76\xa\x20\x20\40\x20\40\40\x20\40\x20\40\40\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\40\40\40\x20\40\40\40\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\40\40\x40\154\141\156\x67\50\47\151\x6e\x73\164\x61\x6c\154\145\162\72\x3a\x61\160\160\x2e\151\156\163\x74\141\154\154\x65\x72\x2e\151\156\144\x65\x78\56\x65\x6e\x76\x69\x72\157\x6e\x6d\145\x6e\164\55\x63\x6f\156\x66\151\x67\165\162\141\164\151\x6f\156\x2e\160\147\x73\161\154\47\x29\xa\40\x20\40\x20\40\40\x20\40\x20\40\40\40\40\40\40\40\x20\x20\x20\40\40\x20\x20\40\40\40\x20\x20\x20\40\40\x20\40\40\x20\x20\x20\40\40\x20\x3c\x2f\157\x70\x74\151\157\x6e\x3e\12\12\40\40\x20\40\40\x20\40\40\40\x20\40\40\40\x20\40\40\40\40\40\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\74\x6f\x70\164\151\157\156\40\x76\141\154\x75\145\x3d\x22\x73\161\x6c\x73\x72\x76\x22\x3e\xa\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\40\40\40\40\40\40\x20\x20\40\x20\40\x20\x20\40\40\40\x20\x20\40\x20\40\40\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\x40\154\x61\156\147\x28\x27\151\156\163\164\141\x6c\x6c\x65\162\72\x3a\x61\x70\160\56\151\156\163\x74\141\x6c\154\145\162\56\x69\156\144\x65\170\56\145\156\x76\151\x72\x6f\x6e\155\x65\156\164\55\143\x6f\x6e\146\151\147\165\162\x61\164\x69\157\x6e\x2e\x73\161\154\163\162\166\x27\51\xa\40\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\40\40\40\x20\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\40\40\74\x2f\x6f\160\164\x69\x6f\156\x3e\12\x20\40\40\40\x20\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\x20\40\40\40\40\x20\x20\x20\x20\40\x20\x3c\57\170\x2d\x69\156\163\164\141\x6c\154\145\x72\x3a\72\146\x6f\162\x6d\x2e\x63\x6f\156\164\162\x6f\x6c\x2d\x67\x72\157\165\160\56\x63\157\x6e\x74\162\x6f\154\76\12\xa\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\x20\40\40\40\40\x20\40\40\40\40\40\40\x20\40\x20\x20\40\x20\x3c\170\x2d\151\156\x73\x74\141\x6c\154\x65\x72\72\x3a\x66\157\x72\155\56\x63\x6f\156\x74\162\157\x6c\55\147\x72\157\165\160\x2e\145\162\x72\x6f\x72\40\143\x6f\156\164\162\157\154\55\x6e\141\x6d\x65\75\x22\x64\x62\137\x63\157\156\156\x65\143\164\151\x6f\x6e\42\40\57\x3e\12\x20\x20\40\40\40\x20\40\x20\x20\40\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\40\74\57\170\55\x69\156\163\164\141\x6c\x6c\145\x72\72\72\x66\x6f\162\155\x2e\x63\x6f\156\x74\x72\157\x6c\55\x67\162\x6f\x75\160\76\xa\12\40\x20\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\40\74\41\x2d\x2d\40\x44\141\x74\141\142\141\163\145\40\110\x6f\x73\164\156\141\155\x65\55\55\x3e\xa\40\40\40\40\40\40\40\40\40\x20\x20\40\40\x20\40\x20\x20\x20\x20\40\40\x20\x20\40\40\40\40\40\x20\40\x20\x20\x3c\x78\55\151\156\x73\x74\141\x6c\154\x65\162\72\x3a\146\157\x72\155\56\143\157\156\164\x72\157\x6c\x2d\x67\162\x6f\165\x70\40\x63\x6c\141\163\163\75\x22\155\142\x2d\62\56\x35\x22\x3e\12\40\40\40\40\x20\40\40\40\40\40\40\40\x20\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\40\x20\x3c\x78\55\151\x6e\163\164\141\154\154\145\162\x3a\x3a\146\x6f\162\x6d\56\143\x6f\156\x74\162\157\x6c\x2d\x67\162\157\165\x70\56\x6c\141\142\x65\154\x20\143\x6c\x61\163\x73\75\42\162\x65\161\165\x69\x72\x65\144\x22\x3e\xa\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\x20\40\40\40\x20\40\40\x20\x20\40\x40\x6c\x61\156\147\50\47\x69\156\163\164\x61\154\x6c\x65\162\x3a\72\141\x70\x70\x2e\151\156\163\164\x61\x6c\x6c\145\x72\x2e\151\x6e\144\x65\170\56\x65\x6e\166\151\x72\x6f\156\155\x65\x6e\x74\55\x63\x6f\156\146\151\x67\165\162\141\x74\151\157\x6e\x2e\144\x61\x74\x61\142\x61\163\145\55\150\x6f\163\164\x6e\141\x6d\x65\x27\x29\12\x20\40\40\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x3c\57\170\x2d\x69\x6e\163\x74\x61\x6c\154\145\162\72\x3a\146\157\162\155\56\x63\x6f\156\164\162\157\154\x2d\147\162\157\165\160\56\154\141\x62\145\154\76\xa\12\x20\40\40\40\x20\40\40\x20\x20\40\40\x20\40\x20\40\40\40\40\x20\40\x20\40\40\40\x20\40\40\x20\40\40\x20\40\x20\x20\40\x20\x3c\170\55\x69\x6e\163\x74\141\154\154\145\x72\72\72\146\x6f\x72\155\x2e\x63\157\x6e\164\x72\157\x6c\55\147\x72\157\165\x70\56\143\x6f\x6e\x74\162\157\x6c\xa\x20\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\40\40\40\40\164\x79\160\x65\75\x22\x74\x65\170\164\x22\xa\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\40\x20\40\156\141\x6d\x65\75\42\144\142\137\150\157\x73\x74\x6e\x61\x6d\x65\42\12\x20\x20\40\x20\40\40\x20\40\40\40\x20\x20\x20\x20\40\x20\40\40\40\40\40\x20\x20\40\40\x20\40\40\x20\40\x20\40\40\x20\40\x20\x20\40\40\x20\x3a\x3a\x76\x61\154\x75\x65\75\x22\145\156\166\x44\x61\164\x61\x2e\144\142\137\150\x6f\x73\164\x6e\x61\x6d\145\x20\77\77\40\47\x31\62\67\56\60\56\60\x2e\x31\47\42\xa\x20\x20\40\40\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\40\40\x20\40\x20\40\40\40\40\40\x20\x20\40\x72\165\154\x65\x73\x3d\x22\x72\x65\161\165\x69\x72\x65\144\x22\12\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\x20\40\40\40\40\x20\40\72\154\141\x62\x65\x6c\75\42\x74\162\141\x6e\163\50\47\x69\156\163\164\141\154\154\145\x72\72\72\x61\x70\160\56\151\156\x73\164\x61\x6c\154\145\162\56\151\x6e\144\145\x78\56\x65\156\166\151\x72\157\x6e\x6d\145\x6e\164\x2d\x63\157\156\146\151\147\x75\162\x61\x74\151\x6f\x6e\x2e\x64\x61\x74\x61\142\141\x73\x65\x2d\150\157\163\164\156\x61\x6d\145\47\x29\x22\xa\40\x20\40\x20\x20\40\40\x20\x20\40\40\40\x20\40\40\x20\x20\40\40\40\40\x20\40\40\40\40\x20\x20\40\40\40\40\x20\40\40\40\40\x20\40\40\x3a\160\x6c\141\143\145\150\x6f\x6c\x64\x65\x72\75\42\164\x72\141\x6e\163\x28\47\x69\156\163\x74\141\x6c\154\x65\162\x3a\x3a\x61\160\x70\x2e\151\x6e\x73\164\141\154\154\x65\x72\x2e\151\156\x64\x65\x78\56\145\156\x76\x69\x72\x6f\x6e\x6d\x65\156\164\x2d\143\157\156\x66\151\x67\165\162\141\x74\151\x6f\156\x2e\x64\141\164\x61\142\141\163\145\x2d\150\157\x73\x74\156\x61\x6d\145\x27\51\42\12\x20\x20\x20\x20\x20\40\40\40\40\40\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\x20\57\x3e\xa\xa\40\x20\x20\40\40\40\x20\40\40\40\40\x20\40\x20\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\40\x3c\170\55\151\156\x73\164\141\154\x6c\x65\162\72\x3a\146\x6f\162\x6d\x2e\x63\157\x6e\x74\x72\157\x6c\x2d\x67\x72\x6f\165\160\56\x65\162\x72\x6f\x72\40\143\157\x6e\164\x72\x6f\154\55\156\x61\155\145\75\42\x64\x62\x5f\150\x6f\x73\164\156\x61\155\x65\x22\x20\57\76\xa\x20\x20\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\40\40\40\x20\40\x20\x3c\x2f\x78\55\151\x6e\163\x74\141\154\x6c\x65\x72\x3a\x3a\x66\x6f\x72\155\56\143\157\156\164\x72\157\154\x2d\x67\x72\x6f\x75\160\x3e\12\12\40\40\40\40\x20\x20\x20\x20\40\40\x20\x20\40\40\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\x3c\x21\x2d\55\x20\104\141\164\141\x62\141\163\145\40\120\157\162\164\x2d\55\76\xa\x20\x20\40\x20\x20\40\x20\40\40\40\40\40\40\x20\x20\40\x20\x20\40\x20\40\x20\40\40\40\x20\40\x20\x20\40\x20\x20\74\x78\55\151\x6e\163\x74\141\154\x6c\145\x72\72\72\x66\157\x72\x6d\x2e\x63\157\156\x74\162\157\154\55\147\x72\157\x75\x70\40\143\x6c\x61\163\x73\x3d\42\x6d\142\x2d\x32\56\65\x22\76\xa\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\40\40\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\x20\x20\74\x78\x2d\x69\x6e\163\164\x61\154\154\x65\162\72\x3a\x66\x6f\162\155\x2e\143\157\x6e\x74\162\x6f\x6c\55\147\162\x6f\165\160\56\x6c\x61\142\145\154\40\143\154\141\x73\163\x3d\x22\162\145\161\165\151\x72\x65\x64\42\x3e\12\x20\40\40\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\x20\40\40\40\40\40\x20\x20\x20\x20\40\40\x20\40\40\x20\40\40\40\40\40\x20\40\40\40\40\100\154\x61\x6e\147\x28\47\x69\x6e\163\x74\141\x6c\x6c\145\162\x3a\x3a\141\x70\160\x2e\151\x6e\x73\164\141\x6c\154\145\x72\56\151\x6e\x64\145\170\56\145\x6e\x76\151\162\x6f\156\x6d\145\156\164\55\143\157\156\146\151\x67\x75\x72\x61\164\x69\x6f\x6e\x2e\144\x61\x74\141\x62\x61\163\x65\x2d\160\x6f\x72\x74\47\51\xa\40\x20\40\x20\40\x20\40\x20\40\x20\40\40\x20\40\40\x20\40\40\40\x20\40\40\40\x20\40\40\x20\x20\x20\40\40\40\40\x20\x20\x20\74\57\x78\x2d\151\156\163\x74\x61\154\154\145\x72\x3a\x3a\146\157\162\x6d\x2e\143\x6f\156\x74\x72\157\154\x2d\147\162\x6f\x75\160\x2e\x6c\x61\x62\x65\154\76\12\12\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\40\40\x20\40\x20\40\40\x20\x20\40\x20\40\40\x20\x3c\x78\55\x69\x6e\163\x74\x61\154\x6c\145\x72\72\x3a\146\157\x72\x6d\x2e\x63\157\156\164\x72\x6f\x6c\x2d\147\162\x6f\165\x70\x2e\143\157\156\x74\162\157\x6c\xa\40\x20\40\x20\x20\40\40\40\40\x20\40\40\40\40\40\40\40\40\x20\40\x20\40\x20\x20\40\40\40\40\40\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\164\x79\160\145\75\x22\164\x65\x78\x74\x22\12\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\40\40\40\x20\x20\40\40\40\x20\x20\40\x20\40\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\x6e\x61\155\145\x3d\42\144\142\137\160\x6f\x72\164\42\xa\x20\x20\40\x20\40\x20\x20\40\40\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\40\40\40\x3a\72\166\141\x6c\165\145\75\42\145\156\166\104\x61\164\141\56\144\142\x5f\160\157\x72\164\40\77\x3f\x20\47\x33\63\60\x36\47\x22\xa\x20\40\40\x20\40\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\40\40\40\40\40\40\40\x20\40\40\40\40\x20\40\40\40\40\x20\x20\40\x72\165\154\x65\x73\x3d\x22\162\145\x71\x75\151\162\145\x64\42\xa\40\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\40\40\40\x20\x20\x20\40\40\40\x20\40\x20\40\40\40\40\x20\40\40\x20\x20\x20\40\x20\40\40\x20\72\x6c\x61\142\145\154\x3d\x22\x74\162\x61\x6e\x73\x28\47\151\x6e\x73\x74\x61\x6c\x6c\145\x72\x3a\72\x61\x70\160\x2e\151\156\163\164\x61\154\154\x65\162\56\x69\156\144\x65\x78\x2e\145\x6e\x76\151\162\157\156\155\x65\x6e\x74\55\x63\x6f\x6e\x66\151\147\165\x72\x61\164\151\157\156\56\x64\x61\x74\x61\142\x61\163\145\x2d\160\157\x72\x74\x27\x29\42\12\40\x20\40\40\x20\x20\x20\40\x20\40\40\40\40\40\40\40\x20\40\40\40\x20\x20\40\40\40\40\40\40\x20\x20\40\x20\40\40\x20\40\x20\40\40\x20\72\160\154\141\x63\x65\150\157\x6c\x64\x65\x72\75\42\x74\162\x61\156\x73\50\47\x69\x6e\163\x74\x61\154\154\145\162\72\72\x61\x70\160\x2e\x69\156\x73\164\x61\x6c\154\x65\x72\56\x69\x6e\x64\x65\170\x2e\145\156\166\x69\x72\157\x6e\x6d\145\x6e\x74\55\x63\x6f\x6e\x66\151\x67\x75\162\141\164\151\157\156\x2e\144\x61\164\141\x62\141\163\x65\55\x70\x6f\162\x74\47\x29\42\xa\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\40\40\40\x2f\x3e\12\xa\40\x20\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\40\40\40\x20\40\40\40\x20\x20\40\x20\40\40\40\40\x20\x20\x20\40\40\40\40\74\170\x2d\x69\x6e\x73\164\141\x6c\x6c\145\x72\x3a\72\x66\x6f\x72\x6d\56\x63\x6f\156\x74\162\x6f\154\55\147\x72\157\165\160\x2e\145\162\x72\x6f\x72\40\x63\157\156\x74\x72\x6f\154\x2d\x6e\141\155\x65\75\x22\144\x62\x5f\x70\157\x72\164\x22\40\57\76\xa\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\40\40\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\40\40\40\x20\x20\x3c\57\x78\x2d\x69\156\x73\164\x61\154\154\145\162\72\72\146\157\x72\x6d\56\143\x6f\156\164\x72\157\x6c\55\147\162\x6f\165\160\76\xa\12\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\40\40\40\x20\x20\40\40\40\40\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\74\41\x2d\55\x20\x44\x61\x74\141\142\x61\163\x65\x20\156\x61\155\x65\x2d\x2d\x3e\12\40\40\40\40\40\x20\x20\40\40\x20\40\x20\40\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\40\40\40\40\40\40\74\170\55\151\x6e\163\x74\141\154\154\145\x72\x3a\x3a\x66\x6f\162\x6d\x2e\x63\157\x6e\164\162\157\x6c\55\147\162\157\x75\x70\x20\143\154\x61\x73\x73\x3d\x22\x6d\x62\55\62\x2e\65\42\x3e\12\x20\x20\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\40\40\x20\x20\40\x20\x20\40\40\40\40\x3c\x78\x2d\x69\x6e\163\x74\x61\154\x6c\x65\x72\x3a\x3a\x66\x6f\x72\x6d\56\143\157\x6e\x74\x72\157\154\x2d\x67\162\157\x75\160\56\154\x61\142\x65\154\x20\x63\154\141\163\163\75\42\x72\x65\x71\165\151\162\x65\144\x22\76\xa\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\40\40\x20\40\x20\x20\40\40\x20\40\40\40\x20\x20\40\40\x20\x20\40\40\x20\100\154\x61\156\147\x28\47\151\x6e\163\x74\x61\154\x6c\145\162\x3a\72\x61\160\160\56\151\x6e\x73\x74\x61\x6c\x6c\145\x72\56\x69\x6e\144\x65\170\x2e\x65\x6e\166\x69\162\x6f\x6e\x6d\x65\x6e\164\x2d\x63\x6f\x6e\146\151\147\165\162\141\164\151\x6f\156\x2e\144\141\164\x61\142\x61\x73\145\x2d\x6e\141\x6d\145\47\51\12\40\40\40\40\40\x20\x20\x20\40\x20\40\x20\40\40\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\x20\40\40\x20\40\40\x20\40\x20\40\x20\74\57\x78\55\151\156\x73\x74\141\x6c\x6c\145\162\x3a\x3a\x66\157\x72\155\x2e\143\157\x6e\x74\162\x6f\154\55\147\x72\x6f\x75\160\x2e\x6c\141\142\x65\x6c\76\xa\xa\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\40\40\x20\40\40\x20\x20\40\x20\40\40\40\40\40\x20\40\40\x20\40\x20\40\40\74\x78\55\151\156\x73\x74\x61\x6c\154\x65\x72\72\x3a\146\x6f\162\x6d\56\x63\x6f\x6e\x74\162\x6f\154\55\x67\x72\x6f\165\160\56\x63\157\x6e\164\162\157\154\12\40\40\x20\x20\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\40\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\164\x79\160\x65\75\42\x74\x65\x78\164\42\xa\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\40\40\40\40\x20\x20\40\x20\40\40\40\x20\40\x20\40\40\40\x20\40\x20\156\x61\155\x65\x3d\x22\144\x62\x5f\156\141\x6d\x65\x22\12\40\x20\x20\40\x20\40\x20\x20\40\40\40\x20\40\40\40\x20\x20\40\40\x20\40\x20\x20\40\x20\40\40\40\x20\x20\x20\40\x20\x20\40\x20\x20\40\x20\x20\72\72\x76\x61\x6c\165\x65\x3d\x22\145\156\x76\104\141\164\x61\56\144\142\137\156\x61\x6d\145\42\12\x20\40\x20\40\x20\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\40\40\x20\40\40\x20\x20\40\x20\40\40\40\40\40\x20\40\x20\40\x20\40\40\x20\x72\165\154\x65\x73\x3d\x22\162\x65\161\165\x69\x72\x65\144\42\xa\x20\x20\40\x20\40\x20\40\40\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\40\40\x20\72\154\141\x62\x65\154\75\42\x74\x72\141\156\x73\50\x27\x69\x6e\x73\164\x61\x6c\x6c\x65\162\x3a\72\x61\x70\x70\56\151\156\x73\x74\x61\154\154\x65\162\56\151\156\x64\145\170\x2e\x65\156\x76\151\x72\x6f\156\x6d\x65\x6e\x74\x2d\143\x6f\156\146\151\147\x75\162\141\164\x69\x6f\156\56\x64\141\164\141\x62\141\x73\x65\55\156\141\x6d\x65\x27\51\x22\12\x20\x20\x20\40\x20\x20\40\40\40\x20\40\40\40\40\40\40\40\40\40\x20\x20\40\x20\x20\40\40\x20\40\x20\40\x20\x20\40\40\40\x20\40\40\40\40\72\160\154\141\x63\x65\x68\x6f\x6c\144\145\162\x3d\x22\x74\162\141\156\163\x28\47\151\x6e\x73\x74\141\x6c\x6c\x65\x72\x3a\72\x61\160\160\56\151\156\x73\164\141\154\154\x65\x72\56\x69\156\x64\x65\x78\x2e\145\156\x76\151\162\157\x6e\x6d\x65\x6e\164\55\x63\157\x6e\146\151\x67\165\x72\141\x74\151\157\x6e\x2e\144\x61\x74\x61\142\141\163\145\x2d\156\141\x6d\145\x27\x29\x22\12\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\40\40\x20\40\40\40\x20\40\x20\40\40\x20\x20\40\40\x20\40\40\x20\40\x20\40\40\40\x20\57\x3e\xa\xa\40\x20\40\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\40\x20\40\40\40\x20\x20\40\x20\40\40\x20\40\40\x20\x20\74\x78\x2d\x69\156\163\164\x61\154\154\x65\162\x3a\x3a\x66\x6f\x72\155\x2e\x63\x6f\156\x74\162\157\154\x2d\x67\162\157\x75\x70\56\x65\x72\162\157\x72\x20\143\157\156\x74\x72\x6f\x6c\x2d\156\141\x6d\145\x3d\42\144\x62\x5f\156\141\x6d\x65\42\40\57\76\12\40\40\x20\x20\40\x20\x20\40\x20\40\x20\40\40\40\40\x20\40\40\x20\40\40\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\x3c\x2f\x78\55\151\x6e\163\164\x61\x6c\x6c\145\x72\72\x3a\x66\157\162\155\56\143\x6f\156\x74\162\157\154\x2d\147\x72\x6f\165\x70\x3e\12\xa\x20\40\x20\x20\40\40\x20\x20\40\40\x20\40\x20\x20\40\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\x20\40\x20\x3c\41\x2d\55\x20\x44\141\164\x61\142\141\163\145\40\x50\162\x65\x66\x69\x78\55\x2d\x3e\12\x20\x20\40\x20\40\40\x20\40\40\x20\x20\40\x20\40\x20\x20\40\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\74\170\55\151\x6e\x73\164\141\x6c\x6c\145\x72\x3a\72\x66\157\162\x6d\56\x63\157\x6e\x74\162\157\x6c\55\x67\x72\157\165\x70\x20\x63\x6c\x61\x73\x73\75\x22\155\x62\55\62\x2e\65\42\x3e\12\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\x3c\170\55\151\156\163\x74\x61\x6c\x6c\x65\162\x3a\x3a\146\x6f\162\155\x2e\143\x6f\156\164\x72\157\x6c\x2d\147\162\x6f\x75\160\56\154\141\142\x65\x6c\x3e\xa\x20\40\40\40\40\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\40\40\x20\x20\40\x20\40\40\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\x40\154\x61\156\147\x28\x27\151\156\x73\164\141\x6c\154\145\x72\72\x3a\141\160\x70\x2e\151\x6e\163\x74\x61\x6c\154\x65\x72\56\x69\x6e\x64\145\170\x2e\x65\156\x76\151\162\x6f\156\x6d\145\156\x74\55\x63\x6f\x6e\146\x69\147\165\162\141\x74\151\x6f\156\x2e\144\141\x74\141\142\x61\163\145\55\x70\x72\145\x66\151\x78\47\51\xa\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\40\40\x20\x20\40\x20\74\x2f\170\x2d\151\x6e\163\164\141\154\x6c\x65\x72\x3a\x3a\146\x6f\x72\155\56\143\x6f\x6e\x74\162\x6f\154\x2d\147\x72\157\165\160\x2e\x6c\141\x62\145\x6c\76\12\12\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\40\40\x20\40\x20\x20\40\40\74\170\x2d\x69\156\163\164\x61\154\154\x65\162\x3a\72\x66\x6f\x72\155\x2e\x63\157\x6e\164\162\157\154\x2d\147\162\x6f\165\160\x2e\x63\157\156\x74\x72\x6f\154\12\40\40\40\40\x20\40\x20\x20\40\40\40\x20\x20\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\40\x74\171\160\x65\75\42\x74\145\x78\164\x22\xa\40\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\40\40\40\40\40\x20\40\40\x20\40\40\40\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\156\x61\x6d\145\x3d\42\x64\x62\x5f\160\x72\145\146\x69\170\42\xa\40\x20\40\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\40\40\40\x20\40\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\40\40\40\x20\x20\40\x20\72\x3a\x76\x61\x6c\x75\145\75\x22\145\156\166\x44\x61\x74\x61\x2e\x64\x62\x5f\160\x72\145\146\x69\170\42\12\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\72\x6c\141\142\x65\154\75\42\164\162\141\156\x73\x28\x27\151\156\x73\164\141\154\154\x65\162\72\72\x61\160\160\x2e\151\x6e\x73\164\141\154\154\x65\x72\56\151\x6e\x64\145\x78\56\x65\156\x76\x69\x72\157\x6e\x6d\145\156\164\x2d\x63\157\156\x66\151\147\x75\162\141\x74\x69\x6f\156\56\x64\x61\x74\x61\142\x61\x73\145\55\160\x72\x65\146\x69\x78\47\51\42\12\x20\x20\40\x20\40\40\x20\40\40\x20\40\40\x20\40\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\40\40\x20\x20\40\x20\x20\x3a\x70\x6c\141\x63\145\150\157\x6c\144\145\x72\75\x22\164\162\141\x6e\x73\50\47\151\156\163\x74\x61\x6c\154\x65\162\72\72\x61\160\160\x2e\151\x6e\x73\x74\141\154\x6c\145\162\56\x69\x6e\144\145\x78\56\145\x6e\166\151\162\157\156\155\x65\156\x74\x2d\x63\x6f\156\x66\x69\147\x75\x72\141\164\151\157\x6e\x2e\144\141\x74\x61\x62\141\x73\145\55\160\162\145\146\151\x78\47\x29\x22\xa\40\x20\40\x20\x20\x20\x20\40\40\40\40\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\x20\40\x20\40\x20\40\x20\x20\40\40\x20\57\76\12\xa\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\40\40\x20\40\40\x20\x20\40\x20\40\40\x20\40\40\x20\x20\x3c\170\x2d\151\156\x73\x74\x61\154\154\145\162\72\x3a\146\157\162\155\x2e\143\157\156\x74\x72\x6f\x6c\55\147\x72\157\165\x70\x2e\x65\162\x72\x6f\162\x20\143\x6f\x6e\x74\162\157\154\55\156\141\x6d\x65\x3d\x22\x64\142\137\160\162\x65\146\151\x78\x22\x20\57\76\xa\40\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\40\x20\x20\40\x20\x20\x20\40\40\40\40\x20\x3c\x2f\170\x2d\x69\x6e\163\164\141\x6c\x6c\145\162\x3a\x3a\x66\x6f\x72\155\56\143\157\156\164\162\x6f\154\x2d\147\162\x6f\x75\160\x3e\12\xa\40\40\40\x20\40\40\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\40\x20\40\x20\40\x20\40\40\x20\x20\x20\74\x21\55\55\x20\104\x61\x74\x61\x62\141\163\145\x20\x55\163\145\162\x6e\x61\155\145\x2d\x2d\x3e\12\40\x20\40\x20\x20\x20\40\40\40\40\x20\x20\40\x20\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\40\40\x20\40\40\40\40\x3c\170\55\x69\x6e\163\164\x61\154\154\x65\x72\72\x3a\x66\157\162\x6d\56\x63\x6f\156\164\x72\x6f\x6c\x2d\147\162\x6f\x75\x70\x20\x63\154\x61\x73\x73\x3d\x22\x6d\142\55\x32\56\65\x22\x3e\12\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\40\40\x20\40\x20\x20\40\x3c\170\55\151\156\x73\164\x61\154\154\145\x72\72\x3a\x66\157\x72\x6d\56\x63\157\x6e\x74\x72\x6f\154\x2d\x67\x72\157\165\x70\x2e\154\x61\142\x65\154\40\143\154\141\163\x73\75\42\162\145\x71\x75\151\162\145\144\x22\x3e\12\40\x20\40\x20\40\40\x20\x20\40\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\40\40\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\100\x6c\x61\156\x67\x28\47\x69\x6e\x73\164\141\x6c\154\145\x72\72\x3a\141\x70\160\x2e\x69\156\x73\164\141\154\154\x65\x72\56\x69\156\x64\145\170\x2e\x65\x6e\166\x69\162\157\x6e\x6d\x65\x6e\164\55\143\157\156\x66\x69\x67\165\162\x61\164\151\157\156\56\x64\141\164\141\142\x61\163\x65\55\x75\x73\x65\162\156\141\155\x65\x27\x29\12\x20\x20\40\40\x20\x20\x20\x20\40\40\40\40\40\x20\40\x20\40\x20\40\x20\x20\x20\40\x20\40\40\40\x20\x20\40\40\x20\40\40\x20\40\x3c\x2f\x78\x2d\151\x6e\x73\x74\141\x6c\x6c\x65\162\x3a\72\146\157\x72\x6d\x2e\143\157\156\x74\162\x6f\x6c\55\147\x72\x6f\x75\160\x2e\154\141\142\145\x6c\x3e\12\12\x20\x20\40\40\x20\x20\x20\40\x20\40\x20\40\40\x20\40\40\x20\x20\x20\40\40\40\40\40\40\x20\40\x20\40\40\x20\40\x20\40\40\x20\74\170\55\x69\156\163\164\x61\154\154\145\x72\x3a\x3a\x66\x6f\162\x6d\x2e\143\x6f\x6e\164\162\157\x6c\55\147\x72\157\165\160\x2e\143\x6f\x6e\x74\x72\157\154\xa\x20\40\40\40\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\164\x79\160\145\75\42\x74\145\170\x74\x22\12\40\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\40\x20\40\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\x20\156\141\155\x65\x3d\x22\144\x62\x5f\x75\163\x65\x72\156\x61\155\145\x22\xa\x20\x20\40\x20\40\x20\40\x20\40\x20\40\40\40\40\40\40\40\40\x20\40\40\40\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\40\40\x20\x20\x20\x20\x3a\x3a\x76\141\x6c\x75\x65\x3d\42\x65\x6e\166\x44\141\164\141\x2e\x64\x62\x5f\x75\163\x65\x72\156\x61\155\145\42\xa\x20\x20\x20\40\40\40\x20\40\40\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\40\40\x20\40\x20\x20\40\40\x72\x75\154\x65\x73\x3d\42\162\x65\x71\165\x69\162\145\x64\x22\xa\x20\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\40\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\40\40\x3a\154\x61\x62\x65\x6c\x3d\42\x74\x72\141\x6e\x73\x28\47\x69\x6e\163\x74\x61\154\154\x65\x72\x3a\x3a\141\160\160\56\x69\x6e\x73\x74\x61\x6c\154\145\x72\x2e\151\x6e\x64\145\170\56\x65\156\166\x69\162\x6f\156\x6d\x65\x6e\164\x2d\x63\157\156\146\151\x67\165\x72\x61\x74\x69\x6f\156\56\144\141\164\x61\142\141\x73\145\x2d\x75\x73\145\162\156\141\155\x65\47\x29\x22\xa\x20\x20\x20\x20\40\40\40\x20\40\40\x20\40\40\40\40\x20\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\72\160\x6c\141\x63\x65\x68\x6f\154\x64\x65\x72\75\x22\164\x72\141\156\163\x28\47\x69\x6e\163\164\x61\x6c\154\x65\162\x3a\72\141\160\x70\56\x69\x6e\x73\164\x61\x6c\x6c\x65\x72\x2e\151\156\144\x65\170\x2e\145\156\166\x69\162\157\x6e\155\x65\156\x74\x2d\143\157\x6e\146\x69\x67\165\x72\x61\x74\151\157\156\x2e\144\141\x74\x61\x62\141\163\145\x2d\165\163\x65\162\156\141\x6d\145\x27\x29\x22\xa\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\40\40\40\40\40\40\x20\x20\x20\x20\40\40\x20\40\40\x2f\x3e\12\xa\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\40\40\40\x20\40\40\40\x20\x20\40\40\x20\x20\40\40\x20\40\40\x20\40\x20\x20\40\x20\x20\74\170\x2d\151\x6e\163\164\x61\x6c\x6c\145\x72\72\72\x66\157\162\x6d\x2e\x63\157\x6e\x74\162\x6f\154\55\x67\162\x6f\x75\160\x2e\145\x72\162\x6f\162\40\143\157\x6e\x74\x72\157\x6c\x2d\x6e\141\155\x65\x3d\42\x64\x62\137\x75\x73\145\x72\156\141\x6d\x65\42\x20\57\76\xa\x20\x20\x20\40\40\40\x20\40\x20\40\x20\x20\40\40\40\x20\x20\40\x20\40\40\40\40\x20\40\x20\40\40\x20\40\x20\40\x3c\57\170\x2d\x69\x6e\x73\164\x61\154\154\x65\162\x3a\72\146\x6f\x72\x6d\56\x63\x6f\x6e\164\x72\x6f\x6c\55\x67\x72\157\165\160\76\xa\12\x20\40\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\40\40\x20\40\40\40\40\x20\40\74\41\55\55\40\104\x61\164\141\x62\x61\x73\145\x20\x50\x61\163\x73\167\x6f\162\144\55\55\x3e\xa\x20\40\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\x20\40\x20\x20\x20\x20\40\40\40\40\40\x20\40\40\x20\x20\x20\x20\74\x78\x2d\x69\156\x73\164\x61\154\154\x65\162\72\72\146\x6f\x72\155\x2e\x63\157\x6e\164\162\157\154\x2d\147\162\x6f\165\160\x20\143\154\x61\x73\163\x3d\x22\155\142\x2d\62\x2e\x35\42\76\xa\x20\40\x20\40\x20\40\x20\40\40\40\40\40\40\x20\x20\x20\x20\40\40\x20\40\40\40\x20\40\40\x20\40\40\40\40\40\x20\x20\x20\x20\x3c\x78\55\151\x6e\163\164\141\x6c\x6c\145\162\72\72\x66\x6f\x72\155\x2e\x63\x6f\156\x74\162\157\x6c\55\x67\x72\157\x75\160\56\154\x61\x62\145\x6c\x3e\xa\x20\40\40\x20\40\x20\40\40\x20\40\40\x20\40\40\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\x40\154\141\x6e\147\50\x27\151\156\163\x74\x61\x6c\154\x65\x72\72\72\141\160\x70\x2e\x69\156\x73\x74\x61\154\x6c\145\x72\x2e\x69\x6e\144\145\x78\56\145\x6e\166\x69\162\157\x6e\155\145\156\164\x2d\143\x6f\x6e\146\x69\x67\165\162\x61\x74\x69\x6f\x6e\x2e\144\x61\164\141\x62\141\163\145\x2d\x70\x61\163\163\x77\x6f\x72\x64\47\x29\xa\x20\x20\40\40\x20\40\40\40\40\40\x20\x20\x20\40\40\x20\40\x20\x20\40\40\40\40\40\40\40\40\x20\x20\x20\40\x20\40\40\x20\40\x3c\x2f\x78\55\x69\156\163\x74\141\x6c\154\x65\x72\72\x3a\146\x6f\x72\x6d\x2e\x63\x6f\x6e\x74\162\x6f\154\x2d\147\162\157\x75\x70\56\154\141\x62\x65\x6c\x3e\12\12\40\x20\40\40\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\40\40\x20\x20\40\x20\40\x3c\x78\55\x69\x6e\163\164\x61\154\x6c\145\162\72\72\x66\157\162\x6d\56\x63\157\156\164\x72\x6f\x6c\55\x67\x72\x6f\x75\160\56\143\157\156\x74\162\x6f\x6c\xa\40\40\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\40\x20\40\40\x20\x20\x20\40\x20\40\x20\40\40\40\x20\x20\40\x20\x20\x20\x74\171\x70\145\x3d\x22\160\x61\163\x73\x77\157\162\144\42\12\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x6e\141\155\145\x3d\42\144\142\137\160\x61\163\163\x77\x6f\x72\x64\x22\12\x20\40\x20\x20\40\40\x20\x20\40\x20\x20\40\40\40\40\40\40\x20\40\x20\x20\40\40\x20\40\x20\x20\40\40\x20\x20\40\40\x20\40\x20\x20\x20\x20\40\72\72\166\x61\154\x75\x65\x3d\x22\145\x6e\x76\104\x61\164\x61\56\144\142\x5f\160\141\x73\x73\167\x6f\162\x64\x22\12\40\x20\x20\x20\40\40\40\x20\40\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\40\x20\x20\40\40\40\x20\40\40\x20\40\40\40\40\40\40\72\154\141\x62\x65\154\75\x22\164\162\141\156\x73\x28\x27\151\156\x73\x74\x61\154\154\145\162\72\x3a\x61\x70\x70\x2e\151\x6e\x73\x74\141\154\x6c\x65\x72\56\151\x6e\x64\145\170\x2e\145\x6e\x76\151\x72\x6f\156\x6d\145\x6e\x74\55\143\157\x6e\x66\151\147\165\x72\x61\x74\x69\157\156\x2e\144\x61\x74\x61\x62\x61\x73\x65\55\x70\x61\x73\x73\x77\157\x72\x64\47\51\x22\xa\40\40\40\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\40\40\40\40\40\x20\x20\40\x20\40\40\x20\x20\40\40\x20\40\x20\40\40\40\40\x20\40\x20\x20\72\x70\154\x61\143\x65\150\157\154\x64\145\x72\x3d\42\x74\x72\141\x6e\x73\x28\x27\x69\x6e\x73\164\141\x6c\x6c\145\162\x3a\72\141\x70\x70\56\151\x6e\163\x74\141\154\154\145\162\56\151\156\144\145\170\56\145\156\x76\151\162\x6f\156\155\x65\156\164\x2d\143\x6f\156\x66\151\x67\165\x72\x61\164\x69\x6f\156\56\144\x61\164\141\142\141\163\x65\55\160\x61\x73\163\167\x6f\162\144\x27\x29\42\12\40\40\40\x20\40\x20\x20\40\x20\40\40\40\40\x20\40\40\x20\40\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\57\76\12\xa\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\40\40\40\40\x20\x20\x20\40\40\40\x20\x20\x20\x3c\x78\55\x69\156\163\164\141\x6c\x6c\145\162\x3a\72\146\x6f\x72\x6d\56\x63\157\156\x74\162\157\154\x2d\147\162\157\165\x70\x2e\x65\162\x72\157\x72\40\143\157\156\164\162\x6f\x6c\x2d\x6e\x61\155\145\75\x22\x64\x62\137\160\141\163\163\167\x6f\162\x64\42\x20\x2f\76\xa\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\40\x20\40\x20\40\40\x20\40\40\x20\40\40\40\40\40\x20\x20\40\40\x20\x20\74\x2f\170\x2d\x69\156\163\164\x61\x6c\x6c\145\x72\x3a\72\146\x6f\x72\x6d\56\143\x6f\x6e\x74\162\157\154\x2d\147\x72\157\x75\160\x3e\12\40\40\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\40\40\74\x2f\144\151\166\76\12\xa\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\40\40\x3c\x64\151\166\x20\143\x6c\x61\163\x73\75\42\146\154\x65\170\x20\x70\x78\55\64\x20\160\171\x2d\x32\x2e\65\x20\x6a\165\x73\164\151\x66\171\55\142\x65\164\x77\145\x65\x6e\x20\x69\x74\x65\155\x73\x2d\143\x65\x6e\164\145\162\x22\76\12\40\x20\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\40\40\40\x20\x20\40\40\x20\x20\40\x20\40\40\40\40\40\40\x20\x3c\x64\x69\x76\xa\40\40\x20\x20\x20\40\40\x20\40\40\x20\40\40\40\40\x20\40\x20\40\x20\x20\x20\40\40\40\40\40\x20\x20\x20\x20\40\x20\40\40\40\143\154\141\163\163\x3d\42\164\145\x78\x74\55\133\x31\x32\160\170\135\x20\164\x65\170\x74\x2d\x62\154\165\x65\x2d\66\60\60\40\146\157\x6e\x74\x2d\x73\145\x6d\151\142\157\x6c\144\x20\x63\165\x72\x73\x6f\162\55\x70\x6f\151\x6e\164\145\162\x22\xa\40\x20\40\40\40\40\40\40\x20\x20\40\40\x20\40\x20\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\x72\x6f\x6c\x65\75\42\142\165\x74\x74\157\156\x22\12\40\x20\40\40\x20\40\40\40\40\40\40\x20\40\x20\40\40\x20\40\x20\40\40\40\x20\x20\40\40\x20\40\40\x20\40\x20\40\40\x20\40\x3a\x61\162\x69\141\x2d\x6c\x61\x62\x65\x6c\x3d\x22\100\x6c\x61\156\147\x28\x27\x69\156\163\164\x61\x6c\x6c\145\162\x3a\x3a\141\x70\160\x2e\x69\x6e\163\x74\x61\x6c\154\145\162\56\x69\156\144\x65\x78\56\x62\141\x63\153\x27\51\42\12\x20\x20\x20\x20\40\40\40\x20\40\x20\40\x20\40\40\x20\40\x20\40\40\40\x20\40\40\x20\40\40\x20\40\x20\x20\40\40\40\x20\x20\x20\x74\141\142\x69\x6e\144\x65\x78\75\x22\x30\42\xa\40\x20\40\x20\40\40\40\x20\40\40\40\40\x20\x20\40\40\x20\40\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\40\40\40\x20\x20\40\40\x40\x63\154\x69\x63\x6b\x3d\x22\x62\x61\x63\x6b\42\xa\x20\x20\x20\40\x20\40\40\40\40\40\40\40\x20\40\40\40\x20\x20\x20\40\x20\40\x20\40\x20\40\40\x20\x20\x20\x20\40\76\xa\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\40\40\40\40\40\40\40\40\40\40\40\40\x20\40\40\x20\x20\40\x20\x40\x6c\141\156\x67\50\47\151\x6e\x73\x74\141\154\x6c\145\162\x3a\72\x61\160\x70\56\151\x6e\x73\164\x61\154\x6c\x65\162\56\x69\x6e\144\145\x78\56\x62\x61\x63\153\x27\x29\xa\x20\40\x20\x20\x20\40\40\40\x20\40\x20\x20\40\40\40\40\x20\40\x20\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\74\57\x64\151\166\76\xa\xa\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\40\x20\40\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\40\40\x20\40\40\40\x20\x3c\142\165\x74\164\x6f\156\12\40\40\40\x20\40\40\40\40\x20\x20\x20\40\x20\x20\40\40\40\40\x20\x20\x20\x20\40\40\40\40\x20\x20\40\x20\x20\x20\40\40\x20\40\164\x79\160\145\x3d\42\163\x75\x62\x6d\151\164\42\xa\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\x63\x6c\141\163\x73\75\42\x70\170\x2d\63\40\x70\171\x2d\x31\x2e\x35\40\142\147\55\x62\154\x75\x65\x2d\x36\60\60\40\142\x6f\x72\x64\145\x72\40\x62\x6f\162\144\145\x72\55\x62\x6c\x75\x65\x2d\x37\x30\x30\x20\x72\x6f\165\156\144\145\144\x2d\x6d\144\40\x74\x65\170\164\x2d\147\x72\x61\171\55\65\x30\40\146\157\x6e\164\x2d\163\145\x6d\x69\142\157\x6c\x64\x20\x63\x75\x72\x73\x6f\x72\x2d\x70\157\151\x6e\164\x65\x72\40\x68\x6f\166\x65\162\72\157\x70\x61\x63\151\164\x79\x2d\x39\x30\x22\xa\40\40\40\x20\40\40\40\40\x20\40\x20\40\x20\40\x20\40\40\x20\40\40\x20\40\40\x20\40\40\x20\40\x20\x20\40\40\x20\40\40\40\164\x61\x62\151\x6e\x64\x65\x78\75\x22\x30\x22\xa\40\40\x20\x20\x20\40\40\x20\40\40\x20\x20\x20\x20\40\40\40\40\40\40\x20\40\x20\40\40\40\x20\x20\x20\40\x20\40\x3e\12\x20\40\x20\40\40\x20\x20\40\x20\40\40\40\40\40\40\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\40\40\x40\154\141\x6e\147\x28\x27\x69\156\163\164\141\x6c\x6c\x65\x72\72\72\141\160\x70\x2e\151\156\163\x74\141\154\154\x65\162\56\151\156\x64\x65\x78\x2e\x63\x6f\x6e\x74\151\156\165\x65\47\x29\xa\40\40\x20\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\x20\x3c\57\x62\x75\x74\164\x6f\x6e\76\xa\40\40\x20\x20\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\40\40\40\40\40\40\x20\x20\x20\40\x20\x20\40\x3c\57\x64\151\x76\x3e\12\x20\40\x20\40\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\40\40\x20\40\x20\x3c\x2f\x66\157\x72\155\x3e\12\40\x20\x20\40\x20\x20\40\40\x20\x20\40\40\40\x20\x20\40\x20\40\x20\x20\x3c\x2f\x78\x2d\x69\156\163\164\x61\154\154\145\x72\x3a\72\x66\157\x72\x6d\x3e\xa\x20\40\40\40\40\40\x20\x20\40\x20\x20\40\x20\x20\40\40\74\57\x64\x69\x76\x3e\xa\12\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\40\x20\40\40\x3c\x21\55\55\x20\122\x65\x61\x64\171\x20\x46\x6f\162\40\x49\156\163\x74\141\154\154\x61\164\x69\157\x6e\x20\55\x2d\76\xa\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\40\40\x20\x20\40\x3c\x64\151\x76\xa\x20\40\40\40\40\40\40\40\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\143\154\x61\163\x73\75\42\167\x2d\146\x75\x6c\x6c\40\155\141\170\x2d\x77\55\x5b\65\x36\x38\160\x78\135\40\x62\147\55\x77\x68\151\164\145\40\x72\157\x75\156\144\x65\x64\55\154\147\40\x73\x68\141\x64\x6f\167\55\x5b\60\x70\170\x5f\x38\x70\x78\x5f\61\60\160\x78\x5f\x30\x70\170\137\x72\147\142\141\x28\60\54\60\x2c\x30\54\x30\56\60\x35\51\x5d\40\x62\x6f\x72\x64\145\x72\x2d\x5b\x31\160\x78\135\40\142\157\x72\x64\x65\162\x2d\147\x72\141\171\x2d\x33\60\x30\42\12\40\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x76\55\x69\x66\x3d\x22\x63\165\162\162\x65\156\x74\x53\x74\x65\160\40\x3d\75\40\x27\x72\145\x61\x64\171\106\x6f\162\x49\156\x73\164\x61\154\x6c\x61\164\151\x6f\156\47\x22\12\40\40\x20\40\40\40\x20\40\40\x20\40\40\x20\x20\x20\40\x3e\12\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\74\170\55\x69\x6e\x73\x74\x61\154\154\x65\x72\72\72\x66\x6f\x72\155\xa\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\40\40\x76\x2d\x73\154\157\x74\75\42\x7b\x20\155\x65\164\141\x2c\x20\x65\162\x72\157\162\x73\54\x20\150\141\x6e\144\x6c\x65\x53\165\x62\155\151\164\x20\175\x22\xa\40\40\40\x20\40\x20\40\x20\40\40\40\40\40\40\40\x20\x20\x20\40\40\40\40\x20\x20\141\x73\x3d\x22\x64\x69\x76\42\12\x20\x20\x20\x20\40\40\40\x20\40\40\40\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\40\40\x72\145\146\75\x22\x65\x6e\166\x44\x61\x74\141\142\x61\163\x65\42\xa\40\40\x20\40\x20\40\x20\x20\40\40\40\x20\x20\40\40\40\40\40\x20\40\x3e\xa\40\x20\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\40\40\x20\74\x66\157\x72\x6d\xa\40\x20\40\x20\40\x20\40\40\x20\40\x20\40\x20\40\x20\40\40\40\x20\x20\40\x20\x20\40\40\40\x20\x20\100\x73\x75\142\x6d\151\164\56\x70\x72\145\166\x65\156\x74\75\42\150\141\x6e\x64\x6c\145\123\165\142\155\151\164\x28\44\x65\166\x65\x6e\x74\54\x20\106\157\x72\155\x53\165\x62\x6d\151\x74\x29\x22\12\x20\40\x20\40\40\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\x65\x6e\x63\x74\171\160\145\x3d\42\155\165\x6c\x74\x69\160\141\x72\x74\57\x66\x6f\162\x6d\x2d\144\x61\164\x61\42\12\40\40\x20\x20\40\40\40\x20\40\40\x20\40\x20\40\x20\40\x20\40\40\40\x20\x20\40\40\76\12\x20\x20\40\x20\x20\40\x20\40\40\x20\40\40\x20\40\x20\40\x20\40\x20\40\x20\40\40\x20\40\x20\x20\40\x3c\x64\x69\166\x20\x63\154\141\163\x73\75\42\x66\x6c\x65\170\x20\x6a\165\x73\x74\151\146\171\x2d\142\145\164\x77\145\x65\156\x20\x69\x74\x65\155\x73\55\x63\145\156\x74\x65\x72\x20\x67\x61\x70\55\x32\56\x35\x20\160\x78\x2d\x34\x20\x70\171\x2d\x5b\x31\x31\x70\170\x5d\40\142\157\x72\x64\145\162\55\x62\x2d\133\x31\x70\x78\x5d\40\142\x6f\162\144\x65\x72\x2d\x67\x72\x61\171\x2d\x33\60\60\x22\x3e\12\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\40\x20\40\x20\40\40\x20\74\x70\x20\143\154\x61\163\163\75\42\x74\x65\x78\164\x2d\x5b\x32\60\x70\x78\x5d\40\164\145\x78\x74\x2d\x67\162\141\x79\x2d\x38\x30\x30\40\146\157\156\x74\55\142\157\154\x64\x22\x3e\12\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\40\40\40\40\x20\40\x20\x20\x20\x20\40\40\x20\40\40\40\40\40\40\x20\x20\x20\x40\154\x61\x6e\147\x28\47\x69\x6e\x73\164\141\x6c\154\x65\162\72\72\x61\160\x70\56\151\156\163\164\141\x6c\x6c\x65\162\56\151\x6e\144\145\x78\x2e\162\x65\141\x64\171\x2d\146\x6f\x72\55\x69\x6e\163\164\x61\x6c\x6c\x61\x74\x69\157\156\56\151\x6e\x73\164\x61\154\x6c\x27\51\xa\x20\40\40\x20\x20\x20\40\40\40\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\40\x20\x20\x20\40\74\57\160\76\xa\x20\40\x20\x20\40\40\40\x20\40\x20\x20\x20\40\x20\40\x20\40\x20\x20\x20\40\x20\40\40\40\x20\40\x20\74\57\144\x69\166\x3e\xa\xa\x20\40\x20\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\40\40\x20\40\40\40\x20\x20\x20\40\x20\40\x20\40\x3c\x64\x69\166\40\143\x6c\141\163\x73\x3d\x22\x66\x6c\x65\x78\40\x66\154\145\170\55\143\x6f\154\x20\x67\x61\160\55\x5b\x31\65\160\x78\135\40\152\x75\x73\164\x69\146\171\55\143\x65\156\164\145\162\x20\x70\x78\x2d\133\x33\60\160\170\135\x20\160\x79\55\x34\x20\x62\157\162\x64\x65\x72\55\142\55\x5b\61\160\170\x5d\x20\142\x6f\x72\x64\x65\162\x2d\147\162\x61\x79\55\x33\60\x30\40\150\x2d\133\x34\70\x34\160\x78\135\40\157\166\x65\x72\146\154\x6f\167\x2d\x79\x2d\x61\x75\164\157\42\x3e\xa\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\40\x20\40\x20\40\x20\x20\40\40\40\40\x20\40\x20\40\40\40\40\x20\x20\x20\x3c\144\151\166\x20\143\154\x61\163\163\x3d\42\146\x6c\145\x78\x20\x66\154\145\170\55\x63\x6f\154\40\x67\141\160\55\x34\x22\76\12\x20\40\40\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\40\40\40\x20\x20\x20\40\x20\40\40\40\40\40\40\40\40\x20\40\x20\x20\40\74\160\x20\x63\x6c\141\x73\x73\x3d\42\x74\x65\x78\x74\x2d\x5b\61\70\x70\x78\x5d\40\x74\145\x78\164\55\147\x72\x61\x79\55\70\60\60\40\146\157\156\164\x2d\163\145\x6d\151\142\x6f\x6c\144\x22\76\xa\x20\x20\x20\40\40\40\40\40\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\40\40\x20\x20\40\40\40\x20\x20\40\x20\40\40\x20\40\40\40\x20\40\x20\100\x6c\141\156\x67\x28\x27\x69\x6e\163\x74\x61\x6c\x6c\145\x72\72\72\141\x70\x70\x2e\x69\156\x73\x74\x61\x6c\154\x65\x72\56\151\156\144\x65\x78\x2e\x72\145\x61\x64\x79\x2d\146\x6f\162\x2d\x69\x6e\163\164\141\x6c\x6c\141\164\x69\x6f\x6e\56\151\156\163\x74\x61\154\x6c\x2d\151\156\x66\157\x27\x29\12\40\x20\40\40\40\40\40\40\x20\x20\x20\40\40\x20\x20\40\40\40\x20\40\40\40\x20\x20\x20\x20\x20\40\40\40\40\40\x20\40\40\40\x3c\57\160\76\12\12\40\40\x20\x20\x20\40\40\40\x20\40\x20\x20\40\x20\40\x20\40\40\x20\40\40\40\x20\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\x3c\x64\151\166\40\x63\154\x61\x73\x73\x3d\42\x67\162\151\x64\40\x67\x61\160\x2d\62\x2e\x35\x22\76\xa\40\x20\x20\40\x20\40\40\40\40\x20\40\40\40\40\x20\40\40\40\x20\x20\x20\40\x20\40\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\74\154\x61\x62\145\154\x20\x63\154\x61\163\163\75\x22\164\145\170\164\x2d\133\61\x34\x70\170\x5d\x20\164\x65\170\x74\55\x67\162\141\x79\x2d\x36\60\x30\42\76\xa\x20\40\40\40\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\x20\x20\40\40\40\40\x20\40\x20\40\40\40\40\x20\x20\x20\40\x20\40\40\x20\40\100\x6c\141\x6e\x67\50\47\151\156\x73\164\141\x6c\x6c\145\162\72\72\141\x70\x70\x2e\x69\156\163\164\x61\154\x6c\x65\162\56\151\x6e\x64\x65\x78\x2e\x72\x65\141\144\171\x2d\146\157\x72\x2d\151\x6e\163\164\141\154\x6c\141\x74\x69\157\x6e\x2e\151\156\163\x74\141\154\x6c\55\151\x6e\146\157\x2d\x62\165\164\x74\157\156\47\x29\12\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\40\40\40\40\x20\40\x20\40\40\40\x20\x20\40\x20\40\40\40\40\x20\x20\40\x20\x20\x20\40\x3c\57\x6c\x61\142\x65\154\x3e\xa\xa\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\40\40\40\40\x20\40\40\40\x20\x20\x20\x20\40\x20\74\144\x69\x76\x20\143\154\141\163\163\x3d\x22\x67\162\x69\144\40\x67\x61\x70\55\63\x22\76\12\40\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\40\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\40\x20\x3c\x64\151\166\40\x63\x6c\x61\x73\163\75\42\146\154\x65\170\x20\147\141\160\55\61\x20\164\x65\170\x74\x2d\133\61\x34\160\x78\x5d\40\x74\145\170\164\55\147\x72\141\x79\x2d\66\60\x30\42\76\12\40\40\40\x20\40\40\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\40\40\40\x20\40\x20\40\x20\40\40\x20\x20\40\x20\x20\40\40\x3c\x73\x70\x61\156\40\x63\x6c\x61\163\x73\x3d\x22\x69\x63\157\156\x2d\x72\x69\147\x68\164\40\x74\145\170\164\55\x5b\62\60\x70\x78\x5d\x22\x3e\74\57\x73\160\141\156\76\xa\12\40\x20\x20\x20\x20\x20\40\40\40\40\40\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\x20\40\40\x3c\x70\x3e\x40\154\141\x6e\147\x28\47\x69\x6e\163\x74\141\154\154\x65\162\72\x3a\141\160\x70\x2e\x69\156\x73\164\x61\154\154\145\162\56\151\156\x64\145\x78\56\162\145\141\144\x79\x2d\146\157\162\55\151\x6e\x73\x74\141\x6c\x6c\141\x74\151\157\156\56\x63\x72\x65\x61\x74\x65\55\x64\141\164\x61\x62\x73\141\x65\55\x74\141\142\154\x65\47\x29\74\x2f\160\76\xa\x20\x20\x20\x20\40\40\x20\40\40\40\x20\x20\40\40\40\40\x20\40\x20\x20\x20\x20\40\40\40\x20\40\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\40\74\x2f\144\151\166\76\xa\xa\x20\40\40\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\x20\40\40\x20\x20\x3c\144\151\166\x20\143\x6c\x61\x73\163\75\x22\146\x6c\x65\170\40\x67\x61\160\x2d\x31\40\164\x65\170\x74\55\x5b\61\x34\x70\170\x5d\40\164\x65\x78\164\x2d\x67\x72\x61\x79\55\x36\x30\60\42\76\xa\40\x20\x20\40\40\40\x20\x20\x20\x20\40\40\x20\40\x20\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\40\40\40\x20\40\40\40\40\40\40\40\x20\74\163\160\x61\x6e\40\x63\154\x61\x73\163\75\x22\x69\143\x6f\156\55\x72\151\147\150\164\40\164\145\x78\x74\x2d\x5b\62\60\x70\x78\135\42\x3e\x3c\57\163\160\x61\x6e\76\12\12\40\x20\x20\x20\40\40\40\x20\40\40\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\40\x20\40\x20\40\74\160\76\x40\x6c\141\x6e\147\50\47\151\156\163\164\141\154\x6c\x65\x72\x3a\x3a\x61\x70\160\56\151\x6e\163\x74\141\x6c\154\x65\x72\56\151\156\x64\145\170\56\x72\x65\141\144\171\55\x66\x6f\x72\x2d\x69\156\163\164\x61\x6c\154\x61\x74\x69\x6f\156\x2e\x70\157\160\x75\x6c\x61\164\145\55\144\x61\x74\141\x62\141\163\x65\55\x74\141\142\x6c\x65\x27\51\x3c\x2f\160\76\12\40\40\40\40\40\x20\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\40\x20\40\x20\40\40\x20\40\x20\40\x20\x20\40\40\40\x20\40\40\x20\40\x20\74\57\144\x69\166\x3e\12\x20\40\40\40\x20\x20\x20\x20\40\40\40\x20\40\40\x20\x20\40\x20\40\x20\40\x20\40\x20\40\x20\40\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\x3c\57\144\x69\x76\x3e\xa\x20\40\40\40\x20\40\40\40\x20\40\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\40\40\40\x20\40\40\40\x20\x20\40\x20\x20\x20\x3c\x2f\144\151\x76\76\12\40\40\40\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\40\40\x20\x20\40\40\40\x20\x20\x20\40\40\40\x20\40\40\74\x2f\144\151\166\x3e\12\40\40\x20\x20\x20\40\x20\40\x20\40\40\40\40\x20\40\40\x20\40\40\x20\x20\x20\40\40\40\40\40\40\74\57\144\151\x76\x3e\xa\12\x20\x20\40\40\x20\40\40\x20\40\40\x20\x20\40\40\40\40\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\40\74\144\x69\166\x20\x63\154\x61\x73\163\75\42\x66\154\x65\x78\x20\x70\x78\55\64\40\160\171\55\x32\56\65\40\152\165\163\164\x69\146\x79\55\142\145\x74\x77\145\145\x6e\x20\151\x74\x65\x6d\x73\x2d\143\145\156\x74\145\x72\42\x3e\xa\40\40\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\40\40\40\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\40\74\144\x69\166\12\40\40\x20\40\40\x20\x20\x20\40\40\40\x20\40\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\40\40\40\40\x20\40\x20\x20\x20\40\143\154\x61\x73\x73\x3d\x22\164\145\170\x74\x2d\x5b\61\x32\160\x78\x5d\40\x74\145\x78\x74\x2d\142\154\165\145\55\66\60\60\x20\146\x6f\x6e\164\55\x73\145\155\151\x62\157\x6c\x64\x20\x63\165\162\163\x6f\162\x2d\160\157\151\x6e\164\x65\x72\42\12\x20\40\x20\x20\40\40\40\x20\40\40\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\40\x20\40\40\40\x20\40\162\x6f\154\x65\x3d\x22\x62\x75\x74\164\x6f\156\42\12\40\40\40\x20\40\x20\x20\40\x20\40\x20\40\40\40\x20\x20\40\x20\40\40\40\40\40\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\72\141\x72\x69\x61\x2d\x6c\x61\x62\145\154\75\x22\x40\x6c\141\x6e\147\50\47\151\x6e\x73\164\141\154\x6c\x65\162\x3a\72\141\x70\160\x2e\x69\156\163\164\141\154\154\x65\162\56\151\x6e\x64\145\170\x2e\x62\141\x63\x6b\47\x29\42\12\40\40\x20\x20\40\x20\40\40\40\x20\40\x20\40\40\x20\x20\40\x20\40\x20\40\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\x74\x61\142\x69\x6e\144\145\x78\75\42\x30\x22\12\40\x20\40\40\40\x20\40\x20\40\40\40\40\40\40\40\40\40\40\x20\40\40\x20\40\x20\x20\40\x20\40\40\x20\x20\40\40\40\40\40\100\143\154\151\143\153\x3d\x22\142\x61\x63\x6b\x22\xa\x20\40\40\40\x20\40\40\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\40\40\40\x20\x20\40\x20\40\40\x20\x20\x20\x20\76\xa\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\40\40\x20\x20\40\40\40\x20\x20\40\40\40\40\40\40\x20\x20\40\x20\102\141\143\x6b\xa\40\40\x20\40\40\x20\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\40\40\x20\40\x20\x20\40\x3c\57\x64\x69\x76\76\12\12\40\40\x20\x20\x20\40\x20\40\x20\40\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\40\40\40\40\40\x20\x20\74\142\165\164\x74\157\x6e\12\x20\x20\x20\40\40\40\40\x20\x20\40\40\x20\40\x20\40\40\40\x20\40\40\x20\40\40\x20\x20\40\40\40\x20\x20\40\40\40\40\x20\x20\164\171\x70\x65\75\42\163\x75\142\x6d\151\164\x22\12\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\40\40\x20\x20\40\40\x20\40\40\40\40\x20\40\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\40\143\154\141\163\163\x3d\42\x70\x78\x2d\x33\40\x70\171\55\61\56\x35\40\142\147\55\142\154\x75\x65\x2d\66\60\60\40\142\157\162\144\x65\x72\x20\x62\x6f\162\x64\145\162\x2d\x62\154\165\145\55\x37\x30\x30\x20\162\x6f\165\x6e\x64\145\144\x2d\155\x64\x20\164\145\x78\x74\55\147\162\x61\x79\x2d\x35\60\40\146\157\x6e\164\55\x73\x65\155\x69\x62\157\x6c\x64\40\143\165\162\163\x6f\162\55\160\x6f\151\x6e\164\x65\162\x20\x68\x6f\166\x65\x72\72\x6f\160\x61\x63\x69\164\171\x2d\x39\60\42\xa\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\40\40\x20\40\40\40\40\40\x20\40\40\40\40\76\12\x20\x20\x20\40\40\40\x20\x20\40\40\x20\40\40\40\x20\40\40\x20\40\40\x20\40\40\40\x20\x20\x20\x20\40\40\40\x20\40\x20\x20\40\x40\154\x61\x6e\x67\50\47\151\x6e\163\x74\141\154\x6c\145\162\x3a\x3a\x61\x70\160\x2e\x69\156\x73\164\141\154\154\x65\162\56\151\x6e\x64\145\170\x2e\x72\x65\x61\144\171\x2d\x66\157\x72\55\x69\156\163\x74\x61\154\154\x61\x74\x69\157\156\56\x73\164\141\162\164\x2d\151\156\x73\x74\141\154\x6c\141\164\x69\157\x6e\47\51\12\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\x3c\x2f\142\x75\x74\x74\157\x6e\x3e\12\40\40\40\40\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x3c\x2f\x64\x69\x76\x3e\xa\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\40\40\40\x20\40\x20\x20\x20\x20\40\40\x20\x3c\57\x66\157\162\155\x3e\12\40\x20\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\x3c\x2f\x78\x2d\x69\156\163\x74\141\x6c\x6c\x65\x72\x3a\72\146\x6f\x72\x6d\76\12\40\40\x20\x20\x20\40\x20\40\40\40\x20\40\x20\x20\x20\40\x3c\x2f\x64\x69\x76\76\12\xa\x20\x20\40\40\x20\40\x20\40\x20\40\40\40\x20\x20\x20\40\x3c\x21\55\x2d\40\x49\x6e\x73\164\x61\154\x6c\141\x74\151\x6f\156\x20\120\x72\157\143\145\x73\x73\x69\156\147\40\55\55\76\xa\x20\x20\x20\40\x20\40\40\x20\40\40\x20\40\40\40\x20\x20\x3c\144\151\x76\12\x20\40\40\40\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\40\143\154\141\x73\163\x3d\42\167\x2d\146\x75\x6c\x6c\x20\x6d\x61\170\55\167\55\x5b\x35\x36\70\x70\x78\135\x20\142\147\55\x77\150\151\x74\x65\40\x72\157\165\x6e\144\x65\x64\55\x6c\x67\x20\163\150\141\x64\x6f\x77\55\133\x30\x70\170\137\x38\160\x78\x5f\61\60\160\x78\x5f\60\160\170\137\162\147\x62\141\50\x30\x2c\60\x2c\x30\x2c\60\56\60\65\x29\x5d\40\x62\157\x72\x64\145\x72\x2d\x5b\61\x70\x78\x5d\40\142\x6f\x72\x64\x65\x72\x2d\147\162\141\x79\x2d\x33\x30\60\x22\12\40\x20\40\x20\40\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x76\55\151\x66\75\x22\143\x75\162\162\145\x6e\164\123\x74\x65\160\40\75\75\40\x27\x69\156\163\164\x61\x6c\154\120\162\157\x67\x72\145\163\163\47\42\12\40\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\76\12\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\74\x64\151\166\x20\143\154\141\x73\163\x3d\x22\146\x6c\x65\x78\x20\x6a\165\163\x74\x69\146\171\55\x62\x65\x74\x77\145\145\156\40\x69\x74\145\x6d\163\x2d\143\145\156\x74\145\162\40\147\141\x70\55\x32\56\65\x20\160\x78\x2d\64\40\160\171\x2d\133\x31\61\160\170\135\x20\x62\157\162\x64\x65\x72\x2d\142\x2d\x5b\x31\x70\x78\135\40\142\157\x72\x64\x65\162\x2d\x67\162\x61\171\55\x33\60\x30\x22\76\12\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\40\40\x20\40\40\x20\x20\40\x20\40\x3c\160\40\x63\154\x61\163\163\75\x22\164\145\170\x74\x2d\x5b\62\60\x70\x78\x5d\40\x74\x65\x78\164\x2d\147\162\x61\171\55\70\60\60\40\146\x6f\x6e\x74\55\x62\157\x6c\x64\x22\x3e\12\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\40\100\154\x61\x6e\147\x28\47\x69\156\x73\x74\x61\154\x6c\x65\162\x3a\72\141\160\x70\x2e\151\156\163\x74\x61\x6c\x6c\x65\162\x2e\151\156\144\x65\170\56\151\156\163\x74\141\x6c\x6c\x61\164\x69\157\156\55\160\x72\157\143\145\x73\163\x69\156\x67\56\x74\x69\x74\154\145\x27\51\12\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\40\40\40\x20\40\40\40\x20\x20\40\x3c\57\160\76\12\40\x20\40\40\40\x20\40\40\x20\40\x20\x20\40\x20\40\x20\40\x20\40\x20\x3c\57\144\151\x76\x3e\xa\xa\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\40\40\x3c\144\x69\166\40\x63\154\141\x73\x73\75\x22\146\x6c\145\170\40\146\154\145\x78\x2d\143\157\x6c\x20\147\x61\x70\x2d\133\61\65\x70\170\x5d\40\152\165\163\x74\151\x66\x79\55\143\145\156\x74\145\x72\x20\x70\170\x2d\133\63\60\x70\170\135\40\160\171\55\64\x20\x68\55\x5b\x34\x38\64\x70\170\135\x20\157\166\x65\162\146\154\157\x77\55\171\55\141\x75\164\157\x22\76\12\40\x20\40\40\x20\x20\x20\x20\x20\40\40\40\40\40\x20\x20\40\40\x20\x20\40\40\x20\x20\x3c\144\151\x76\x20\x63\x6c\141\x73\x73\x3d\42\146\154\145\x78\x20\146\x6c\145\x78\x2d\x63\x6f\x6c\x20\x67\x61\160\55\64\x22\x3e\xa\40\40\40\40\x20\40\40\x20\40\x20\40\40\40\x20\x20\x20\40\x20\40\40\40\x20\40\x20\40\x20\x20\40\x3c\x70\40\143\x6c\141\x73\x73\75\42\x74\x65\170\x74\x2d\x5b\x31\70\x70\x78\x5d\40\x74\x65\x78\x74\x2d\147\x72\x61\171\x2d\70\60\60\40\146\157\x6e\164\x2d\142\157\154\x64\x22\x3e\xa\40\40\x20\x20\x20\x20\x20\40\x20\40\40\40\40\40\40\40\x20\40\40\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\40\40\x40\x6c\141\x6e\147\x28\x27\x69\156\x73\164\141\154\x6c\145\162\x3a\72\141\160\x70\x2e\151\156\x73\164\141\154\x6c\145\162\x2e\151\x6e\x64\145\170\x2e\151\156\163\164\x61\x6c\x6c\141\x74\151\x6f\156\x2d\160\162\x6f\143\145\x73\x73\x69\x6e\147\x2e\x62\141\147\x69\x73\x74\x6f\x27\x29\12\40\x20\40\x20\x20\40\x20\40\40\x20\40\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x2f\x70\x3e\12\12\40\x20\40\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\40\74\x64\151\x76\40\x63\154\x61\163\x73\75\x22\147\162\x69\144\x20\147\141\x70\x2d\62\x2e\x35\x22\76\xa\40\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\x20\40\x20\40\40\40\x20\40\74\x21\x2d\x2d\40\x53\x70\x69\156\x6e\145\162\x20\x2d\55\x3e\xa\x20\40\40\x20\40\x20\40\x20\40\x20\40\40\40\40\40\40\x20\40\x20\40\40\40\x20\40\40\x20\40\40\x20\x20\40\40\x3c\151\x6d\x67\12\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\x20\40\40\40\x20\40\x20\40\x20\40\40\x20\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\x63\154\x61\x73\x73\75\x22\x61\x6e\151\x6d\141\x74\x65\x2d\x73\x70\x69\156\x20\x68\55\x35\40\x77\x2d\65\40\164\145\x78\164\55\x6e\141\x76\x79\102\154\x75\x65\x22\xa\40\x20\x20\40\x20\40\40\40\40\40\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\40\40\40\40\40\40\x20\40\40\40\x20\40\x20\x20\163\162\x63\75\42\173\173\x20\x62\x61\147\151\163\x74\157\x5f\141\x73\x73\x65\x74\x28\47\151\155\x61\x67\145\163\57\x69\156\x73\164\141\x6c\154\x65\x72\57\163\x70\x69\156\156\x65\x72\56\x73\166\x67\47\54\40\47\x69\156\163\x74\x61\x6c\x6c\145\162\47\51\x20\175\175\42\12\x20\x20\x20\40\40\x20\40\40\x20\40\40\40\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\40\40\40\x20\40\x20\x61\154\164\x3d\42\x4c\157\x61\144\x69\x6e\x67\42\xa\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\40\40\40\x20\40\40\x20\x20\40\x20\40\x20\40\x20\40\40\x20\57\x3e\12\12\40\40\40\x20\40\40\x20\40\x20\40\40\40\40\40\x20\40\x20\40\x20\40\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\x3c\x70\40\143\154\x61\x73\x73\75\42\x74\x65\x78\x74\55\133\61\64\x70\x78\x5d\x20\x74\145\170\164\55\x67\x72\141\x79\x2d\66\60\60\x22\x3e\12\x20\40\40\40\x20\x20\40\40\40\x20\x20\40\x20\40\40\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\100\x6c\141\156\x67\50\47\x69\156\163\x74\141\154\x6c\145\x72\x3a\x3a\x61\160\x70\x2e\151\x6e\163\x74\141\154\154\145\x72\56\x69\x6e\144\145\x78\56\x69\156\x73\x74\x61\154\x6c\141\x74\151\157\156\55\x70\x72\157\x63\145\163\x73\x69\156\147\56\142\x61\147\151\x73\x74\157\55\151\x6e\146\x6f\47\51\12\40\40\40\40\x20\40\40\x20\x20\40\x20\40\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\x3c\x2f\x70\x3e\xa\40\x20\x20\x20\40\40\40\40\x20\40\40\40\x20\x20\x20\x20\x20\40\40\40\40\x20\x20\x20\40\40\x20\40\74\x2f\x64\151\166\x3e\12\40\x20\x20\x20\40\40\x20\40\40\40\40\x20\x20\x20\40\x20\40\x20\40\40\40\x20\40\40\74\57\x64\x69\166\x3e\xa\40\x20\40\40\x20\40\40\x20\x20\x20\40\40\x20\40\40\x20\40\40\x20\x20\x3c\57\144\x69\166\x3e\xa\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x3c\x2f\x64\x69\x76\x3e\12\xa\x20\x20\40\40\x20\x20\x20\40\40\40\40\40\x20\x20\40\x20\74\41\x2d\55\40\x45\x6e\166\151\x72\x6f\x6e\x6d\x65\156\164\40\x43\157\156\x66\151\x67\x75\x72\x61\164\151\x6f\156\x20\56\x45\x4e\x56\x20\55\x2d\76\xa\x20\x20\40\x20\40\40\40\x20\x20\40\40\40\40\40\x20\x20\74\x64\151\166\xa\40\x20\40\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\143\x6c\141\163\x73\75\x22\x77\x2d\146\165\154\154\x20\155\x61\170\x2d\167\x2d\133\x35\66\x38\160\x78\x5d\40\142\147\x2d\x77\150\x69\164\x65\40\x72\x6f\165\x6e\144\145\x64\x2d\x6c\147\x20\x73\x68\x61\144\x6f\x77\55\133\60\x70\x78\x5f\70\x70\170\137\61\60\x70\170\x5f\60\x70\x78\x5f\162\147\x62\x61\x28\60\54\x30\x2c\60\x2c\60\56\60\x35\51\135\x20\x62\157\162\144\x65\162\55\x5b\x31\160\x78\x5d\40\x62\x6f\x72\144\x65\x72\x2d\147\162\141\171\x2d\x33\60\60\42\xa\40\40\40\40\x20\40\40\x20\40\x20\40\40\x20\x20\x20\x20\x20\x20\x20\x20\166\55\x69\x66\x3d\x22\143\165\x72\162\145\x6e\x74\x53\164\145\160\40\75\x3d\40\47\145\156\166\x43\157\x6e\x66\151\147\165\x72\141\x74\x69\157\x6e\x27\x22\xa\x20\40\x20\40\x20\40\x20\x20\40\40\x20\40\x20\x20\40\x20\76\12\40\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\x3c\170\x2d\151\156\163\164\x61\154\x6c\x65\162\72\x3a\146\x6f\x72\x6d\12\x20\40\40\x20\40\x20\40\40\40\x20\x20\40\40\x20\40\40\x20\40\40\40\40\x20\x20\40\x76\55\163\x6c\157\164\75\42\x7b\x20\x6d\x65\164\141\x2c\40\145\x72\162\157\x72\x73\x2c\x20\150\141\156\x64\x6c\145\x53\165\x62\155\x69\x74\40\x7d\42\12\40\40\40\x20\40\x20\40\40\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\141\163\x3d\42\x64\151\x76\42\12\x20\40\x20\40\x20\x20\40\40\x20\40\40\40\40\x20\40\40\x20\x20\x20\40\40\x20\40\40\162\x65\x66\75\x22\x65\156\x76\123\x65\x74\x75\x70\42\xa\x20\x20\40\40\x20\x20\40\x20\x20\40\40\40\40\x20\40\x20\40\x20\x20\x20\76\12\40\40\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\40\40\40\40\x20\x20\40\40\x20\x20\x20\x3c\x66\x6f\162\155\xa\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\x20\40\40\40\40\x20\x20\40\40\x20\x20\100\163\165\x62\155\151\x74\x2e\x70\x72\145\166\x65\x6e\164\x3d\42\150\141\156\x64\154\145\x53\x75\x62\x6d\151\x74\50\44\x65\166\x65\156\x74\x2c\40\156\x65\x78\164\106\x6f\162\155\x29\42\xa\40\x20\x20\40\40\x20\40\40\x20\40\40\40\40\x20\x20\x20\40\40\40\40\x20\x20\x20\40\40\x20\40\40\145\x6e\143\164\x79\x70\x65\75\x22\x6d\x75\x6c\x74\151\x70\x61\162\164\x2f\146\157\x72\x6d\55\x64\141\164\141\42\xa\x20\x20\40\40\40\40\x20\x20\x20\x20\40\40\40\x20\40\40\40\x20\x20\40\40\40\40\40\76\12\40\40\x20\40\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\40\x20\74\144\x69\x76\x20\x63\x6c\141\x73\x73\75\x22\x66\154\x65\x78\40\152\x75\163\164\x69\x66\x79\x2d\142\x65\x74\167\x65\x65\x6e\40\151\164\145\155\x73\55\143\x65\156\164\145\162\40\x67\141\160\x2d\62\x2e\65\x20\x70\170\55\x34\x20\160\x79\x2d\x5b\x31\x31\160\x78\135\40\142\x6f\x72\144\x65\x72\x2d\142\55\133\x31\160\170\x5d\40\x62\x6f\x72\x64\x65\x72\x2d\x67\162\141\x79\55\63\x30\60\42\x3e\12\x20\x20\x20\40\x20\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\40\x20\40\40\40\40\40\x20\40\40\x20\40\40\40\x20\74\160\x20\x63\x6c\141\163\x73\75\x22\x74\145\x78\164\x2d\133\62\60\160\x78\x5d\x20\164\145\170\164\x2d\x67\162\141\x79\x2d\x38\x30\x30\40\x66\157\x6e\164\x2d\142\157\x6c\144\x22\x3e\xa\40\x20\40\x20\x20\x20\x20\40\40\40\x20\40\x20\40\x20\x20\40\x20\40\x20\40\40\40\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\40\x40\154\141\156\x67\x28\47\151\156\163\164\141\154\154\x65\x72\x3a\72\141\160\160\x2e\x69\156\x73\x74\141\154\x6c\x65\x72\x2e\151\156\x64\145\170\x2e\x65\156\x76\151\162\x6f\x6e\x6d\145\x6e\164\x2d\143\157\156\146\151\x67\x75\162\141\x74\151\x6f\156\56\x74\151\x74\x6c\145\x27\51\12\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\40\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\40\74\57\x70\x3e\xa\40\x20\40\x20\x20\x20\x20\x20\40\x20\x20\40\x20\40\40\x20\40\40\40\40\x20\x20\40\40\x20\40\40\40\x3c\57\144\151\166\x3e\12\12\40\x20\40\40\40\x20\40\40\40\x20\x20\40\40\x20\40\x20\x20\40\x20\40\40\40\40\40\40\x20\40\40\74\144\x69\166\40\143\x6c\141\x73\x73\x3d\42\x66\154\x65\x78\40\x66\154\x65\x78\55\143\157\x6c\x20\147\141\x70\x2d\x33\40\x70\x78\x2d\133\63\60\x70\x78\135\40\160\171\x2d\64\40\142\x6f\162\x64\145\x72\55\142\55\133\x31\x70\170\x5d\x20\x62\157\162\144\145\162\55\147\162\141\171\x2d\63\60\x30\40\150\55\133\x34\70\64\x70\x78\135\x20\157\166\145\x72\x66\x6c\x6f\x77\55\x79\x2d\x61\x75\164\157\x22\x3e\12\x20\40\40\40\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\40\40\40\40\40\x20\40\x20\x20\x20\x3c\x21\x2d\55\x20\101\x70\160\x6c\x69\143\x61\x74\151\x6f\x6e\x20\x4e\141\x6d\145\40\x2d\x2d\76\12\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\x20\40\40\x20\40\x20\x20\74\x78\55\151\x6e\163\164\141\154\x6c\145\162\72\72\x66\157\x72\x6d\x2e\x63\x6f\156\164\x72\157\154\55\147\x72\157\x75\x70\x20\x63\154\x61\163\163\75\x22\155\142\x2d\x32\56\x35\x22\76\xa\x20\40\x20\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\40\x20\x3c\170\x2d\x69\156\163\164\141\154\x6c\x65\x72\72\x3a\x66\157\162\155\x2e\x63\157\156\164\162\157\x6c\x2d\x67\x72\157\x75\x70\56\x6c\x61\142\145\x6c\x20\x63\154\x61\x73\x73\x3d\x22\162\145\x71\165\x69\162\x65\144\x22\x3e\12\x20\40\40\40\x20\x20\x20\40\40\40\x20\40\40\x20\x20\x20\x20\40\40\40\40\40\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\40\40\40\40\40\x20\40\100\154\x61\x6e\147\50\x27\x69\156\163\x74\x61\x6c\154\145\x72\72\x3a\x61\160\160\x2e\151\x6e\163\164\141\x6c\154\x65\162\x2e\x69\156\144\145\x78\x2e\145\156\166\x69\x72\x6f\156\x6d\145\x6e\x74\55\x63\x6f\x6e\x66\151\147\x75\x72\141\164\151\x6f\x6e\56\141\160\x70\154\151\143\x61\x74\x69\157\156\x2d\x6e\141\155\x65\47\51\xa\x20\40\x20\40\40\x20\40\40\40\x20\x20\40\40\40\40\40\x20\40\x20\40\x20\40\x20\40\x20\x20\40\x20\40\x20\40\40\40\40\40\40\x3c\x2f\x78\x2d\x69\x6e\x73\164\x61\x6c\154\x65\x72\72\x3a\x66\157\x72\155\x2e\143\x6f\x6e\x74\162\157\154\x2d\x67\x72\x6f\x75\160\x2e\x6c\x61\x62\x65\x6c\76\12\xa\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\40\x20\40\x20\40\40\40\40\40\x20\40\x20\x20\40\x20\74\170\55\x69\x6e\163\x74\x61\154\154\x65\162\72\72\146\x6f\x72\155\x2e\143\157\x6e\164\162\157\x6c\x2d\x67\x72\x6f\165\160\56\x63\157\x6e\x74\162\x6f\x6c\12\40\40\40\40\x20\40\40\x20\x20\40\40\x20\40\x20\x20\x20\x20\40\x20\40\40\40\40\40\40\40\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\164\x79\160\x65\75\x22\x74\145\170\x74\42\12\x20\40\x20\x20\40\40\40\x20\40\40\40\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\40\x20\40\40\40\x20\40\40\x20\40\x20\x20\156\141\x6d\x65\x3d\x22\x61\x70\x70\x5f\156\x61\x6d\145\42\xa\40\x20\40\x20\40\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\x20\40\40\40\40\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\x3a\x3a\166\141\x6c\165\x65\75\x22\x65\x6e\166\x44\x61\164\141\x2e\141\x70\x70\137\x6e\141\x6d\x65\x20\x3f\77\40\47\102\141\x67\x69\x73\x74\157\47\x22\xa\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\40\x20\40\40\40\x20\40\40\40\x20\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\40\40\40\40\x20\x20\x20\x72\x75\x6c\145\163\x3d\42\x72\145\x71\x75\x69\162\145\144\42\xa\40\x20\40\40\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\40\40\x20\x20\40\x20\x20\40\x20\40\x20\40\40\40\x20\x20\x20\40\40\40\72\154\141\x62\145\154\75\42\x74\162\141\156\x73\x28\47\x69\x6e\x73\x74\x61\x6c\154\145\x72\x3a\x3a\x61\x70\x70\56\151\156\x73\164\x61\x6c\x6c\145\x72\56\x69\156\144\x65\x78\x2e\x65\x6e\166\x69\x72\x6f\x6e\x6d\x65\156\x74\55\x63\157\x6e\x66\151\147\x75\162\x61\x74\151\x6f\x6e\56\x61\x70\x70\154\151\143\x61\164\151\157\x6e\55\x6e\x61\x6d\x65\47\x29\x22\xa\40\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\40\40\40\x20\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\40\72\x70\x6c\141\x63\145\x68\157\154\144\x65\162\75\x22\x74\x72\141\156\163\x28\x27\151\156\163\x74\x61\154\154\145\x72\x3a\x3a\141\x70\x70\56\151\x6e\163\164\x61\x6c\x6c\x65\x72\56\x69\x6e\144\145\170\x2e\145\156\166\151\x72\x6f\156\x6d\x65\156\x74\55\143\157\156\146\x69\x67\165\x72\x61\164\151\x6f\x6e\x2e\x62\141\147\151\163\x74\x6f\x27\x29\42\xa\40\x20\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\40\40\x20\x20\40\40\x20\40\x20\x20\x2f\x3e\12\xa\40\40\40\40\40\x20\40\40\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\40\x20\40\x20\40\x20\x20\x20\40\x20\40\74\x78\x2d\151\156\163\164\x61\x6c\154\x65\x72\72\x3a\x66\157\162\x6d\x2e\x63\x6f\156\x74\x72\x6f\154\x2d\147\x72\157\x75\160\56\145\162\x72\x6f\162\40\x63\x6f\x6e\164\162\157\154\x2d\x6e\x61\155\145\75\x22\x61\x70\x70\x5f\x6e\141\155\145\x22\x20\x2f\x3e\12\x20\x20\x20\40\40\40\40\40\x20\40\40\40\40\x20\40\40\40\40\40\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x3c\57\170\55\151\x6e\163\164\x61\x6c\154\x65\162\72\72\x66\157\x72\x6d\x2e\143\x6f\156\x74\x72\x6f\154\x2d\x67\162\x6f\165\160\76\12\xa\x20\40\40\x20\x20\40\x20\x20\40\40\x20\40\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\40\x20\40\40\x20\40\x20\x20\74\41\55\55\40\101\160\160\x6c\x69\143\141\164\x69\157\x6e\40\x44\145\x66\x61\x75\x6c\164\x20\125\x52\x4c\40\55\x2d\x3e\12\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\40\74\170\x2d\x69\x6e\163\x74\x61\x6c\154\145\x72\x3a\72\146\157\x72\155\56\143\157\x6e\x74\x72\x6f\x6c\x2d\147\x72\x6f\165\160\40\x63\154\x61\x73\x73\75\x22\155\142\x2d\x32\x2e\65\x22\76\xa\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\40\40\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\40\40\x3c\170\55\151\156\163\164\141\x6c\154\x65\162\x3a\72\146\157\x72\155\x2e\x63\x6f\x6e\x74\x72\157\154\x2d\147\162\157\x75\160\56\x6c\141\142\x65\x6c\x20\143\154\x61\x73\163\75\x22\162\x65\161\x75\151\x72\x65\144\x22\76\12\40\40\x20\40\40\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\40\40\x20\x20\40\x20\40\40\40\x20\x20\40\40\x20\x20\x20\40\40\40\40\x20\x20\100\x6c\141\156\147\x28\47\x69\x6e\163\x74\141\x6c\x6c\x65\162\x3a\x3a\x61\x70\160\x2e\x69\156\163\x74\x61\154\154\145\162\x2e\x69\x6e\144\x65\170\x2e\145\x6e\166\151\162\x6f\x6e\155\145\x6e\x74\x2d\143\x6f\156\x66\151\x67\x75\162\x61\164\x69\x6f\156\x2e\144\x65\x66\141\x75\154\164\x2d\x75\162\154\x27\51\12\x20\x20\40\40\40\40\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\40\40\40\x3c\57\170\55\151\156\163\164\x61\154\154\145\x72\x3a\x3a\146\x6f\x72\x6d\x2e\x63\x6f\x6e\x74\162\x6f\154\55\x67\x72\157\x75\160\x2e\154\141\142\145\154\x3e\xa\12\40\40\x20\40\40\x20\x20\x20\x20\40\x20\40\40\x20\40\40\40\40\40\x20\40\40\40\x20\40\40\x20\x20\x20\x20\40\x20\40\40\40\40\74\170\x2d\151\x6e\x73\164\x61\154\x6c\145\162\72\72\x66\x6f\x72\155\x2e\x63\x6f\x6e\164\x72\x6f\154\x2d\147\162\157\x75\x70\x2e\x63\157\x6e\x74\x72\x6f\x6c\xa\x20\40\40\x20\40\x20\40\x20\40\40\40\x20\x20\x20\40\40\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\40\40\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\164\171\x70\x65\x3d\x22\x74\x65\x78\x74\42\12\40\x20\40\40\40\40\x20\x20\x20\40\x20\x20\40\40\40\40\x20\40\x20\40\40\40\40\40\x20\40\40\x20\40\40\40\40\40\x20\40\40\x20\x20\40\40\x6e\x61\x6d\x65\x3d\x22\141\x70\160\137\x75\162\x6c\42\xa\40\x20\x20\40\x20\x20\40\x20\40\40\40\40\40\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\40\x20\40\x20\x20\x20\40\40\40\40\x20\x20\40\72\x3a\x76\x61\x6c\165\145\x3d\x22\145\156\166\x44\141\x74\x61\56\x61\x70\x70\x5f\165\x72\x6c\x20\x3f\x3f\40\x27\x68\x74\x74\160\163\x3a\x2f\57\154\x6f\x63\141\x6c\x68\157\x73\x74\x27\x22\12\40\40\x20\x20\x20\40\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\40\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x72\165\x6c\x65\x73\75\x22\x72\145\x71\x75\x69\x72\x65\144\42\12\x20\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\40\72\154\141\142\145\154\75\42\x74\x72\141\156\163\x28\47\x69\156\163\164\x61\x6c\x6c\145\162\72\72\x61\160\160\x2e\x69\x6e\163\x74\141\x6c\x6c\145\x72\56\x69\x6e\144\145\170\x2e\x65\156\166\151\x72\x6f\x6e\155\145\x6e\164\x2d\x63\157\156\146\151\x67\165\x72\141\x74\151\157\x6e\x2e\x64\145\x66\x61\165\x6c\164\x2d\x75\x72\154\x27\51\42\xa\x20\40\x20\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\40\40\x20\x20\x20\x20\40\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\40\40\40\40\40\72\x70\154\141\143\145\150\157\154\x64\x65\x72\75\42\x74\x72\x61\x6e\x73\x28\47\x69\156\x73\x74\x61\154\154\145\162\72\x3a\x61\160\160\x2e\151\156\163\x74\141\x6c\154\145\162\56\x69\x6e\144\145\x78\x2e\145\x6e\x76\x69\162\157\156\155\x65\156\164\55\143\x6f\156\x66\x69\x67\165\162\x61\164\x69\157\x6e\56\144\x65\146\x61\x75\x6c\x74\55\165\162\154\x2d\x6c\151\x6e\153\x27\x29\x22\12\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\40\x20\40\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\40\40\40\x20\40\x20\40\40\x20\x2f\x3e\xa\12\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\40\x20\40\40\x20\40\40\40\40\x20\x20\x20\40\40\x20\40\40\40\40\40\x20\40\40\x20\x20\74\x78\x2d\x69\x6e\163\x74\x61\154\x6c\145\x72\x3a\x3a\146\x6f\162\155\56\x63\157\x6e\x74\162\157\154\x2d\x67\162\x6f\x75\x70\56\x65\162\x72\x6f\x72\x20\x63\157\x6e\x74\162\x6f\154\55\x6e\x61\x6d\x65\x3d\42\141\x70\160\x5f\x75\x72\x6c\42\40\57\76\xa\x20\40\x20\x20\40\40\40\40\40\x20\40\40\x20\40\40\40\x20\x20\40\x20\40\40\x20\x20\40\x20\40\x20\x20\40\x20\40\x3c\x2f\170\55\x69\156\163\x74\141\154\154\145\x72\72\72\x66\x6f\162\155\56\x63\x6f\x6e\x74\x72\157\154\x2d\147\x72\x6f\x75\x70\76\xa\12\x20\40\40\40\40\40\x20\40\40\x20\40\40\40\40\40\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\40\40\74\x21\55\x2d\40\x41\x70\x70\x6c\151\143\141\164\151\157\x6e\x20\104\x65\x66\x61\165\x6c\164\40\124\151\155\x65\172\x6f\156\145\40\55\x2d\x3e\xa\40\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x20\40\40\x20\40\40\40\x20\74\170\55\x69\156\x73\164\x61\x6c\154\145\x72\x3a\72\146\x6f\162\x6d\x2e\x63\x6f\156\x74\x72\157\154\x2d\x67\x72\157\165\160\40\x63\154\141\163\x73\x3d\x22\x6d\x62\55\x32\56\65\x22\x3e\xa\40\x20\40\x20\40\40\x20\x20\40\40\40\40\x20\40\x20\x20\40\40\40\40\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\x3c\x78\55\x69\156\x73\x74\x61\154\x6c\145\162\x3a\72\146\x6f\x72\x6d\x2e\143\157\x6e\164\x72\x6f\x6c\55\x67\162\x6f\x75\x70\x2e\154\141\x62\x65\x6c\x20\x63\x6c\x61\x73\163\75\42\162\145\x71\x75\151\162\145\x64\x22\76\xa\40\40\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\40\40\40\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\40\40\x40\154\x61\156\147\x28\x27\x69\x6e\163\x74\x61\x6c\154\x65\x72\x3a\72\141\x70\160\56\151\x6e\x73\x74\x61\154\154\145\162\x2e\151\x6e\144\x65\170\56\x65\x6e\x76\x69\162\x6f\156\x6d\x65\156\164\x2d\x63\157\156\x66\x69\x67\x75\x72\x61\164\x69\x6f\x6e\x2e\x64\145\146\x61\165\154\164\x2d\164\151\155\x65\x7a\x6f\x6e\145\x27\x29\xa\x20\40\40\40\40\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\x3c\x2f\170\55\151\x6e\x73\164\141\154\154\145\162\72\x3a\146\157\x72\x6d\56\143\x6f\156\164\x72\x6f\154\x2d\147\x72\157\165\160\x2e\x6c\x61\x62\145\154\76\12\xa\40\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\40\x20\x20\40\40\x20\40\40\40\40\x20\40\x20\40\40\40\40\40\x20\x20\40\x20\100\x70\150\x70\xa\40\40\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\40\40\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\40\40\x20\40\40\40\x20\x20\x20\x20\40\x20\144\141\164\145\137\144\x65\146\141\165\x6c\x74\x5f\x74\151\155\x65\x7a\157\x6e\145\x5f\x73\x65\x74\x28\47\x55\x54\103\47\x29\73\12\12\40\x20\x20\40\40\x20\40\40\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\40\x20\40\40\40\40\40\40\x24\164\172\x6c\151\x73\164\40\x3d\40\x44\x61\164\x65\x54\151\x6d\145\132\157\156\x65\x3a\x3a\154\x69\x73\164\x49\144\145\156\x74\x69\x66\x69\145\x72\x73\50\x44\x61\164\x65\124\x69\x6d\145\132\x6f\156\145\x3a\72\101\114\114\51\73\xa\xa\40\x20\40\x20\40\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\44\x63\x75\x72\x72\145\x6e\x74\x20\75\x20\144\141\164\145\137\144\145\146\141\x75\x6c\164\x5f\x74\151\x6d\145\172\157\156\x65\x5f\x67\145\164\x28\x29\73\xa\40\40\x20\40\x20\x20\40\40\x20\40\x20\40\40\40\40\x20\40\x20\x20\40\40\x20\40\40\x20\40\40\x20\x20\40\x20\x20\40\40\x20\x20\100\x65\156\144\x70\150\160\xa\12\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\40\40\40\x20\40\40\40\x20\x20\x20\40\40\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\40\74\170\55\x69\x6e\163\164\141\x6c\x6c\145\162\72\72\146\157\x72\155\x2e\143\x6f\156\164\x72\x6f\x6c\55\147\162\157\165\x70\x2e\x63\157\x6e\164\x72\x6f\154\12\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\40\40\x20\40\40\x20\x20\40\40\40\40\40\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\164\171\160\145\75\42\x73\x65\x6c\x65\143\x74\42\xa\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\40\x20\40\40\x20\40\x20\40\x20\40\40\x20\40\40\40\40\x20\156\x61\x6d\x65\75\42\x61\160\x70\137\x74\151\x6d\x65\172\157\x6e\x65\x22\xa\40\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\40\40\x20\40\40\x20\x20\40\x20\x20\40\40\40\x20\40\40\40\x20\x20\x20\x20\40\x3a\72\166\x61\x6c\x75\x65\x3d\42\145\x6e\x76\104\141\164\141\x2e\x61\x70\x70\137\164\151\155\x65\172\157\x6e\x65\40\x3f\x3f\x20\x24\143\x75\162\x72\145\156\164\42\xa\x20\40\x20\40\40\40\40\x20\x20\x20\40\x20\x20\x20\40\40\40\x20\40\40\40\40\x20\40\40\40\40\x20\x20\x20\40\x20\40\40\40\40\40\x20\x20\40\x72\165\x6c\x65\x73\x3d\42\x72\145\x71\x75\151\162\145\x64\42\12\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\40\x20\40\40\40\x20\40\40\40\x20\40\40\40\40\x20\x20\40\40\x20\40\x20\40\40\x20\x20\72\x61\162\x69\141\x2d\x6c\141\142\x65\x6c\75\x22\164\162\141\x6e\x73\x28\47\151\x6e\163\x74\x61\x6c\154\145\x72\x3a\72\x61\x70\x70\56\x69\x6e\x73\164\x61\x6c\x6c\145\x72\x2e\151\156\144\x65\170\x2e\x65\x6e\166\x69\x72\x6f\156\155\145\x6e\x74\x2d\143\157\x6e\146\x69\147\x75\x72\x61\x74\151\157\156\56\144\145\146\141\x75\x6c\x74\55\x74\x69\x6d\x65\x7a\x6f\156\145\47\x29\x22\xa\x20\x20\x20\x20\40\40\40\40\x20\40\40\40\x20\40\x20\40\40\x20\x20\40\x20\40\40\x20\40\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\40\40\40\x20\72\x6c\x61\142\145\x6c\x3d\42\x74\x72\x61\156\163\50\47\151\156\163\164\141\x6c\154\145\162\x3a\72\x61\160\160\x2e\151\156\163\x74\141\154\x6c\x65\162\56\151\156\144\x65\x78\x2e\145\x6e\166\x69\162\157\x6e\155\x65\156\x74\55\143\x6f\156\146\x69\x67\x75\162\x61\x74\151\157\x6e\56\x64\x65\x66\141\x75\x6c\164\55\164\151\x6d\x65\x7a\157\156\145\x27\51\42\xa\x20\x20\x20\x20\40\40\x20\40\40\40\40\x20\40\x20\x20\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\40\40\40\40\x20\x20\40\x20\x20\40\76\xa\x20\40\40\x20\x20\40\40\40\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\40\40\40\40\40\40\x20\x20\x20\40\40\x20\40\40\40\40\x3c\157\160\x74\x69\157\156\12\40\40\x20\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\x20\40\40\40\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\40\40\40\x20\40\x20\40\40\40\x20\x20\x20\40\40\x20\x76\141\x6c\x75\145\x3d\x22\x22\12\40\x20\40\40\40\40\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\40\x20\x20\40\x20\x64\151\163\x61\142\154\x65\144\xa\40\40\40\40\40\40\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\40\40\40\40\x20\40\40\40\40\76\12\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\40\x20\x20\40\40\40\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\40\40\40\40\40\x20\40\40\x20\40\x40\154\x61\156\147\50\47\x69\156\163\164\x61\x6c\x6c\x65\162\72\72\x61\x70\x70\x2e\x69\x6e\x73\x74\x61\154\x6c\145\162\56\x69\156\x64\x65\170\x2e\x65\x6e\166\x69\x72\x6f\x6e\155\145\156\164\55\143\157\156\x66\x69\x67\x75\162\x61\164\151\157\x6e\56\x73\x65\154\x65\x63\x74\55\x74\151\x6d\145\x7a\157\x6e\x65\x27\51\12\40\40\40\40\x20\x20\x20\40\x20\x20\40\40\40\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\40\x20\40\x20\x20\x20\x20\x3c\x2f\157\160\x74\151\x6f\x6e\76\xa\12\40\x20\x20\40\40\40\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\40\40\40\x20\40\40\x20\x20\x20\100\146\157\162\x65\141\143\150\x28\x24\x74\x7a\154\x69\163\x74\40\x61\163\x20\x24\153\145\x79\x20\75\76\40\x24\166\141\154\165\145\x29\12\40\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\40\40\40\40\40\40\40\x20\x20\40\40\x20\40\x20\40\40\x20\x20\x20\40\x20\40\40\x20\x20\40\x20\40\40\74\157\160\x74\151\157\156\xa\x20\x20\x20\40\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\166\141\154\165\x65\75\x22\173\x7b\x20\44\166\x61\154\x75\x65\40\x7d\175\x22\xa\40\40\40\x20\x20\x20\40\40\40\40\40\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\40\40\x20\40\x20\40\40\x20\40\x20\x7b\173\40\44\166\x61\154\165\145\40\75\75\75\x20\x24\x63\165\162\x72\145\x6e\164\40\x3f\40\47\163\145\154\x65\143\164\145\144\47\40\x3a\x20\47\x27\40\x7d\175\12\x20\40\x20\40\40\x20\x20\x20\x20\40\40\40\x20\40\x20\40\40\x20\40\40\40\40\x20\x20\40\40\40\40\x20\40\40\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x3e\12\x20\40\40\x20\x20\40\x20\40\x20\40\40\40\x20\40\40\x20\40\x20\x20\x20\40\40\40\x20\40\x20\x20\40\x20\40\40\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\40\x20\x20\40\40\40\x7b\173\x20\44\166\141\x6c\x75\145\x20\175\x7d\12\x20\40\40\x20\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\40\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\x3c\x2f\x6f\x70\x74\x69\157\156\x3e\xa\x20\x20\40\40\40\40\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x40\145\156\144\146\x6f\162\145\x61\143\150\12\x20\x20\40\x20\40\x20\40\40\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\40\x20\x20\x20\x3c\57\170\x2d\151\x6e\x73\164\x61\x6c\x6c\145\162\x3a\72\146\157\162\x6d\56\x63\x6f\156\x74\162\x6f\154\x2d\147\x72\157\x75\160\x2e\x63\157\156\164\x72\157\x6c\x3e\12\xa\x20\x20\40\40\40\40\40\40\x20\x20\x20\x20\40\40\40\x20\40\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\40\40\40\x20\x3c\170\x2d\151\156\x73\x74\x61\154\154\145\x72\72\x3a\x66\157\x72\x6d\x2e\x63\157\x6e\x74\162\x6f\x6c\55\x67\162\x6f\165\x70\56\x65\x72\162\x6f\162\40\x63\x6f\x6e\x74\162\157\154\55\156\x61\155\145\x3d\42\x61\x70\x70\x5f\164\x69\x6d\x65\172\x6f\156\145\42\40\57\x3e\xa\40\40\x20\x20\40\40\40\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\40\40\40\x20\40\40\40\x20\40\40\x20\40\x20\x20\74\57\x78\x2d\151\x6e\x73\x74\x61\x6c\154\x65\162\x3a\x3a\x66\157\x72\155\56\143\157\156\164\x72\157\154\x2d\147\162\157\x75\160\x3e\12\12\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\40\x20\40\x20\40\40\40\x20\x20\40\40\x3c\x64\x69\166\40\143\x6c\141\163\x73\75\x22\160\55\61\x2e\65\42\x20\72\x73\x74\x79\x6c\x65\x3d\42\167\141\162\156\x69\x6e\147\133\x27\143\x6f\x6e\x74\x61\x69\x6e\145\x72\x27\135\x2c\x20\167\141\162\156\x69\x6e\147\x5b\47\155\145\x73\x73\x61\147\x65\x27\135\x22\x3e\xa\40\x20\x20\x20\40\x20\40\40\40\x20\40\40\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\40\x20\40\74\151\40\x63\154\x61\163\x73\x3d\x22\151\143\157\x6e\x2d\154\x69\x6d\151\164\x65\x64\x20\x21\164\145\170\164\55\142\x6c\x61\x63\x6b\42\x3e\74\x2f\x69\x3e\12\xa\40\x20\x20\40\40\x20\40\40\40\40\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\100\154\141\x6e\x67\x28\x27\151\x6e\163\x74\x61\154\154\145\x72\x3a\72\141\x70\160\x2e\x69\156\x73\164\x61\x6c\154\x65\x72\56\x69\x6e\x64\x65\x78\x2e\x65\x6e\166\x69\162\157\156\155\x65\156\x74\55\143\x6f\x6e\x66\151\x67\165\x72\x61\x74\x69\157\x6e\x2e\x77\141\162\156\x69\156\147\55\155\145\163\163\141\147\145\x27\x29\12\40\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\40\40\40\40\40\x20\x20\x20\40\40\x20\x20\40\x20\x20\40\x20\40\x20\40\x3c\x2f\144\x69\x76\76\xa\xa\40\40\x20\40\40\40\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\40\x20\40\x20\40\40\x20\x20\40\40\x20\x20\x20\74\144\151\166\40\143\154\141\x73\163\x3d\x22\146\x6c\x65\x78\x20\x67\x61\x70\55\62\56\x35\x22\x3e\xa\x20\40\40\40\40\40\x20\x20\40\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\40\40\40\40\x20\x20\40\40\40\40\40\40\40\x3c\41\x2d\55\x20\101\x70\160\154\151\143\141\x74\x69\x6f\x6e\x20\x44\x65\x66\x61\165\154\x74\x20\114\x6f\143\x61\154\x65\40\x2d\55\x3e\xa\x20\x20\x20\x20\40\40\x20\x20\40\40\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\40\x20\40\40\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\74\170\55\x69\156\163\164\141\x6c\x6c\x65\x72\x3a\x3a\146\157\x72\x6d\x2e\143\157\156\x74\x72\x6f\154\55\x67\x72\x6f\x75\160\x20\x63\x6c\141\163\163\x3d\42\167\55\146\165\154\154\42\x3e\12\x20\x20\x20\x20\x20\x20\40\40\40\40\x20\40\40\x20\40\40\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\40\40\40\x3c\170\55\151\x6e\x73\x74\141\x6c\x6c\145\x72\x3a\x3a\x66\157\x72\x6d\x2e\x63\157\x6e\164\x72\157\154\55\147\162\x6f\165\x70\56\x6c\x61\142\x65\x6c\x20\143\154\141\x73\163\75\42\162\145\x71\165\x69\162\145\x64\x22\x3e\12\x20\40\40\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\40\40\40\40\x20\x20\x40\154\x61\x6e\147\x28\47\x69\156\x73\164\x61\x6c\154\x65\162\x3a\x3a\x61\x70\x70\x2e\x69\156\x73\x74\x61\154\x6c\x65\162\56\x69\x6e\144\145\x78\x2e\x65\156\x76\151\162\x6f\x6e\x6d\145\x6e\164\x2d\143\x6f\x6e\146\x69\x67\x75\x72\x61\164\x69\157\156\x2e\144\x65\146\x61\165\154\164\55\x6c\157\143\141\154\145\47\x29\12\x20\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\40\x20\40\x20\40\40\x20\40\40\x20\40\x20\40\40\x20\x20\40\40\x20\x20\x20\74\57\170\x2d\x69\x6e\x73\x74\141\154\154\145\162\72\72\146\x6f\x72\x6d\x2e\x63\x6f\156\x74\x72\157\154\55\147\x72\157\x75\x70\x2e\x6c\141\x62\x65\154\76\xa\40\x20\40\40\12\40\40\x20\40\40\x20\40\x20\x20\40\40\40\40\40\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\x3c\170\55\x69\156\163\x74\141\154\154\145\x72\x3a\x3a\146\157\x72\x6d\x2e\x63\x6f\156\x74\162\157\x6c\x2d\x67\x72\157\x75\160\56\x63\157\156\x74\162\157\x6c\12\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\40\40\40\40\40\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\x20\40\40\40\x20\40\164\x79\160\x65\75\42\163\145\x6c\145\x63\x74\x22\12\x20\x20\x20\40\x20\x20\40\40\40\x20\40\x20\x20\40\40\x20\40\40\40\40\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\40\x20\156\141\x6d\145\x3d\42\141\x70\160\x5f\154\x6f\143\x61\154\x65\x22\12\40\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\40\40\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\40\40\x20\40\40\40\40\x20\x20\x20\40\166\141\154\x75\145\75\x22\173\x7b\x20\141\x70\x70\50\x29\55\76\147\x65\x74\x4c\157\x63\141\x6c\145\50\x29\x20\175\x7d\42\12\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\40\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\x72\165\154\x65\163\x3d\42\x72\145\161\x75\x69\x72\145\x64\42\xa\x20\40\x20\40\40\40\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\x20\40\x20\40\40\x20\40\x20\x20\x20\40\40\40\40\40\x20\40\40\x20\x20\40\x20\40\x20\72\x61\x72\x69\141\55\154\x61\142\x65\x6c\x3d\x22\x74\x72\x61\156\x73\x28\x27\x69\156\x73\164\141\154\154\145\162\x3a\x3a\x61\160\x70\56\151\156\x73\164\x61\x6c\154\145\162\x2e\x69\x6e\x64\x65\170\56\145\156\x76\151\162\157\x6e\155\145\156\164\55\143\x6f\156\146\x69\x67\165\x72\x61\x74\151\x6f\x6e\x2e\144\145\146\x61\x75\x6c\x74\55\154\x6f\x63\x61\154\x65\47\51\42\xa\40\x20\x20\40\40\x20\40\40\40\x20\40\x20\40\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\40\40\x20\x20\40\40\40\x20\x20\40\x20\40\40\40\40\x20\x20\40\72\x6c\141\142\145\x6c\75\42\164\162\141\156\x73\x28\x27\x69\156\x73\x74\x61\x6c\154\145\162\x3a\x3a\141\160\x70\56\x69\x6e\x73\x74\x61\154\x6c\x65\162\56\x69\x6e\144\145\x78\56\x65\156\x76\151\162\x6f\x6e\x6d\x65\156\164\x2d\x63\x6f\x6e\146\151\147\165\x72\141\x74\x69\x6f\x6e\56\144\x65\146\x61\165\x6c\x74\55\x6c\x6f\143\x61\154\x65\x27\51\x22\12\x20\40\x20\40\x20\x20\x20\x20\x20\40\40\40\40\x20\40\40\x20\40\x20\40\40\40\40\x20\40\40\x20\x20\40\x20\40\40\x20\x20\40\40\40\x20\40\x20\76\12\40\x20\40\40\40\x20\40\40\40\x20\40\x20\x20\40\x20\40\40\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\40\x20\40\x20\x20\40\40\40\x20\x20\40\40\40\40\x40\x66\x6f\x72\x65\x61\x63\x68\x20\50\44\154\157\x63\141\154\x65\163\40\x61\x73\40\x24\166\141\154\165\145\40\x3d\76\40\44\154\141\142\145\x6c\51\xa\40\x20\40\40\40\x20\x20\40\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\40\40\x20\x20\40\x20\40\40\40\40\x20\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\40\x20\74\157\x70\x74\151\x6f\156\40\x76\x61\154\165\145\75\42\173\173\40\44\x76\x61\x6c\165\x65\x20\x7d\x7d\42\x3e\12\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\40\40\40\40\40\40\x20\x20\40\40\x20\x40\x6c\x61\x6e\x67\50\x22\151\x6e\163\x74\141\x6c\x6c\x65\x72\72\72\141\x70\x70\56\x69\156\x73\x74\141\154\154\145\x72\56\151\x6e\x64\145\x78\x2e\44\x6c\141\142\145\154\42\x29\12\x20\x20\40\40\40\x20\40\40\40\40\x20\x20\40\40\x20\40\40\x20\x20\40\40\40\40\40\x20\x20\40\40\40\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\40\40\40\40\40\x20\40\40\x3c\57\157\160\164\x69\x6f\x6e\x3e\12\x20\x20\40\40\40\40\40\x20\40\x20\40\40\x20\40\40\x20\x20\40\40\40\x20\40\40\40\x20\x20\40\40\x20\x20\40\40\40\40\40\40\40\x20\40\40\x20\40\40\40\100\x65\156\x64\146\x6f\162\x65\x61\x63\150\xa\40\x20\x20\40\40\40\x20\x20\40\x20\x20\40\40\x20\40\40\40\40\40\40\x20\40\40\40\40\40\40\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\40\40\x3c\x2f\x78\x2d\x69\x6e\x73\164\141\154\x6c\x65\x72\72\72\x66\x6f\x72\x6d\x2e\x63\x6f\156\164\x72\157\x6c\x2d\x67\x72\157\165\x70\x2e\x63\x6f\156\164\x72\x6f\x6c\76\12\x20\40\40\x20\xa\40\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\40\x20\40\x20\x20\40\40\x20\x20\40\40\x20\x20\40\x20\40\40\74\x78\x2d\x69\156\x73\x74\141\x6c\154\145\162\72\x3a\146\x6f\x72\x6d\56\x63\157\156\164\x72\x6f\154\55\147\162\157\165\x70\56\145\x72\162\x6f\162\40\x63\x6f\156\164\162\157\x6c\55\156\x61\155\x65\x3d\42\141\160\160\x5f\154\x6f\x63\x61\x6c\x65\42\40\57\x3e\12\40\40\40\40\x20\x20\40\x20\40\40\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\40\x20\40\x20\40\74\x2f\x78\x2d\x69\156\x73\x74\141\x6c\154\145\162\72\x3a\x66\x6f\162\x6d\x2e\x63\x6f\x6e\164\162\x6f\x6c\x2d\x67\162\157\x75\x70\x3e\xa\12\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\40\x20\40\40\40\40\40\40\40\x20\x20\x20\x20\40\x20\40\x3c\x21\55\x2d\x20\101\x70\x70\x6c\151\143\141\164\151\x6f\156\x20\104\x65\146\x61\165\x6c\x74\40\x43\x75\x72\162\x65\x6e\x63\x79\40\55\x2d\76\12\40\40\40\x20\40\x20\40\x20\x20\40\40\x20\x20\40\x20\x20\40\40\40\40\x20\x20\x20\40\x20\x20\x20\40\40\40\40\x20\40\40\40\40\74\x78\x2d\151\x6e\163\164\141\x6c\x6c\145\x72\x3a\72\146\157\x72\x6d\56\143\x6f\x6e\164\x72\x6f\154\55\147\x72\157\x75\x70\x20\x63\x6c\x61\x73\x73\x3d\x22\x77\x2d\x66\165\154\154\42\x3e\12\40\40\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\40\x20\40\x20\40\40\x20\40\x20\x20\x20\40\74\x78\55\x69\x6e\x73\x74\141\x6c\154\145\162\x3a\72\146\157\162\155\x2e\143\157\x6e\164\x72\x6f\x6c\x2d\x67\x72\157\165\x70\56\x6c\141\142\145\x6c\40\x63\x6c\x61\163\163\x3d\42\162\x65\161\x75\151\x72\145\144\42\x3e\xa\40\40\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\x20\40\40\40\x20\x20\x40\x6c\141\x6e\x67\x28\47\151\x6e\163\164\141\154\x6c\145\162\72\x3a\x61\x70\x70\x2e\x69\156\x73\x74\141\x6c\154\145\162\x2e\x69\x6e\x64\145\170\x2e\x65\x6e\x76\x69\162\x6f\156\155\145\156\x74\x2d\143\x6f\x6e\x66\x69\147\x75\162\141\164\x69\x6f\x6e\x2e\x64\145\146\x61\x75\x6c\x74\x2d\x63\x75\162\162\x65\x6e\143\171\47\51\12\x20\x20\x20\x20\40\40\40\x20\40\40\40\x20\x20\40\x20\40\40\x20\40\x20\40\40\x20\40\40\x20\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\40\40\x20\74\57\x78\55\x69\156\x73\164\x61\154\154\145\x72\x3a\72\x66\157\162\155\56\x63\157\x6e\x74\162\x6f\x6c\55\x67\162\x6f\165\x70\56\x6c\141\142\x65\154\x3e\12\xa\x20\x20\40\40\x20\x20\x20\x20\40\40\40\x20\40\x20\40\40\x20\40\40\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\x20\x3c\x78\x2d\x69\156\x73\x74\141\154\x6c\x65\x72\72\x3a\x66\157\x72\x6d\56\143\x6f\156\x74\162\x6f\154\55\x67\x72\157\165\160\x2e\143\157\x6e\164\162\x6f\154\xa\x20\40\40\40\x20\x20\40\40\40\40\40\40\40\40\40\x20\40\40\40\x20\x20\40\40\40\40\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x74\x79\160\145\x3d\x22\x73\x65\154\x65\x63\164\42\xa\40\40\x20\40\40\40\x20\x20\40\40\40\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\40\40\40\x20\40\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\156\141\x6d\145\75\42\x61\160\160\137\143\165\162\162\x65\x6e\x63\x79\42\xa\x20\40\x20\40\40\40\40\x20\40\40\40\x20\40\x20\x20\40\x20\x20\40\x20\40\40\x20\40\40\x20\40\40\x20\40\x20\x20\40\40\40\x20\40\40\x20\x20\40\40\x20\40\x3a\72\166\x61\x6c\165\x65\x3d\x22\x65\x6e\x76\104\x61\164\x61\x2e\141\160\x70\137\x63\165\x72\x72\x65\156\x63\x79\40\77\77\40\x27\x55\x53\x44\x27\x22\xa\x20\40\40\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\40\x20\40\40\40\40\40\40\x20\x20\40\40\40\x20\40\40\40\40\40\40\40\x20\x20\x20\40\40\72\x61\162\151\141\x2d\x6c\x61\142\145\154\x3d\42\164\x72\x61\x6e\163\50\47\x69\156\163\x74\141\154\154\x65\162\72\x3a\141\x70\160\56\151\x6e\163\164\x61\x6c\154\145\162\56\x69\156\144\145\x78\56\x65\x6e\x76\x69\162\x6f\156\155\x65\156\164\x2d\x63\157\156\x66\x69\x67\x75\x72\141\164\151\x6f\156\x2e\x64\145\x66\x61\x75\154\164\55\x63\165\162\x72\x65\156\143\x79\x27\x29\42\12\x20\x20\40\40\40\40\40\40\x20\40\40\40\40\x20\x20\40\40\x20\x20\40\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\162\165\x6c\145\163\75\42\162\x65\161\165\x69\x72\145\x64\x22\xa\40\40\40\x20\40\40\x20\x20\40\x20\40\40\x20\x20\40\x20\40\x20\x20\40\x20\40\40\x20\x20\40\40\40\x20\40\x20\40\40\40\40\40\x20\40\x20\x20\40\x20\40\x20\x3a\x6c\x61\x62\x65\154\x3d\x22\164\162\x61\156\163\x28\x27\x69\156\x73\164\141\154\154\145\162\x3a\x3a\141\x70\x70\56\151\x6e\x73\164\x61\x6c\x6c\x65\x72\x2e\x69\156\144\x65\170\56\145\156\166\x69\162\x6f\156\x6d\145\x6e\x74\55\143\x6f\x6e\146\x69\147\165\x72\x61\164\151\157\x6e\56\144\145\146\x61\x75\x6c\x74\x2d\143\x75\162\162\x65\x6e\x63\171\47\51\42\12\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\x3e\xa\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\x20\40\40\x20\40\40\x20\x20\40\x20\40\x20\40\x20\40\x20\x20\x20\40\40\40\40\x20\40\x20\40\x20\40\x20\74\157\160\x74\151\157\x6e\40\x76\x61\154\x75\145\75\x22\42\40\144\x69\163\x61\142\154\145\x64\76\123\x65\x6c\145\x63\x74\40\x43\165\162\x72\145\156\x63\151\145\163\74\57\157\x70\164\151\157\x6e\76\xa\x20\40\x20\40\xa\x20\40\x20\40\x20\40\x20\x20\40\x20\40\40\x20\40\x20\40\40\x20\40\x20\40\40\x20\x20\40\x20\x20\40\40\40\40\40\x20\40\x20\40\40\x20\40\x20\40\40\x20\x20\100\x66\157\162\x65\141\x63\150\x20\50\44\143\165\x72\162\145\156\x63\151\145\163\x20\141\x73\x20\x24\x76\x61\154\x75\145\x20\x3d\76\x20\44\154\x61\142\145\x6c\51\12\40\40\40\x20\x20\x20\40\40\40\x20\40\40\40\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\40\40\40\40\40\40\40\x20\40\x20\x20\40\x20\40\40\40\x20\40\x20\x3c\x6f\160\x74\x69\x6f\x6e\x20\166\141\x6c\x75\145\x3d\x22\173\173\x20\44\166\x61\x6c\165\145\x20\x7d\175\42\40\100\x69\x66\x28\44\x76\x61\x6c\x75\x65\x20\75\x3d\x20\x27\125\123\104\x27\51\40\x73\145\154\145\143\164\145\144\x20\100\x65\x6e\x64\x69\x66\x3e\xa\x20\40\40\40\x20\40\40\40\x20\x20\x20\40\40\40\40\40\40\40\40\40\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\x20\40\x20\40\40\x20\40\x20\40\x20\40\x20\40\100\154\x61\156\x67\50\42\x69\156\x73\x74\141\154\154\145\x72\x3a\x3a\x61\x70\x70\x2e\x69\156\163\x74\x61\154\154\145\162\56\x69\156\x64\145\170\56\x65\156\166\151\x72\157\x6e\x6d\145\156\164\55\x63\157\x6e\146\x69\x67\165\x72\141\x74\151\x6f\x6e\x2e\x24\x6c\x61\x62\x65\x6c\42\51\xa\40\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\x20\40\40\x20\40\40\x20\40\40\x20\x20\x20\40\40\40\40\40\40\40\40\x20\x20\x20\40\x20\40\x20\40\40\x20\x20\40\40\40\40\x20\x3c\x2f\157\160\164\151\x6f\x6e\76\12\x20\40\40\40\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\x20\40\x20\x20\40\40\40\40\40\x20\100\145\156\x64\146\157\162\145\141\143\150\12\40\x20\40\x20\x20\40\x20\40\40\x20\x20\x20\40\40\40\x20\40\40\x20\40\x20\40\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\74\57\x78\x2d\x69\x6e\x73\x74\141\x6c\154\x65\x72\x3a\x3a\146\x6f\162\x6d\56\x63\157\x6e\164\162\157\154\55\x67\x72\157\x75\160\x2e\143\157\x6e\164\x72\x6f\x6c\x3e\xa\x20\40\x20\x20\12\x20\40\x20\40\x20\40\40\40\40\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\40\40\40\40\74\x78\55\x69\x6e\163\164\x61\x6c\154\145\x72\72\x3a\x66\x6f\x72\155\56\143\x6f\156\164\x72\157\154\55\147\x72\157\165\160\x2e\x65\x72\162\157\162\40\143\157\156\164\162\157\154\x2d\156\141\155\145\75\42\x61\x70\x70\x5f\x63\165\x72\162\145\x6e\x63\171\x22\40\x2f\x3e\xa\x20\40\x20\x20\40\x20\x20\40\x20\40\40\40\40\40\x20\x20\40\x20\x20\40\x20\40\x20\x20\40\40\40\40\x20\x20\x20\x20\40\x20\40\40\x3c\57\170\x2d\151\x6e\x73\164\x61\x6c\154\145\162\72\72\x66\157\162\155\56\x63\x6f\x6e\x74\162\x6f\154\x2d\147\x72\x6f\165\160\76\xa\40\40\x20\x20\40\40\x20\40\40\x20\40\40\40\x20\40\x20\40\40\40\x20\40\x20\40\40\40\40\40\40\40\40\x20\x20\74\x2f\144\x69\166\x3e\xa\xa\40\x20\x20\x20\x20\x20\40\40\40\x20\40\40\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\40\40\x20\40\x3c\144\x69\166\x20\143\154\141\163\163\75\42\146\154\x65\x78\40\x67\141\160\55\x32\x2e\x35\42\x3e\12\x20\x20\40\x20\40\x20\x20\40\40\40\40\40\40\40\x20\40\x20\40\40\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\40\x20\x20\40\40\74\170\55\x69\x6e\x73\x74\x61\x6c\x6c\145\x72\72\x3a\x66\x6f\x72\155\x2e\x63\157\x6e\x74\x72\157\154\x2d\x67\x72\x6f\x75\x70\40\x63\154\141\x73\163\75\x22\x77\55\x66\x75\x6c\154\42\76\12\x20\40\40\40\x20\x20\x20\40\x20\40\40\40\x20\x20\40\40\x20\x20\40\40\40\x20\x20\40\40\x20\40\x20\40\40\40\40\40\x20\x20\x20\40\40\x20\x20\74\170\x2d\x69\x6e\163\x74\x61\154\154\145\x72\x3a\72\146\157\162\155\x2e\143\157\x6e\x74\162\x6f\154\x2d\147\x72\x6f\165\x70\x2e\154\x61\142\x65\x6c\x20\143\154\x61\163\x73\75\x22\162\x65\161\x75\151\162\145\x64\42\76\xa\40\40\40\40\40\40\40\40\x20\x20\40\x20\40\x20\40\40\40\x20\40\40\40\40\40\x20\x20\x20\x20\40\x20\40\40\40\40\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\100\x6c\x61\x6e\147\50\x27\x69\156\163\x74\x61\x6c\x6c\145\x72\72\x3a\x61\x70\x70\x2e\x69\x6e\163\x74\141\154\154\x65\x72\56\151\156\x64\x65\x78\x2e\x65\x6e\166\151\x72\x6f\x6e\x6d\145\156\x74\55\143\x6f\156\x66\x69\x67\x75\162\x61\164\151\x6f\156\56\x61\x6c\x6c\157\x77\x65\144\x2d\154\157\x63\x61\x6c\x65\163\x27\51\xa\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\40\40\x20\x20\40\40\40\40\x20\x20\40\40\x20\40\40\x20\x20\x20\40\40\40\40\x20\40\x20\40\40\40\x20\x3c\57\170\x2d\x69\156\163\164\x61\x6c\154\x65\x72\x3a\x3a\146\157\162\x6d\x2e\143\x6f\156\164\162\157\x6c\x2d\147\x72\x6f\x75\x70\x2e\154\x61\x62\145\x6c\x3e\xa\12\40\40\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\x3c\x21\x2d\55\x20\101\x6c\154\x6f\x77\x65\144\x20\x4c\157\x63\141\154\145\163\x20\x2d\55\x3e\12\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\40\x20\40\40\40\40\x20\x40\146\x6f\x72\145\x61\x63\150\x20\x28\x24\154\157\x63\x61\154\145\163\x20\141\163\40\44\153\145\171\x20\75\76\x20\44\154\157\x63\141\154\145\51\12\40\40\x20\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\40\40\40\40\x20\40\x20\40\40\x20\x20\x20\74\170\55\151\156\163\164\141\x6c\x6c\145\x72\72\72\146\x6f\x72\x6d\56\143\x6f\156\164\x72\x6f\x6c\x2d\147\162\x6f\165\160\x20\x63\x6c\x61\163\x73\x3d\42\x66\154\145\x78\40\x67\141\160\x2d\62\56\65\x20\167\55\155\x61\x78\40\x21\155\142\55\x30\x20\x70\x2d\61\56\65\40\143\x75\x72\163\x6f\x72\x2d\160\157\151\x6e\164\145\162\x20\x73\x65\x6c\145\x63\x74\55\x6e\x6f\x6e\145\x22\76\12\40\x20\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\40\40\40\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x40\x70\150\160\12\40\x20\x20\40\x20\40\40\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\40\x20\40\x20\40\40\x20\40\44\x73\x65\x6c\x65\x63\164\145\x64\117\160\x74\151\x6f\156\40\75\x20\x28\x24\x6b\145\x79\x20\x3d\75\40\143\157\156\x66\151\147\x28\x27\141\160\160\x2e\154\x6f\143\x61\154\x65\47\51\51\73\xa\40\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\40\40\40\40\40\x20\40\40\40\x20\x20\x20\40\x20\40\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\40\x20\40\100\x65\x6e\144\160\150\x70\12\12\x20\40\40\40\40\40\x20\x20\x20\x20\40\40\40\40\x20\x20\x20\40\40\x20\40\40\x20\40\40\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\x20\74\x78\55\151\x6e\x73\x74\141\154\x6c\x65\162\x3a\x3a\146\157\162\155\56\143\157\156\164\x72\x6f\154\55\x67\162\157\165\160\56\143\157\x6e\x74\x72\157\154\12\40\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\x20\40\40\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\40\40\40\40\x20\40\40\40\40\164\171\x70\x65\75\x22\150\x69\144\x64\145\156\x22\xa\x20\x20\x20\x20\x20\x20\40\40\40\40\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\40\40\40\40\x20\x20\40\72\x6e\141\155\145\75\x22\x24\x6b\145\x79\x22\12\40\40\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\40\40\40\40\40\x20\40\40\x20\40\40\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\40\x20\40\40\40\40\40\x20\x20\40\40\40\40\72\x76\x61\x6c\x75\145\x3d\42\50\x62\157\x6f\154\x29\x20\44\x73\x65\154\x65\143\x74\145\144\x4f\x70\164\x69\x6f\x6e\42\xa\x20\40\40\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\x20\40\40\40\x20\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\40\40\40\40\x20\x20\40\40\x20\40\57\76\12\12\40\40\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\40\40\x20\40\x20\40\x20\40\40\x20\40\x20\x20\40\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\x3c\170\55\x69\x6e\163\x74\141\154\x6c\x65\162\72\72\146\157\162\x6d\x2e\143\x6f\x6e\x74\x72\x6f\154\55\147\x72\x6f\x75\x70\x2e\x63\x6f\x6e\x74\x72\157\x6c\12\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\40\40\40\x20\x20\40\40\40\40\x20\40\40\x20\40\40\40\x20\40\x20\40\x20\x20\40\40\40\40\40\40\164\x79\160\145\x3d\42\x63\150\145\x63\153\x62\157\x78\42\12\x20\x20\x20\40\40\40\40\40\40\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\40\40\x20\40\40\40\x3a\x69\144\75\x22\47\x61\x6c\x6c\x6f\167\145\x64\x5f\154\x6f\x63\141\x6c\145\133\x27\40\x2e\40\44\153\x65\171\x20\x2e\40\47\x5d\47\x22\12\x20\40\x20\40\x20\x20\x20\40\40\40\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\72\156\141\x6d\145\x3d\x22\x24\153\145\171\42\xa\40\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\40\x20\40\40\x20\40\40\40\x20\40\40\40\40\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\x20\72\x66\x6f\x72\75\42\47\x61\x6c\x6c\157\x77\x65\144\137\154\157\143\141\154\145\x5b\47\40\x2e\40\44\x6b\x65\x79\x20\56\x20\x27\135\x27\42\xa\x20\40\40\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\x20\x20\40\40\40\x20\40\40\40\40\40\x20\40\40\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\40\x20\40\x20\40\166\x61\154\165\x65\75\42\x31\x22\xa\x20\x20\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\40\40\40\x20\40\40\40\40\x20\40\40\x20\x20\x20\40\x3a\x63\x68\145\143\153\145\144\75\42\50\142\157\157\154\x29\x20\44\163\145\154\x65\143\164\x65\144\117\x70\164\x69\x6f\156\42\xa\x20\x20\40\x20\40\x20\40\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\72\x64\151\x73\x61\x62\x6c\x65\144\x3d\x22\x28\142\157\x6f\154\51\40\x24\x73\x65\x6c\x65\x63\x74\145\144\x4f\x70\164\x69\x6f\x6e\42\12\40\40\40\40\40\40\40\40\40\40\x20\x20\40\x20\x20\40\40\40\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\x20\40\40\40\40\x20\x20\x20\x20\x40\143\x68\x61\x6e\147\145\75\42\160\165\x73\150\101\x6c\x6c\157\167\x65\144\x4c\157\143\x61\154\x65\163\x22\xa\x20\x20\40\40\x20\x20\40\40\x20\40\40\40\40\x20\40\40\40\40\x20\x20\40\40\x20\x20\40\40\x20\x20\40\40\40\x20\40\x20\40\40\40\40\40\x20\40\x20\40\40\40\40\40\40\x2f\76\12\xa\40\x20\40\x20\40\x20\40\40\x20\40\40\x20\40\x20\40\40\x20\x20\40\40\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\x20\x20\40\x20\40\40\40\40\40\x20\74\170\55\x69\156\163\164\x61\154\x6c\x65\162\72\72\146\x6f\x72\x6d\x2e\x63\x6f\156\164\162\157\154\55\x67\162\x6f\165\160\56\154\x61\x62\145\154\12\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\40\40\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x20\40\40\146\157\162\x3d\42\141\x6c\154\157\167\145\x64\137\x6c\157\143\141\154\x65\x5b\173\x7b\40\x24\x6b\145\x79\40\175\x7d\135\x22\xa\40\x20\40\40\x20\40\x20\x20\40\x20\40\40\x20\40\x20\40\40\40\40\x20\40\x20\40\x20\x20\40\x20\x20\40\40\x20\40\40\x20\x20\40\x20\x20\40\x20\40\40\40\x20\x20\40\x20\x20\40\40\40\x20\143\x6c\141\x73\163\x3d\42\41\164\x65\x78\x74\x2d\133\x31\64\x70\x78\x5d\40\41\x66\157\x6e\164\55\163\x65\155\151\x62\x6f\x6c\144\x20\143\x75\x72\x73\x6f\162\x2d\160\157\x69\x6e\164\x65\x72\x22\12\x20\40\x20\40\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\40\40\40\40\40\40\x20\40\40\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\76\12\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\40\40\40\40\40\x20\100\154\141\x6e\x67\50\42\151\156\x73\164\141\154\154\145\162\x3a\72\x61\160\160\56\x69\x6e\x73\164\x61\154\x6c\145\x72\x2e\x69\x6e\144\145\170\56\44\154\157\x63\141\154\145\x22\x29\12\40\40\x20\40\40\40\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\x20\x20\40\40\40\x20\40\x20\40\x20\x20\40\40\x20\40\x20\40\40\40\x20\40\40\x20\40\40\x20\x20\x20\x20\40\74\x2f\x78\55\x69\156\x73\164\141\x6c\x6c\145\162\x3a\72\x66\x6f\x72\x6d\56\143\157\156\164\162\157\154\55\x67\162\157\165\160\x2e\154\141\142\145\154\76\xa\40\40\40\40\40\40\x20\x20\40\40\x20\40\40\x20\x20\40\x20\x20\40\x20\40\40\x20\40\x20\40\x20\x20\40\40\40\x20\x20\40\40\40\40\40\x20\40\x20\x20\40\40\74\x2f\x78\x2d\x69\156\163\x74\141\x6c\154\145\x72\x3a\x3a\146\157\162\155\56\x63\x6f\156\x74\x72\x6f\x6c\x2d\x67\x72\157\x75\160\76\12\x20\40\40\40\x20\x20\40\40\x20\40\40\x20\x20\40\40\40\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\40\40\40\x20\40\40\x20\x20\x20\100\x65\156\x64\x66\157\x72\x65\141\x63\150\xa\40\40\x20\x20\40\40\40\40\40\40\x20\40\x20\x20\40\x20\x20\40\x20\40\40\40\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\40\x20\74\57\x78\x2d\151\x6e\x73\x74\141\154\154\x65\162\72\72\146\x6f\x72\155\x2e\x63\157\x6e\164\x72\157\154\x2d\147\162\157\165\160\x3e\12\xa\x20\x20\x20\x20\40\x20\40\x20\40\40\40\40\x20\x20\x20\40\x20\x20\40\40\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x3c\170\55\x69\x6e\163\164\141\154\x6c\x65\x72\x3a\72\x66\157\x72\155\x2e\143\157\156\164\162\157\154\55\147\x72\157\x75\x70\40\x63\x6c\141\x73\163\x3d\42\x77\55\146\x75\x6c\154\x22\76\xa\40\40\x20\x20\40\40\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\40\40\x20\40\74\170\x2d\151\156\163\164\x61\x6c\154\145\162\72\x3a\x66\x6f\x72\x6d\56\143\x6f\x6e\164\x72\x6f\x6c\55\147\162\x6f\x75\160\56\154\141\x62\145\154\40\x63\154\x61\163\x73\75\x22\162\x65\x71\165\x69\162\x65\144\42\x3e\xa\x20\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\40\40\40\40\40\x20\40\40\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\x40\x6c\141\156\147\50\47\x69\x6e\163\164\x61\154\x6c\x65\162\72\72\x61\x70\x70\56\151\x6e\163\x74\x61\x6c\154\145\162\56\x69\156\144\x65\x78\56\145\x6e\x76\x69\x72\x6f\156\x6d\x65\156\164\x2d\143\157\x6e\146\151\x67\x75\x72\141\x74\x69\x6f\x6e\56\x61\154\x6c\157\167\145\x64\55\x63\165\162\162\x65\x6e\x63\x69\x65\x73\47\51\xa\x20\x20\40\x20\x20\40\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\40\40\40\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\40\x3c\x2f\170\55\x69\x6e\x73\164\x61\x6c\x6c\145\162\72\72\146\x6f\x72\155\x2e\143\157\156\x74\x72\x6f\x6c\55\x67\162\157\x75\x70\x2e\154\141\142\145\154\76\xa\40\40\x20\x20\12\40\40\x20\40\40\x20\40\x20\40\x20\x20\40\40\x20\x20\40\40\x20\40\x20\x20\40\40\x20\40\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\40\40\x20\40\74\41\x2d\x2d\40\101\x6c\x6c\x6f\167\145\144\40\103\x75\x72\x72\x65\156\143\x69\145\163\40\55\55\x3e\xa\x20\x20\x20\x20\40\x20\40\40\40\x20\40\40\x20\40\x20\x20\x20\x20\40\x20\40\x20\40\40\x20\40\x20\40\40\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\x40\146\x6f\x72\145\x61\x63\150\x20\x28\x24\143\165\162\x72\x65\156\x63\151\145\163\40\x61\163\x20\44\153\145\171\40\x3d\76\40\44\x63\x75\162\x72\x65\x6e\143\x79\x29\xa\40\40\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\x3c\170\55\x69\156\163\x74\x61\x6c\x6c\x65\x72\x3a\72\146\x6f\x72\x6d\x2e\x63\157\156\164\162\157\154\55\x67\162\157\165\x70\x20\x63\x6c\x61\x73\163\x3d\42\x66\x6c\145\x78\40\147\141\160\x2d\62\x2e\x35\40\x77\55\155\x61\170\40\41\155\x62\55\60\40\160\55\x31\56\x35\40\x63\165\x72\163\157\x72\x2d\x70\157\x69\156\x74\x65\162\40\x73\x65\x6c\x65\x63\164\55\x6e\x6f\156\x65\x22\x3e\xa\x20\40\40\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\40\x20\40\40\x20\40\x20\x20\40\x20\x20\100\160\x68\160\12\x20\x20\x20\x20\40\40\40\40\x20\x20\40\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\40\40\40\40\40\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\40\40\40\x20\x20\40\x20\x20\40\40\x24\163\x65\154\x65\143\164\145\144\117\160\x74\x69\157\x6e\x20\75\x20\x24\153\145\171\x20\75\x3d\40\x63\157\156\x66\x69\147\x28\47\x61\x70\160\x2e\x63\165\162\x72\145\156\x63\x79\47\x29\73\12\x20\x20\40\x20\40\40\x20\40\x20\40\40\x20\40\40\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\40\x20\x20\40\40\x20\40\x20\40\x20\x20\40\40\40\40\40\x40\x65\156\x64\160\x68\160\12\12\x20\x20\40\40\x20\40\40\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\40\40\40\40\x20\40\40\x20\x20\x20\40\40\40\40\x20\x20\40\40\40\x20\x20\40\40\x20\x20\40\74\170\x2d\x69\x6e\x73\164\141\154\x6c\145\162\72\72\146\x6f\162\x6d\56\143\157\x6e\x74\x72\157\x6c\x2d\x67\x72\x6f\x75\160\56\x63\x6f\x6e\x74\162\x6f\x6c\12\x20\x20\40\40\x20\40\x20\40\x20\40\40\x20\x20\x20\40\40\40\x20\40\40\40\40\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\x20\40\x20\x20\40\40\x20\40\40\40\40\x20\164\x79\x70\145\x3d\42\150\151\144\x64\145\156\42\12\x20\40\x20\40\40\40\x20\40\40\40\40\x20\40\40\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\x20\x20\40\40\40\40\40\40\x20\40\40\40\x20\40\40\x20\40\x20\40\x20\x20\40\40\40\x20\40\x20\x3a\x6e\x61\x6d\x65\x3d\42\44\153\145\171\x22\12\40\40\40\40\x20\x20\40\40\40\x20\40\x20\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\40\40\x20\40\40\40\40\x20\72\x76\141\x6c\x75\145\x3d\x22\x28\142\x6f\x6f\x6c\x29\40\x24\x73\x65\154\145\x63\164\145\x64\117\x70\164\x69\157\x6e\42\12\x20\40\40\x20\x20\40\x20\x20\40\x20\40\x20\40\40\40\x20\x20\x20\40\40\x20\40\40\x20\x20\40\x20\x20\40\40\40\x20\40\40\40\40\40\40\x20\40\x20\40\x20\40\x20\x20\x20\40\x2f\x3e\12\xa\40\40\40\x20\40\40\x20\40\x20\x20\x20\40\40\40\x20\40\40\x20\x20\40\40\40\40\40\x20\40\40\40\40\40\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\74\170\55\151\156\x73\164\x61\154\154\145\162\72\x3a\146\157\x72\x6d\x2e\143\x6f\x6e\x74\162\x6f\x6c\55\147\162\x6f\165\x70\56\143\157\x6e\x74\162\x6f\x6c\12\40\40\x20\40\40\x20\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\40\40\40\40\40\40\40\40\40\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\x20\40\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\x20\164\171\x70\145\x3d\x22\x63\x68\x65\x63\x6b\x62\157\x78\42\xa\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\40\40\40\40\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\40\40\40\40\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\x20\40\x20\40\40\x3a\x69\x64\75\42\47\143\165\x72\162\145\156\x63\171\133\47\x20\x2e\x20\44\153\x65\171\x20\x2e\x20\47\x5d\x27\42\xa\40\40\40\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\x20\x20\x20\40\40\40\40\40\40\x20\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\x20\40\x20\x20\40\40\40\x20\x3a\156\x61\x6d\x65\75\x22\44\153\145\x79\x22\xa\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\40\40\x20\40\40\x20\x20\40\40\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\x20\40\40\x20\40\40\40\40\40\x20\40\x20\40\x76\x61\x6c\165\x65\x3d\x22\x31\x22\12\40\40\40\40\40\40\40\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\x20\40\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\40\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\72\146\x6f\x72\75\x22\47\143\165\162\162\x65\x6e\143\171\133\x27\x20\56\40\44\x6b\x65\x79\x20\56\40\x27\x5d\47\x22\12\x20\40\40\40\x20\40\x20\40\x20\40\x20\x20\40\x20\40\40\40\40\x20\40\40\x20\x20\x20\40\x20\40\x20\40\x20\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\40\40\x20\72\x63\150\145\143\x6b\x65\144\x3d\x22\50\142\x6f\157\154\x29\40\x24\163\145\154\145\x63\164\145\x64\x4f\x70\x74\x69\x6f\x6e\x22\12\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\40\40\40\40\x20\40\x20\40\x20\40\40\x20\40\x20\x20\x20\x20\40\40\x20\40\x20\40\x20\40\x20\40\x20\x20\40\x20\40\40\40\40\x20\x20\x3a\144\x69\x73\x61\x62\154\145\144\x3d\x22\x28\x62\157\157\x6c\x29\40\44\x73\145\x6c\x65\143\164\145\x64\117\160\164\151\x6f\156\42\xa\40\40\x20\40\40\40\40\40\40\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\40\x20\40\x20\40\x20\40\x20\40\x20\x20\x20\40\40\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\40\100\x63\x68\141\156\x67\x65\75\42\160\x75\163\x68\x41\x6c\154\157\167\145\x64\103\165\x72\x72\x65\156\143\x79\x22\12\40\x20\40\40\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\40\40\40\x20\40\x20\40\40\40\x20\x20\40\x20\x20\40\40\40\40\40\40\40\40\x20\40\x20\x20\x20\x20\40\x20\40\40\x2f\x3e\xa\12\x20\x20\40\x20\40\40\40\x20\x20\x20\40\40\x20\x20\40\40\x20\40\x20\40\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\40\40\40\40\40\40\40\x20\x3c\170\55\x69\156\163\x74\141\154\154\145\x72\72\x3a\146\x6f\x72\x6d\56\x63\157\x6e\164\x72\157\x6c\x2d\147\x72\157\x75\x70\x2e\154\141\x62\145\x6c\xa\x20\x20\x20\40\x20\x20\40\40\40\x20\x20\40\40\x20\40\40\x20\40\x20\40\40\x20\x20\40\40\40\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\40\40\40\40\40\40\40\x20\x20\x20\40\x20\40\146\157\x72\75\42\143\165\x72\x72\145\156\x63\171\133\x7b\x7b\x20\x24\x6b\x65\x79\x20\175\175\135\42\xa\40\x20\x20\40\40\40\x20\40\40\40\40\x20\40\40\40\40\40\x20\x20\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\40\40\x20\40\40\40\x20\x20\40\40\x20\40\40\40\40\x63\154\141\x73\163\x3d\x22\41\164\x65\170\x74\55\x5b\x31\64\x70\x78\x5d\40\41\x66\x6f\156\164\55\163\145\x6d\x69\x62\x6f\154\144\x20\x63\165\x72\163\x6f\x72\x2d\x70\x6f\151\x6e\x74\x65\x72\42\12\x20\40\x20\x20\40\40\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\40\40\40\40\x20\40\40\x20\40\40\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\76\12\x20\40\40\40\x20\x20\40\40\x20\x20\40\40\x20\40\40\x20\x20\40\40\x20\40\40\40\x20\x20\x20\x20\40\40\40\40\x20\40\40\x20\x20\x20\40\40\40\40\40\40\40\x20\40\40\x20\40\40\x20\x20\x40\x6c\x61\x6e\x67\50\x22\x69\x6e\163\164\141\x6c\154\145\162\x3a\x3a\141\x70\x70\56\151\x6e\163\164\141\154\x6c\145\162\x2e\151\156\x64\145\170\x2e\x65\156\x76\151\162\x6f\x6e\155\145\156\x74\55\x63\157\156\x66\151\x67\x75\x72\141\164\151\157\156\56\44\x63\x75\162\x72\x65\156\x63\x79\x22\x29\12\x20\x20\x20\40\x20\40\x20\40\40\40\x20\x20\40\x20\x20\40\40\x20\x20\40\40\x20\40\40\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\74\x2f\170\x2d\x69\156\x73\x74\141\154\154\145\162\72\72\146\157\162\x6d\56\x63\x6f\156\x74\162\x6f\154\55\147\x72\x6f\x75\160\x2e\154\x61\x62\x65\154\76\xa\40\40\x20\40\x20\40\x20\40\40\x20\40\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\40\40\40\x20\x20\40\40\x20\40\x20\x20\40\x3c\x2f\170\55\151\x6e\163\x74\141\154\x6c\145\x72\x3a\72\146\157\x72\x6d\x2e\x63\157\156\164\x72\x6f\154\x2d\147\x72\157\x75\160\76\12\40\40\40\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\40\40\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\40\40\40\40\x20\x20\40\40\x20\x20\40\40\100\x65\x6e\x64\146\157\x72\x65\141\143\150\xa\x20\40\40\x20\40\40\x20\x20\x20\40\40\x20\x20\40\x20\40\40\40\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\40\40\x20\x20\x20\x20\x3c\x2f\x78\55\x69\156\163\x74\x61\x6c\154\145\162\72\x3a\146\157\162\155\56\x63\157\156\164\162\157\x6c\x2d\147\x72\x6f\x75\160\76\12\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\40\40\40\40\40\x20\x20\74\57\144\151\166\x3e\xa\x20\x20\40\x20\40\40\40\40\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\40\40\x20\40\x20\x20\40\x20\x3c\57\144\x69\x76\x3e\xa\12\40\40\40\x20\40\40\40\40\40\x20\40\40\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x3c\x64\151\166\x20\x63\x6c\141\x73\x73\x3d\x22\x66\154\x65\170\40\160\170\x2d\64\x20\x70\x79\55\62\x2e\65\x20\152\165\163\164\151\146\x79\55\145\156\x64\40\151\x74\x65\x6d\163\x2d\x63\x65\x6e\164\145\162\42\x3e\xa\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\40\x20\74\x62\x75\164\x74\x6f\156\xa\x20\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\40\40\40\x20\40\40\40\x20\x20\x20\164\x79\x70\x65\75\42\x73\x75\142\x6d\151\x74\42\12\x20\x20\40\40\40\40\x20\40\x20\x20\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\40\40\40\40\x20\x20\x20\x63\154\x61\163\x73\x3d\42\x70\170\x2d\x33\40\x70\171\55\61\x2e\65\x20\x62\147\55\142\154\x75\x65\55\66\60\x30\40\x62\x6f\162\x64\145\x72\x20\x62\157\x72\144\145\x72\x2d\x62\x6c\165\145\55\x37\x30\60\40\162\157\165\x6e\144\145\144\x2d\155\x64\40\164\145\x78\164\55\x67\162\141\171\55\65\x30\40\146\x6f\x6e\164\x2d\x73\x65\x6d\151\x62\x6f\154\144\40\143\x75\x72\163\x6f\x72\x2d\x70\157\151\x6e\x74\145\x72\x20\150\157\166\x65\162\72\x6f\x70\141\143\x69\164\171\x2d\x39\60\x22\xa\40\x20\x20\x20\x20\40\x20\40\40\40\40\40\40\x20\x20\x20\40\x20\40\40\x20\40\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\40\40\40\x74\141\x62\x69\x6e\x64\x65\x78\75\x22\x30\x22\12\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\40\40\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\40\x20\40\76\12\x20\40\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\100\x6c\141\x6e\147\50\47\x69\x6e\x73\x74\141\x6c\154\x65\x72\72\x3a\141\x70\160\x2e\x69\156\163\x74\x61\154\154\145\x72\56\x69\x6e\x64\145\170\56\x63\157\x6e\x74\151\x6e\x75\x65\47\51\xa\40\x20\40\x20\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\40\40\x20\x20\40\x20\40\x20\74\57\142\x75\x74\164\157\x6e\x3e\xa\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\x20\x20\40\40\40\x20\40\40\x20\x20\40\x20\x20\x20\40\74\57\x64\x69\x76\76\xa\12\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\40\x20\x20\x20\40\74\x2f\146\x6f\162\x6d\76\12\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\40\x3c\57\x78\x2d\151\156\163\x74\141\x6c\154\x65\x72\x3a\x3a\x66\157\162\155\x3e\xa\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x3c\57\x64\151\x76\x3e\xa\12\x20\40\40\40\x20\40\40\x20\40\x20\40\x20\x20\x20\x20\40\74\41\x2d\55\x20\x43\x72\145\141\164\x65\x20\x41\144\x6d\151\x6e\151\163\x74\x72\x61\x74\157\x72\x20\x2d\x2d\x3e\xa\40\40\x20\40\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\74\144\x69\166\xa\40\40\40\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\40\40\40\40\143\x6c\x61\163\x73\75\42\x77\x2d\146\x75\154\x6c\40\155\141\170\55\x77\x2d\x5b\x35\66\70\160\x78\135\40\x62\x67\55\167\x68\151\x74\145\x20\162\x6f\x75\156\x64\145\x64\x2d\x6c\x67\x20\x73\x68\141\x64\157\x77\x2d\133\60\x70\x78\x5f\70\x70\170\137\61\60\160\x78\x5f\60\x70\170\x5f\x72\147\x62\x61\50\60\54\x30\x2c\x30\54\60\56\x30\65\51\x5d\x20\x62\x6f\x72\144\145\162\55\x5b\x31\x70\170\x5d\x20\142\x6f\162\144\x65\x72\55\147\x72\141\x79\x2d\63\x30\60\42\12\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\40\40\40\x76\55\151\x66\75\42\x63\165\162\162\x65\x6e\164\x53\x74\x65\x70\x20\x3d\75\x20\x27\143\162\145\x61\164\x65\x41\x64\x6d\151\x6e\x27\x22\12\x20\40\40\x20\40\x20\x20\40\x20\40\x20\x20\40\40\x20\40\76\12\x20\x20\40\x20\40\40\x20\40\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\74\x78\55\x69\156\163\164\141\x6c\154\x65\162\72\72\x66\157\162\x6d\12\40\40\40\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\x76\55\163\154\x6f\x74\75\42\173\40\x6d\145\x74\141\x2c\40\x65\162\162\157\162\x73\54\40\x68\141\156\144\154\x65\123\x75\142\x6d\x69\x74\x20\175\x22\12\40\40\40\x20\40\40\40\x20\x20\x20\40\x20\40\x20\40\40\40\40\40\40\40\40\40\x20\141\x73\x3d\x22\x64\151\166\x22\xa\40\x20\40\40\x20\40\40\40\40\40\40\x20\x20\x20\x20\x20\40\40\40\x20\40\40\40\x20\x72\x65\146\75\x22\143\162\x65\141\x74\145\101\x64\155\x69\156\x22\12\40\40\x20\40\x20\40\40\40\x20\x20\40\x20\40\40\40\x20\x20\40\x20\x20\x3e\xa\x20\x20\40\x20\40\40\x20\40\x20\40\40\x20\40\40\40\40\40\40\x20\40\x20\x20\x20\40\74\x66\157\162\155\xa\x20\x20\40\40\x20\x20\40\40\40\x20\x20\40\40\40\x20\40\40\40\40\x20\40\x20\40\x20\40\x20\x20\x20\100\163\165\x62\155\x69\x74\x2e\160\x72\x65\166\x65\x6e\x74\x3d\x22\x68\x61\x6e\x64\154\x65\123\165\142\x6d\x69\x74\x28\44\145\x76\x65\156\164\x2c\40\x46\157\162\x6d\123\165\x62\155\151\164\x29\42\xa\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\40\40\x20\145\156\143\x74\171\160\x65\x3d\x22\x6d\x75\x6c\x74\x69\x70\141\x72\x74\57\x66\157\162\155\55\x64\141\164\x61\x22\12\x20\x20\x20\40\x20\40\x20\40\40\40\40\40\x20\40\x20\40\40\40\x20\x20\x20\x20\40\x20\x3e\xa\40\40\40\40\40\40\40\40\40\40\40\x20\40\x20\40\40\40\x20\x20\40\40\40\x20\x20\x20\x20\40\40\74\144\151\x76\40\143\154\x61\163\x73\x3d\42\146\154\x65\x78\x20\x6a\x75\163\x74\151\x66\x79\x2d\x62\145\x74\167\145\x65\x6e\x20\x69\164\145\155\163\x2d\143\x65\156\x74\x65\x72\40\147\141\x70\55\x32\56\x35\40\160\170\x2d\x34\40\160\x79\55\x5b\x31\x31\160\x78\135\x20\142\x6f\x72\144\145\x72\55\x62\55\x5b\x31\x70\x78\x5d\x20\x62\157\162\x64\145\x72\55\x67\x72\x61\x79\x2d\x33\x30\60\x22\x3e\xa\x20\40\40\x20\x20\x20\x20\40\40\40\40\40\40\x20\40\x20\x20\x20\40\40\40\40\40\x20\x20\40\x20\x20\40\40\x20\40\x3c\160\40\x63\x6c\141\x73\x73\75\42\164\145\170\x74\x2d\x5b\x32\x30\160\170\135\40\x74\145\x78\x74\x2d\x67\162\x61\x79\55\x38\60\x30\x20\146\157\156\x74\55\x62\x6f\x6c\x64\x22\76\12\x20\40\40\x20\x20\x20\x20\40\40\40\40\40\x20\40\x20\40\40\40\x20\x20\x20\40\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x20\40\x20\40\x40\x6c\x61\x6e\x67\x28\x27\151\x6e\163\x74\x61\154\x6c\145\162\x3a\72\x61\160\x70\56\x69\156\x73\164\141\x6c\x6c\145\x72\56\151\156\x64\x65\170\56\x63\162\x65\x61\x74\145\x2d\141\x64\x6d\151\x6e\151\x73\164\162\141\x74\157\162\56\x74\x69\x74\154\x65\x27\x29\12\x20\40\40\x20\x20\40\x20\40\x20\40\x20\x20\40\40\40\40\x20\x20\40\x20\x20\x20\40\40\x20\40\40\40\40\40\40\40\74\57\160\76\xa\x20\x20\40\x20\40\40\40\40\x20\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\40\40\40\x20\x20\40\x20\x3c\57\x64\151\x76\x3e\12\12\40\40\40\x20\40\40\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\40\40\x20\40\x20\40\74\144\151\166\x20\143\154\x61\163\x73\75\42\146\154\x65\x78\40\146\x6c\x65\x78\x2d\143\x6f\x6c\x20\x67\141\x70\x2d\63\x20\x70\x78\55\x5b\63\60\160\x78\x5d\40\x70\x79\x2d\x34\x20\142\x6f\162\x64\145\162\55\x62\x2d\x5b\61\x70\x78\135\x20\x62\157\x72\x64\x65\162\x2d\147\162\x61\x79\x2d\x33\60\x30\x20\x68\x2d\x5b\x34\70\64\160\170\135\40\157\166\x65\162\146\154\157\167\55\x79\55\141\x75\x74\x6f\42\76\12\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\40\x20\40\x20\x20\40\74\x21\55\x2d\40\101\x64\x6d\151\156\x20\x2d\55\76\12\40\40\x20\40\x20\x20\x20\40\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\40\40\40\x20\40\x20\40\x20\x20\x20\40\40\x3c\x78\55\x69\156\163\164\141\154\154\145\162\72\x3a\x66\157\162\x6d\x2e\x63\157\x6e\164\162\x6f\154\x2d\147\x72\157\165\160\40\x63\154\x61\163\x73\75\42\155\x62\55\x32\56\65\x22\x3e\xa\x20\x20\40\x20\x20\x20\40\40\40\x20\40\40\40\40\x20\40\40\x20\x20\40\40\40\x20\40\x20\40\40\40\x20\x20\40\40\x20\x20\x20\40\74\x78\x2d\x69\x6e\163\x74\x61\154\154\145\162\x3a\x3a\146\157\x72\x6d\x2e\143\x6f\156\164\x72\157\154\55\x67\162\157\165\x70\56\x6c\x61\x62\x65\154\x20\x63\154\x61\163\x73\75\x22\162\x65\x71\x75\x69\x72\x65\144\42\x3e\12\x20\x20\x20\x20\40\40\40\40\40\40\x20\40\40\x20\x20\x20\40\40\40\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\x20\40\40\x40\154\x61\x6e\147\x28\x27\151\156\163\x74\141\x6c\154\x65\162\72\72\x61\160\160\x2e\151\156\x73\164\x61\154\x6c\x65\x72\56\x69\156\144\145\x78\x2e\x63\162\145\x61\x74\145\55\x61\144\x6d\x69\156\x69\x73\x74\162\x61\x74\x6f\x72\x2e\x61\144\155\151\156\47\51\xa\40\40\x20\x20\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\40\40\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x3c\x2f\x78\x2d\151\x6e\x73\164\x61\x6c\154\145\x72\72\72\146\157\x72\155\x2e\143\157\156\164\162\157\x6c\55\147\x72\157\165\x70\56\154\141\x62\145\x6c\x3e\xa\12\x20\40\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\40\40\40\40\x20\x20\40\x20\x20\40\x20\x20\40\x3c\x78\x2d\151\x6e\163\164\x61\x6c\x6c\145\x72\x3a\72\146\157\162\x6d\56\143\x6f\156\x74\x72\157\154\55\147\162\157\x75\160\56\x63\157\x6e\x74\x72\157\154\xa\x20\x20\40\x20\x20\x20\x20\40\40\40\40\40\x20\40\40\40\40\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\40\x74\171\x70\x65\75\42\164\145\x78\164\42\12\40\x20\40\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\40\x20\40\x20\x20\40\x20\40\x20\40\40\40\40\x20\x20\40\40\x20\40\156\x61\155\145\75\x22\141\x64\x6d\151\x6e\x22\xa\40\x20\40\40\40\40\x20\x20\40\40\x20\40\40\x20\x20\40\40\x20\40\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\162\165\x6c\145\x73\75\x22\162\x65\161\165\151\x72\x65\x64\42\12\x20\x20\40\40\x20\x20\40\x20\40\40\x20\x20\x20\40\40\40\40\40\x20\x20\x20\40\40\40\x20\40\40\40\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\x76\141\154\165\145\75\x22\x41\x64\x6d\x69\x6e\42\12\x20\40\x20\x20\40\40\40\40\40\40\40\40\x20\40\x20\40\x20\40\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\40\40\40\40\40\72\x6c\x61\x62\145\x6c\75\42\164\162\x61\156\x73\x28\x27\151\x6e\x73\x74\x61\154\154\145\x72\72\x3a\141\x70\x70\x2e\x69\x6e\163\x74\141\154\x6c\145\162\56\151\x6e\x64\x65\170\56\143\162\145\x61\x74\145\x2d\141\x64\155\151\156\151\163\x74\x72\x61\164\x6f\162\56\141\x64\155\x69\x6e\47\51\x22\12\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\40\x20\40\40\40\x20\x20\40\40\x20\40\x20\40\40\40\x20\40\40\40\40\72\160\x6c\x61\143\x65\150\157\x6c\x64\x65\x72\75\x22\x74\x72\x61\156\x73\x28\47\151\156\163\164\141\x6c\x6c\x65\x72\72\x3a\141\160\x70\56\151\x6e\163\x74\x61\154\x6c\x65\x72\x2e\x69\x6e\144\145\x78\x2e\143\162\145\141\x74\x65\55\x61\144\x6d\x69\156\x69\x73\x74\x72\x61\164\x6f\x72\x2e\x62\x61\x67\151\163\x74\157\47\x29\42\xa\x20\x20\x20\x20\x20\40\x20\40\40\40\40\x20\x20\40\x20\x20\40\x20\40\40\40\x20\40\40\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\40\57\x3e\xa\12\40\x20\x20\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\40\x20\40\40\x20\x20\x20\40\40\40\x20\40\x20\x20\40\40\40\40\40\40\x20\40\x3c\x78\55\151\156\x73\x74\x61\x6c\x6c\x65\162\x3a\72\146\x6f\162\x6d\x2e\143\157\156\x74\x72\157\x6c\55\147\x72\x6f\x75\x70\56\x65\x72\162\157\x72\x20\143\x6f\x6e\164\x72\157\154\55\x6e\141\x6d\145\x3d\x22\x61\x64\x6d\x69\x6e\x22\x20\57\76\xa\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\x20\40\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\x20\40\74\57\x78\55\x69\x6e\163\x74\141\x6c\154\145\162\72\x3a\x66\x6f\162\155\56\x63\157\156\x74\x72\157\154\55\147\x72\157\x75\160\76\xa\12\40\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\40\x20\40\x20\40\40\x3c\41\55\x2d\x20\105\x6d\141\151\154\x20\55\x2d\76\xa\40\40\40\40\x20\x20\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\40\x20\40\x20\40\40\40\40\x20\40\x20\40\40\x20\40\74\x78\x2d\151\x6e\x73\x74\141\154\x6c\x65\x72\x3a\x3a\146\157\162\x6d\x2e\x63\x6f\156\164\162\x6f\x6c\55\147\162\157\x75\160\40\143\x6c\141\x73\163\75\x22\x6d\x62\55\x32\x2e\x35\42\76\12\x20\40\x20\40\40\40\40\40\40\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\40\x20\40\40\40\40\40\40\40\x20\x3c\x78\x2d\x69\156\x73\164\141\154\x6c\145\x72\x3a\72\146\157\162\155\56\143\157\x6e\x74\x72\x6f\x6c\x2d\147\x72\157\x75\x70\56\154\x61\x62\145\x6c\x20\143\x6c\141\x73\x73\75\42\162\x65\161\165\151\x72\145\x64\x22\x3e\xa\40\x20\40\x20\40\40\x20\x20\40\x20\x20\40\x20\40\40\40\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\x20\40\x40\x6c\x61\x6e\147\50\x27\151\x6e\163\x74\141\x6c\x6c\145\162\x3a\72\141\160\x70\56\x69\x6e\x73\164\141\x6c\x6c\x65\162\56\x69\156\x64\145\x78\x2e\143\x72\145\141\x74\145\55\x61\144\155\151\156\151\x73\x74\162\x61\x74\x6f\x72\56\x65\x6d\141\151\x6c\47\x29\12\40\x20\x20\x20\40\40\x20\40\x20\x20\40\40\x20\40\40\40\x20\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\74\x2f\x78\x2d\151\156\163\x74\x61\x6c\x6c\x65\x72\x3a\x3a\146\x6f\x72\155\56\x63\157\x6e\164\162\157\154\55\x67\x72\x6f\165\160\x2e\154\141\x62\x65\154\76\12\12\40\40\40\x20\x20\40\x20\x20\40\40\40\x20\x20\x20\40\x20\x20\x20\40\40\40\40\40\x20\40\x20\x20\40\40\40\40\40\40\40\x20\40\74\170\55\151\156\163\164\141\154\154\x65\x72\72\72\146\157\162\x6d\56\143\x6f\156\164\x72\x6f\154\x2d\x67\162\157\165\x70\56\x63\x6f\156\164\x72\x6f\x6c\xa\x20\x20\40\40\x20\40\40\40\40\40\40\40\x20\40\x20\40\40\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x74\171\160\145\x3d\x22\164\145\x78\164\42\12\40\x20\x20\40\x20\40\x20\x20\40\40\40\40\40\40\40\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\40\40\x20\40\40\x20\x20\x6e\x61\x6d\145\x3d\x22\145\155\x61\151\x6c\42\xa\x20\40\40\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\x20\x20\40\40\x20\40\40\x20\x20\40\40\40\40\40\x20\x20\x20\x20\40\40\x20\40\40\x20\162\165\x6c\145\x73\75\42\x72\145\161\x75\x69\x72\145\x64\x22\xa\x20\x20\x20\40\40\40\40\40\40\x20\x20\40\x20\40\40\40\x20\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\40\40\40\x20\40\x20\40\x20\x76\x61\x6c\165\145\75\42\x61\x64\155\151\x6e\x40\145\x78\141\x6d\x70\x6c\x65\56\x63\x6f\x6d\42\12\40\x20\40\40\x20\40\x20\40\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\40\40\40\x20\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\40\40\72\x6c\141\142\145\x6c\x3d\x22\x74\162\x61\156\x73\x28\x27\151\x6e\163\164\141\x6c\x6c\145\162\x3a\72\141\x70\x70\56\151\x6e\163\164\x61\154\x6c\x65\162\x2e\151\x6e\144\145\170\56\143\162\145\141\x74\x65\55\x61\144\x6d\x69\156\x69\x73\x74\162\x61\164\x6f\162\x2e\x65\x6d\x61\151\154\47\x29\x22\xa\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\40\x20\40\x20\40\40\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\40\x20\40\x20\x20\40\x20\40\40\40\x20\x3a\160\154\x61\143\145\x68\157\154\x64\x65\x72\75\x22\164\x72\141\x6e\x73\x28\47\151\156\163\164\x61\x6c\154\x65\162\x3a\72\x61\160\x70\56\151\156\163\x74\x61\154\x6c\145\x72\x2e\151\156\x64\x65\170\56\143\x72\x65\x61\x74\145\55\x61\144\155\x69\x6e\151\163\164\162\141\164\x6f\x72\x2e\x65\155\141\151\x6c\55\x61\144\144\162\145\x73\x73\47\x29\x22\12\40\x20\40\x20\x20\40\40\40\40\40\40\x20\40\x20\40\40\40\40\40\40\40\40\40\x20\40\40\x20\x20\x20\40\40\40\40\x20\x20\x20\x2f\x3e\xa\12\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\40\40\x20\40\40\x20\40\x20\x20\40\40\40\40\x20\x20\x20\x20\40\40\40\74\x78\x2d\x69\156\x73\164\141\x6c\154\145\x72\x3a\72\x66\157\x72\x6d\x2e\143\157\x6e\x74\x72\x6f\x6c\55\147\162\157\x75\160\x2e\145\162\x72\157\x72\x20\x63\157\156\164\162\x6f\x6c\55\156\141\155\145\75\42\x65\155\x61\x69\154\x22\x20\x2f\x3e\xa\x20\40\40\x20\x20\40\40\x20\x20\x20\40\40\40\40\40\x20\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\x3c\57\x78\55\x69\x6e\x73\x74\141\x6c\x6c\x65\162\72\x3a\x66\x6f\x72\155\56\143\157\x6e\x74\x72\157\x6c\x2d\147\x72\x6f\165\x70\76\xa\12\40\x20\x20\x20\40\40\x20\40\40\40\40\40\40\x20\40\40\40\x20\40\x20\40\40\40\40\40\x20\x20\40\40\x20\x20\40\x3c\41\55\x2d\40\x50\x61\163\163\167\157\162\x64\x20\x2d\x2d\x3e\xa\40\40\x20\40\x20\x20\x20\40\40\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\40\40\40\40\40\x20\40\x20\40\x3c\170\x2d\x69\x6e\163\164\x61\154\x6c\145\162\x3a\72\x66\x6f\162\155\56\143\157\x6e\x74\162\157\154\x2d\x67\x72\157\x75\x70\40\x63\154\x61\163\163\x3d\42\155\142\55\62\56\65\x22\x3e\xa\40\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\40\40\40\40\40\40\40\40\40\40\x20\40\x20\x20\40\40\x20\40\40\x20\x20\40\74\170\x2d\151\x6e\163\164\141\154\154\x65\162\72\x3a\x66\157\x72\155\56\x63\157\x6e\164\x72\x6f\154\55\x67\162\x6f\x75\x70\x2e\x6c\x61\142\145\154\x20\x63\154\x61\x73\x73\x3d\x22\x72\145\161\165\151\x72\x65\144\42\76\12\x20\40\x20\40\40\40\40\x20\x20\40\40\40\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\40\40\100\x6c\x61\156\x67\x28\47\x69\x6e\x73\164\x61\x6c\x6c\x65\162\x3a\72\x61\160\160\56\151\x6e\x73\164\x61\154\x6c\x65\x72\x2e\151\x6e\x64\145\170\56\143\x72\x65\x61\x74\x65\55\141\144\x6d\151\x6e\x69\163\x74\162\141\x74\157\x72\x2e\x70\141\163\163\x77\157\x72\144\47\51\12\x20\x20\x20\40\x20\x20\40\x20\40\40\x20\x20\40\x20\40\40\40\x20\x20\x20\40\40\40\40\x20\x20\x20\40\x20\40\x20\x20\40\40\40\40\74\x2f\x78\x2d\x69\x6e\x73\x74\x61\154\x6c\145\162\72\x3a\x66\x6f\162\x6d\56\x63\x6f\x6e\164\162\157\154\55\147\162\x6f\165\160\x2e\x6c\141\142\145\154\x3e\12\12\40\40\x20\x20\x20\40\x20\40\x20\40\40\x20\40\40\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\40\40\x20\40\40\40\x20\x20\40\x20\x20\74\x78\55\151\156\163\164\141\x6c\154\145\x72\72\x3a\146\x6f\x72\155\x2e\x63\157\156\x74\162\157\154\55\147\x72\157\x75\160\56\x63\x6f\156\x74\x72\157\154\xa\x20\40\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\40\40\40\40\40\x20\x20\40\x20\40\x20\40\x20\40\40\40\x20\40\40\40\x20\x20\40\x20\x20\x20\40\164\171\160\x65\75\x22\x70\x61\163\x73\167\x6f\162\144\x22\12\40\40\x20\40\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\40\40\x20\x20\40\40\40\40\40\156\x61\155\x65\x3d\x22\160\x61\x73\x73\x77\157\162\144\42\xa\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\40\40\40\40\40\x20\40\x20\40\40\x20\x20\40\x20\40\40\x20\x72\x75\x6c\145\x73\x3d\42\x72\145\x71\x75\x69\162\x65\144\x22\xa\x20\40\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\40\x20\x20\40\40\x20\x20\40\x20\x20\40\x20\40\x20\x20\x20\x3a\166\x61\x6c\x75\145\x3d\42\157\x6c\x64\50\x27\x70\x61\163\x73\x77\157\162\x64\47\51\42\12\x20\40\40\40\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\40\x20\x20\40\40\40\40\40\40\x20\40\40\x20\40\40\x20\x20\x20\40\40\40\40\x3a\x6c\141\142\145\154\x3d\x22\x74\162\141\156\163\x28\47\151\x6e\163\x74\141\154\x6c\145\162\x3a\72\x61\x70\160\56\151\156\163\x74\141\x6c\x6c\x65\x72\56\151\156\144\145\170\56\143\x72\x65\x61\x74\x65\x2d\x61\x64\155\x69\x6e\x69\163\164\162\x61\164\x6f\162\56\x70\141\163\x73\167\157\162\144\x27\51\x22\xa\40\40\x20\x20\40\x20\40\x20\x20\x20\40\40\x20\40\40\40\40\40\40\40\x20\40\x20\x20\x20\40\x20\40\40\40\x20\40\x20\x20\x20\40\x2f\x3e\12\12\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\40\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\74\170\x2d\x69\156\163\164\141\154\154\145\x72\x3a\x3a\x66\x6f\162\x6d\56\x63\157\156\164\x72\157\x6c\55\x67\x72\157\165\160\56\x65\x72\162\157\x72\x20\143\157\156\x74\162\x6f\x6c\x2d\x6e\141\x6d\x65\x3d\x22\160\141\x73\163\167\x6f\162\x64\42\40\x2f\76\xa\40\40\x20\40\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\40\x20\40\40\40\40\x20\40\x20\74\x2f\170\x2d\x69\156\163\x74\141\x6c\x6c\x65\x72\72\72\146\x6f\162\x6d\56\143\x6f\156\164\162\x6f\154\x2d\x67\162\157\165\x70\x3e\xa\xa\x20\x20\40\40\x20\40\x20\x20\40\40\x20\40\x20\40\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\74\41\55\x2d\x20\103\x6f\x6e\x66\x69\162\x6d\x20\120\x61\x73\x73\167\x6f\162\x64\40\x2d\x2d\x3e\12\x20\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\40\x20\x20\x20\40\40\x20\40\40\40\40\x20\40\x20\40\40\40\x20\x20\x20\x3c\x78\55\x69\156\163\x74\141\x6c\x6c\x65\162\x3a\72\146\x6f\x72\x6d\x2e\143\x6f\x6e\x74\162\157\154\x2d\147\162\157\x75\160\x20\143\154\x61\163\x73\x3d\42\155\142\x2d\62\x2e\65\42\76\xa\x20\x20\x20\40\x20\40\40\40\x20\40\x20\x20\40\40\x20\40\40\x20\x20\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\x3c\x78\x2d\151\156\163\x74\141\x6c\154\145\x72\72\x3a\146\x6f\162\x6d\56\143\157\x6e\164\162\x6f\154\55\x67\162\157\x75\160\56\x6c\x61\142\145\x6c\x20\x63\154\x61\x73\x73\75\x22\x72\145\161\x75\151\162\145\144\x22\x3e\xa\40\x20\40\40\40\x20\x20\x20\x20\40\x20\40\x20\40\40\40\40\40\x20\x20\40\40\x20\40\x20\40\40\40\40\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\100\x6c\x61\156\147\50\47\x69\x6e\x73\164\x61\154\154\x65\162\x3a\72\x61\x70\160\56\151\156\163\x74\x61\x6c\x6c\x65\x72\x2e\x69\x6e\144\x65\170\56\143\162\145\x61\x74\145\55\141\x64\155\151\156\x69\163\164\x72\x61\x74\x6f\162\x2e\x63\x6f\156\x66\151\162\x6d\x2d\x70\x61\163\x73\167\157\162\x64\47\x29\xa\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\40\x20\40\40\x20\40\x20\40\40\x3c\57\170\55\151\x6e\163\164\141\x6c\154\x65\162\x3a\72\146\157\x72\x6d\56\x63\157\156\x74\x72\157\x6c\55\147\162\157\165\x70\x2e\x6c\141\142\145\x6c\76\xa\xa\40\x20\x20\40\40\40\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\40\40\40\40\x20\40\x20\40\x20\74\170\x2d\151\x6e\163\x74\141\x6c\154\145\162\x3a\x3a\x66\x6f\x72\x6d\56\143\157\x6e\164\x72\x6f\154\55\x67\162\x6f\x75\160\56\x63\x6f\x6e\164\x72\x6f\154\xa\40\40\40\40\40\x20\40\40\40\40\40\40\x20\40\x20\40\40\40\x20\40\x20\40\x20\x20\x20\40\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\40\x74\x79\x70\x65\75\x22\x70\141\x73\x73\x77\157\162\144\42\xa\x20\40\40\40\40\x20\x20\x20\40\40\x20\40\x20\40\x20\40\40\x20\40\40\x20\40\x20\40\40\x20\40\40\x20\40\40\40\x20\40\x20\x20\40\x20\40\40\x6e\x61\x6d\x65\75\x22\143\x6f\156\146\x69\162\155\x5f\160\141\x73\x73\167\x6f\162\144\x22\xa\x20\x20\x20\40\x20\40\40\x20\40\40\x20\40\40\40\40\x20\40\x20\40\40\x20\40\x20\x20\40\x20\40\40\40\40\x20\40\40\x20\40\40\40\40\40\x20\x72\165\x6c\x65\163\75\x22\162\x65\x71\x75\x69\x72\x65\x64\x7c\x63\157\x6e\146\x69\x72\x6d\x65\144\x3a\x40\160\141\163\x73\167\x6f\162\x64\42\xa\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\x20\40\40\40\40\x20\40\40\40\40\x20\x20\40\x20\x20\x20\40\40\40\x20\40\40\40\x20\40\x20\40\40\72\166\x61\x6c\x75\145\75\x22\157\154\x64\50\47\143\157\156\146\x69\162\155\137\160\x61\163\163\167\x6f\162\x64\47\51\x22\xa\x20\x20\x20\40\40\40\40\40\40\x20\40\40\40\40\x20\40\40\x20\40\x20\x20\x20\x20\40\x20\40\40\x20\40\40\40\x20\x20\x20\40\40\x20\x20\40\x20\x3a\154\x61\142\145\154\75\x22\164\162\141\156\x73\x28\x27\151\x6e\163\164\x61\154\154\145\162\72\x3a\x61\x70\160\56\x69\x6e\x73\164\x61\x6c\x6c\x65\162\56\151\156\144\145\x78\56\143\x72\145\141\x74\145\55\141\144\155\x69\x6e\151\x73\x74\162\x61\164\x6f\162\x2e\x63\157\x6e\x66\151\x72\x6d\55\160\141\163\163\x77\157\162\144\x27\51\x22\12\40\40\40\40\40\x20\40\x20\40\x20\x20\40\x20\40\x20\40\40\40\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\40\x2f\76\12\12\x20\40\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\40\x3c\170\x2d\151\x6e\x73\164\141\154\154\x65\x72\72\72\146\157\x72\x6d\56\x63\x6f\x6e\x74\x72\157\x6c\x2d\147\162\157\x75\160\56\x65\x72\x72\157\x72\x20\143\157\x6e\x74\x72\x6f\154\x2d\156\141\x6d\x65\x3d\x22\143\157\x6e\146\151\x72\155\x5f\x70\x61\x73\163\x77\x6f\162\144\42\x20\57\76\xa\40\40\x20\x20\40\40\x20\x20\40\40\40\40\x20\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\x20\x3c\x2f\x78\55\151\x6e\163\x74\x61\x6c\154\x65\162\72\x3a\x66\157\x72\155\x2e\143\x6f\x6e\x74\162\x6f\154\x2d\147\162\x6f\x75\x70\x3e\xa\40\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\40\40\40\x20\x20\x20\40\x20\x20\x3c\57\x64\151\166\x3e\xa\xa\40\40\x20\x20\40\40\40\x20\40\x20\40\40\x20\40\x20\40\x20\40\x20\x20\40\40\x20\40\40\x20\40\x20\74\x64\x69\x76\x20\143\x6c\141\163\x73\x3d\42\146\154\x65\x78\x20\160\170\55\64\40\160\171\55\62\x2e\65\x20\x6a\x75\163\x74\151\x66\171\x2d\x65\x6e\x64\x20\x69\x74\x65\x6d\x73\55\x63\x65\x6e\164\x65\x72\x22\76\xa\x20\x20\40\40\x20\x20\40\40\40\40\x20\x20\40\40\x20\40\40\40\x20\40\x20\40\x20\40\x20\40\40\x20\x20\40\40\40\x3c\x62\x75\164\x74\157\156\12\40\x20\40\40\x20\40\x20\x20\x20\40\40\x20\40\40\x20\40\40\x20\40\40\40\x20\40\40\40\x20\40\40\x20\x20\40\x20\40\x20\40\x20\x74\x79\x70\x65\x3d\42\163\165\x62\x6d\x69\x74\x22\xa\40\x20\x20\x20\40\40\40\40\x20\x20\40\x20\x20\40\x20\40\40\40\x20\x20\40\40\x20\x20\40\40\x20\40\40\x20\40\40\x20\40\x20\x20\x63\154\x61\x73\x73\75\42\x70\x78\55\63\x20\160\171\x2d\x31\56\x35\x20\x62\x67\x2d\142\154\x75\x65\x2d\66\x30\60\40\x62\x6f\x72\144\x65\x72\x20\142\157\162\x64\x65\x72\55\x62\x6c\165\x65\55\x37\60\x30\x20\x72\x6f\x75\x6e\x64\x65\x64\55\x6d\x64\x20\164\145\170\x74\55\x67\162\141\171\55\x35\60\40\x66\x6f\x6e\x74\x2d\x73\x65\x6d\x69\x62\x6f\x6c\x64\40\143\165\x72\x73\157\162\55\x70\x6f\x69\x6e\x74\145\x72\40\150\157\166\145\162\x3a\157\160\x61\x63\151\x74\171\x2d\71\x30\x22\12\40\x20\x20\x20\40\40\40\40\x20\x20\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\40\x20\40\40\40\164\141\x62\151\x6e\x64\145\170\x3d\42\60\42\12\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\40\40\x20\x3e\xa\40\40\x20\x20\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\40\40\40\40\40\40\40\40\40\x20\40\40\x20\40\40\x20\40\40\40\x20\100\154\141\x6e\x67\x28\47\x69\156\x73\x74\141\x6c\154\145\x72\x3a\72\x61\160\x70\56\151\156\x73\164\x61\154\154\x65\x72\x2e\x69\156\144\x65\170\x2e\143\157\x6e\164\151\156\x75\x65\47\51\xa\x20\40\x20\40\40\x20\x20\40\x20\40\x20\40\x20\40\x20\40\40\40\x20\x20\40\x20\40\40\40\x20\x20\40\40\x20\40\40\74\57\x62\x75\164\164\157\x6e\x3e\12\x20\40\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\40\40\40\40\40\x20\40\x20\40\x20\x20\x20\x3c\x2f\144\151\166\x3e\xa\12\x20\40\40\x20\40\x20\x20\40\40\40\40\x20\x20\40\x20\40\40\40\x20\x20\40\40\x20\x20\74\57\146\x6f\162\x6d\x3e\xa\x20\40\40\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\40\40\x20\x20\40\74\57\x78\x2d\x69\156\x73\x74\x61\154\x6c\x65\x72\72\x3a\146\x6f\162\x6d\x3e\12\x20\40\x20\x20\40\40\x20\x20\40\40\x20\40\x20\40\x20\x20\x3c\57\x64\x69\x76\x3e\xa\12\x20\40\40\40\40\40\40\40\40\40\40\x20\40\40\x20\40\74\x21\x2d\x2d\40\111\156\163\x74\x61\x6c\154\141\x74\151\157\x6e\x20\103\x6f\x6d\x70\154\x65\x74\x65\144\x20\55\x2d\76\xa\x20\40\x20\40\40\40\40\x20\40\40\40\x20\x20\40\x20\40\x3c\x64\151\166\12\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\x63\154\141\163\163\x3d\x22\167\55\x66\x75\154\x6c\x20\155\x61\x78\x2d\x77\55\x5b\65\66\70\160\x78\x5d\x20\142\147\x2d\x77\150\x69\x74\145\x20\162\157\x75\156\144\145\144\x2d\x6c\147\x20\163\150\141\144\157\167\55\x5b\60\x70\x78\137\x38\160\170\137\x31\x30\x70\170\137\x30\x70\x78\x5f\x72\147\142\141\x28\x30\54\60\x2c\x30\x2c\60\56\60\x35\51\135\40\142\157\x72\x64\145\x72\55\133\x31\x70\x78\x5d\x20\x62\157\x72\x64\145\x72\x2d\x67\x72\141\x79\x2d\x33\60\60\42\12\x20\40\x20\40\40\x20\x20\40\40\40\40\40\x20\40\40\x20\40\x20\40\40\166\x2d\x69\146\75\x22\143\165\x72\x72\x65\x6e\164\123\164\145\x70\40\75\x3d\40\x27\x69\x6e\x73\164\141\x6c\154\x61\164\151\157\156\103\x6f\155\x70\x6c\x65\164\x65\x64\47\42\xa\40\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\40\x20\x20\x20\x3e\12\x20\40\x20\x20\40\40\x20\40\40\40\x20\x20\40\40\40\40\40\x20\x20\40\x3c\x64\151\x76\40\143\154\141\x73\x73\75\x22\x66\x6c\x65\x78\x20\152\x75\x73\164\151\x66\x79\55\x62\x65\x74\x77\x65\145\156\x20\151\164\x65\x6d\163\x2d\x63\145\156\164\x65\162\x20\x67\141\160\x2d\62\56\x35\x20\x70\x78\55\x34\x20\x70\x79\55\x5b\x31\x31\160\170\135\40\x62\x6f\162\x64\x65\162\x2d\x62\55\133\x31\160\x78\x5d\40\x62\157\162\x64\x65\162\x2d\147\x72\141\171\x2d\x33\x30\x30\42\x3e\12\40\x20\x20\40\40\40\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\40\40\74\x70\x20\143\154\141\163\163\75\x22\164\145\170\x74\x2d\133\62\x30\160\x78\135\40\x74\145\x78\x74\55\x67\x72\x61\171\55\x38\x30\x30\40\x66\x6f\156\164\55\142\157\154\x64\x22\x3e\xa\x20\40\40\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\40\x20\40\x20\x20\x20\x20\40\x40\x6c\141\x6e\x67\x28\x27\x69\156\163\x74\141\154\154\145\162\x3a\72\141\x70\160\56\151\156\163\164\x61\x6c\154\x65\162\56\151\x6e\144\x65\170\x2e\x69\x6e\x73\x74\141\154\154\141\x74\x69\x6f\x6e\55\x63\x6f\155\x70\x6c\x65\x74\145\144\56\164\151\164\154\x65\47\51\12\x20\40\x20\40\x20\x20\x20\40\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\40\x3c\x2f\x70\x3e\12\x20\x20\40\40\x20\x20\40\x20\40\40\40\40\x20\40\40\40\x20\40\x20\x20\74\57\144\x69\x76\76\12\xa\40\40\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\74\144\x69\x76\x20\143\x6c\141\163\163\x3d\x22\x66\x6c\145\170\x20\146\154\145\170\x2d\143\x6f\x6c\x20\147\141\x70\x2d\133\x31\65\x70\x78\135\x20\152\165\163\164\x69\x66\171\x2d\x63\145\156\164\x65\x72\40\160\170\55\x5b\63\x30\160\170\135\40\160\x79\x2d\x34\40\x62\157\162\x64\x65\162\55\142\55\133\x31\x70\x78\x5d\40\142\x6f\162\x64\x65\x72\55\x67\x72\141\171\x2d\x33\60\x30\x20\150\55\x5b\x34\x38\64\160\x78\135\40\157\166\145\162\x66\154\x6f\x77\55\171\x2d\141\165\x74\x6f\x22\76\xa\40\40\x20\x20\40\x20\40\40\40\40\40\x20\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x3c\144\151\166\40\143\154\141\163\163\75\42\146\154\145\170\x20\x66\154\x65\x78\x2d\143\157\154\x20\147\x61\x70\x2d\64\x22\x3e\xa\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\x3c\144\151\x76\40\x63\x6c\141\163\163\x3d\x22\x66\154\x65\170\x20\x69\164\145\x6d\x73\55\143\x65\x6e\x74\145\x72\40\152\165\163\x74\x69\146\x79\x2d\x63\145\156\x74\145\x72\40\x72\x6f\165\x6e\x64\145\x64\55\x66\165\x6c\154\x20\142\157\162\x64\x65\x72\40\142\157\162\144\x65\x72\55\x67\x72\145\145\156\55\65\60\60\40\x77\x2d\x5b\x33\60\x70\x78\x5d\40\x68\x2d\133\x33\x30\160\170\135\x22\76\xa\x20\40\x20\40\40\40\40\x20\40\40\40\x20\x20\40\40\x20\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\40\74\163\x70\141\156\x20\143\154\x61\163\163\75\x22\x69\143\157\x6e\55\164\x69\143\x6b\40\164\x65\x78\164\x2d\133\62\60\160\x78\x5d\x20\164\145\x78\164\x2d\147\162\x65\x65\x6e\x2d\x35\x30\60\40\146\157\x6e\x74\55\163\x65\155\x69\142\157\x6c\144\42\x3e\74\x2f\163\x70\141\156\76\xa\x20\x20\40\40\40\x20\40\40\40\40\40\40\x20\x20\x20\40\x20\40\x20\40\x20\40\x20\40\40\x20\40\x20\x3c\x2f\x64\x69\x76\x3e\12\12\x20\x20\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\40\74\144\151\x76\x20\143\154\x61\x73\x73\75\42\147\x72\151\144\x20\147\x61\x70\x2d\x32\x2e\x35\42\76\xa\40\40\40\x20\40\40\x20\40\40\x20\x20\40\40\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\40\40\x20\74\x70\40\143\154\x61\x73\x73\75\42\x74\x65\x78\164\55\x5b\61\70\160\x78\x5d\40\x74\x65\x78\x74\55\x67\x72\x61\x79\55\70\x30\60\x20\x66\157\156\x74\x2d\163\x65\155\x69\142\x6f\154\x64\x22\76\xa\40\40\40\40\x20\40\x20\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\40\x20\40\40\40\40\x20\40\40\40\100\154\x61\156\147\50\x27\151\156\x73\164\141\154\154\145\x72\72\72\141\160\x70\56\x69\x6e\163\164\x61\154\154\145\162\x2e\x69\156\144\x65\x78\x2e\x69\156\163\164\x61\x6c\154\141\x74\x69\x6f\x6e\55\143\x6f\155\160\x6c\145\164\x65\144\56\164\151\164\154\x65\x27\51\xa\40\x20\40\40\40\40\40\40\x20\40\40\40\x20\40\40\x20\x20\40\x20\40\40\40\x20\40\x20\x20\x20\40\x20\x20\40\40\74\57\x70\76\xa\xa\x20\40\40\40\x20\x20\40\40\x20\40\40\x20\40\40\x20\x20\x20\x20\40\40\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x3c\160\x20\x63\x6c\141\x73\x73\x3d\x22\164\x65\170\x74\55\x5b\x31\x34\x70\170\x5d\x20\164\145\170\x74\x2d\147\x72\141\x79\55\x36\60\x30\x22\76\xa\x20\40\x20\40\40\x20\x20\x20\40\40\40\x20\40\40\40\x20\40\x20\40\40\x20\x20\40\40\x20\40\40\40\x20\40\40\40\x20\x20\x20\40\100\154\x61\x6e\x67\50\x27\x69\156\x73\164\141\154\x6c\x65\x72\x3a\x3a\x61\160\160\56\x69\156\x73\x74\141\154\154\x65\162\56\151\x6e\144\145\x78\x2e\151\x6e\x73\164\x61\154\154\x61\164\151\157\156\x2d\143\x6f\x6d\160\x6c\x65\x74\x65\144\x2e\164\x69\164\154\145\55\151\x6e\146\157\47\51\12\x20\x20\40\40\x20\40\40\40\40\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x3c\57\160\x3e\12\12\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\x3c\41\55\x2d\x20\101\144\x6d\x69\x6e\x20\46\40\123\150\x6f\160\x20\142\x6f\x74\x68\40\142\x75\x74\164\157\156\163\x20\55\55\76\12\x20\40\40\40\40\40\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\40\40\x20\40\x20\74\144\151\166\40\x63\x6c\x61\x73\163\75\42\x66\154\x65\x78\x20\x67\x61\160\55\x34\x20\x69\164\x65\155\x73\55\143\145\156\x74\145\x72\x22\x3e\12\40\40\x20\40\40\x20\40\40\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\74\141\12\40\40\x20\40\x20\40\40\40\40\x20\x20\40\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\40\40\40\x20\40\x20\40\40\x20\x20\x20\40\x20\40\40\40\x20\x68\162\x65\146\75\42\173\173\x20\x55\x52\x4c\50\47\57\x61\144\155\x69\x6e\57\x6c\157\x67\x69\x6e\x27\51\175\175\42\xa\x20\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\40\40\x20\x20\x20\40\x20\40\40\x20\40\40\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x63\154\141\163\163\75\42\x70\170\55\x33\x20\160\x79\x2d\x31\56\x35\40\x62\x67\x2d\x77\150\x69\164\145\40\x62\x6f\162\x64\x65\162\40\x62\157\162\144\145\x72\x2d\x62\x6c\x75\x65\x2d\67\60\60\40\x72\157\165\156\144\x65\x64\55\155\x64\40\164\145\170\x74\55\142\x6c\165\145\x2d\x36\x30\x30\40\146\157\156\164\55\163\145\155\151\142\x6f\154\144\x20\143\x75\162\163\157\162\55\160\157\x69\x6e\x74\145\x72\40\150\x6f\x76\x65\162\x3a\157\160\x61\143\151\x74\x79\x2d\71\x30\x22\12\40\40\40\40\40\40\40\40\40\40\40\40\40\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\40\40\40\40\40\x20\76\12\x20\40\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\40\40\40\40\x20\40\40\40\x20\40\x20\x20\40\40\40\x40\154\141\156\147\x28\x27\x69\x6e\163\x74\141\x6c\x6c\145\x72\72\x3a\x61\x70\x70\56\151\x6e\x73\164\x61\154\x6c\145\162\56\x69\156\x64\x65\170\56\x69\156\x73\164\x61\154\154\x61\164\151\x6f\156\x2d\143\157\x6d\160\x6c\x65\x74\x65\x64\x2e\x61\144\155\151\156\55\x70\x61\x6e\145\x6c\47\51\12\x20\40\x20\x20\40\40\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\40\40\x20\40\40\40\x20\40\40\40\40\40\x20\x20\74\57\141\76\xa\xa\x20\x20\40\x20\40\x20\40\40\x20\x20\40\x20\40\40\x20\x20\40\40\x20\x20\40\x20\40\40\40\40\x20\40\x20\x20\x20\40\40\x20\x20\x20\74\x61\12\40\x20\x20\x20\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\40\40\x20\x20\40\40\x20\x20\x20\40\x20\40\40\x20\40\40\40\x20\40\x20\40\x20\40\x20\x20\150\x72\145\146\x3d\42\173\x7b\x20\125\122\x4c\x28\47\57\47\51\x7d\175\42\xa\x20\x20\40\x20\x20\40\40\x20\x20\x20\x20\40\40\40\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\40\40\x20\40\x20\x20\40\40\40\x20\40\143\154\141\x73\163\x3d\42\160\170\x2d\x33\40\160\171\x2d\61\x2e\x35\40\142\x67\55\142\x6c\x75\145\x2d\x36\60\60\40\142\x6f\x72\144\145\162\x20\142\157\x72\144\x65\162\55\142\154\x75\x65\x2d\x37\x30\60\x20\162\x6f\x75\156\144\145\144\55\155\144\x20\164\x65\x78\x74\x2d\147\162\141\x79\55\65\60\x20\146\157\x6e\x74\x2d\x73\145\x6d\151\142\x6f\154\x64\40\x63\165\x72\x73\x6f\x72\55\160\157\151\x6e\x74\145\162\40\x68\x6f\166\x65\162\x3a\157\x70\x61\x63\151\164\x79\x2d\x39\x30\x22\xa\x20\40\x20\x20\40\x20\40\x20\x20\40\40\x20\40\x20\x20\40\40\40\40\x20\x20\x20\40\x20\40\40\x20\40\40\40\40\x20\40\40\x20\40\x3e\12\40\x20\40\40\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\40\40\40\x20\40\x20\x20\40\x20\40\x20\40\x20\40\x20\x20\x40\154\x61\156\147\x28\x27\x69\x6e\163\164\141\154\x6c\145\x72\x3a\x3a\x61\x70\160\56\x69\x6e\163\x74\141\154\154\x65\x72\56\x69\x6e\144\145\x78\56\151\156\x73\164\x61\154\x6c\141\x74\x69\157\x6e\55\143\x6f\x6d\160\x6c\145\164\x65\x64\x2e\143\x75\x73\x74\157\x6d\x65\x72\55\160\x61\x6e\145\x6c\x27\x29\xa\x20\x20\40\x20\x20\40\40\40\40\40\x20\x20\x20\40\40\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\x20\40\40\40\40\x20\40\x20\74\57\x61\76\xa\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\x20\40\40\x20\40\x20\40\40\40\x3c\57\x64\151\166\x3e\12\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\74\x2f\x64\151\x76\76\12\40\40\40\x20\40\x20\40\x20\40\40\x20\40\x20\x20\40\40\40\x20\40\x20\40\40\40\x20\74\57\x64\x69\166\x3e\xa\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\40\40\x20\40\x20\x20\40\40\x20\74\x2f\144\x69\166\76\12\xa\40\x20\40\x20\40\x20\x20\40\40\40\40\40\x20\40\x20\x20\40\x20\40\x20\x3c\x64\151\x76\x20\143\x6c\x61\x73\163\x3d\x22\146\x6c\145\170\x20\160\x78\55\x34\x20\160\171\55\x32\x2e\65\x20\x6a\165\x73\164\x69\x66\x79\55\x62\145\164\x77\145\x65\156\x20\x69\164\145\155\x73\x2d\143\x65\156\x74\x65\x72\42\76\12\40\40\40\40\40\40\x20\40\40\40\x20\x20\40\40\x20\40\40\40\x20\40\40\40\x20\x20\74\141\12\x20\40\40\40\x20\40\40\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\40\40\150\162\x65\146\75\x22\150\164\164\160\x73\72\57\x2f\146\x6f\162\165\x6d\x73\56\142\141\147\151\x73\x74\x6f\x2e\x63\157\155\42\12\x20\x20\40\40\40\x20\40\x20\40\40\x20\40\40\x20\x20\40\x20\40\x20\40\40\x20\40\x20\x20\x20\x20\40\143\x6c\141\163\163\x3d\x22\164\145\170\x74\55\x5b\61\x32\160\170\135\40\164\145\x78\x74\x2d\142\154\165\x65\55\x36\x30\x30\40\146\x6f\x6e\164\55\x73\145\155\x69\x62\x6f\154\x64\x20\x63\165\x72\x73\x6f\162\x2d\x70\157\151\156\164\x65\162\x22\12\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\40\x20\x20\x20\x20\40\76\12\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\x20\x20\40\40\40\40\x20\40\40\40\40\x20\x40\x6c\141\156\147\50\47\151\156\x73\x74\x61\154\x6c\x65\x72\72\72\141\x70\160\x2e\151\x6e\163\164\x61\x6c\x6c\145\162\56\x69\x6e\144\145\170\x2e\x69\156\163\x74\x61\x6c\154\141\164\x69\157\156\55\143\157\155\x70\x6c\x65\x74\145\x64\x2e\142\x61\x67\151\163\x74\157\x2d\146\157\x72\x75\155\163\47\x29\xa\x20\x20\40\x20\40\40\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\40\x3c\x2f\141\76\12\12\40\x20\40\40\x20\40\40\40\40\x20\40\x20\x20\x20\40\x20\x20\40\40\40\40\x20\40\40\x3c\x61\xa\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\40\x20\40\40\x20\40\40\x20\40\40\40\x20\x20\x20\x20\40\150\x72\x65\x66\x3d\x22\150\x74\x74\x70\x73\x3a\57\x2f\x62\x61\x67\x69\x73\164\x6f\56\x63\157\x6d\x2f\145\x6e\57\145\x78\x74\x65\x6e\x73\x69\x6f\x6e\163\x22\12\40\40\40\40\x20\40\x20\40\x20\40\40\40\x20\40\x20\40\40\40\40\40\40\x20\x20\40\40\40\x20\40\143\x6c\141\163\x73\x3d\42\160\170\x2d\x33\x20\160\171\x2d\61\x2e\65\x20\x62\147\55\167\x68\x69\x74\145\x20\142\157\x72\144\x65\x72\40\142\157\162\144\145\162\x2d\142\154\x75\x65\55\x37\60\60\x20\x72\x6f\165\x6e\x64\x65\144\x2d\x6d\x64\x20\x74\x65\x78\x74\x2d\x62\154\x75\x65\x2d\x36\x30\60\x20\146\x6f\156\164\x2d\x73\145\x6d\x69\142\157\x6c\x64\40\x63\165\162\163\157\162\x2d\160\157\151\x6e\164\145\162\x20\x68\x6f\x76\x65\x72\x3a\x6f\160\x61\143\x69\164\x79\55\71\60\x22\xa\40\40\x20\40\x20\x20\40\40\40\x20\40\x20\40\40\40\40\40\x20\x20\x20\40\x20\40\x20\x3e\xa\40\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\40\40\x20\100\154\x61\x6e\x67\50\x27\151\x6e\163\164\141\154\x6c\145\x72\72\72\141\x70\x70\x2e\x69\156\163\x74\x61\x6c\x6c\145\x72\x2e\151\156\144\145\170\x2e\x69\156\x73\164\141\154\x6c\141\x74\x69\157\156\55\143\157\x6d\x70\154\x65\164\x65\144\x2e\x65\170\160\154\157\x72\x65\55\142\x61\x67\151\163\164\x6f\55\x65\x78\164\145\x6e\163\x69\x6f\x6e\163\47\x29\12\x20\40\40\40\x20\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\40\40\x3c\x2f\141\76\xa\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\40\40\40\40\x20\x20\x20\x3c\57\144\x69\166\x3e\12\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\40\40\40\74\57\x64\x69\166\76\12\40\x20\x20\x20\x20\40\x20\x20\40\40\40\40\74\57\x73\x63\x72\151\160\x74\x3e\xa\12\40\x20\x20\40\x20\40\40\40\40\40\x20\x20\x3c\x73\x63\x72\151\160\164\40\164\171\x70\145\x3d\x22\x6d\157\144\165\x6c\145\x22\x3e\xa\x20\40\40\40\x20\x20\x20\40\x20\40\40\40\x20\40\40\x20\141\x70\x70\x2e\143\157\155\x70\157\156\145\x6e\x74\50\x27\166\55\163\145\x72\166\145\x72\x2d\x72\145\161\165\151\x72\145\x6d\145\156\x74\x73\47\54\x20\173\xa\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\164\145\x6d\x70\x6c\x61\x74\x65\72\40\47\43\166\x2d\163\x65\162\166\145\162\x2d\162\x65\x71\165\x69\162\x65\x6d\x65\x6e\164\163\x2d\x74\x65\x6d\160\154\x61\164\x65\47\x2c\xa\xa\40\40\40\40\40\x20\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\x64\x61\x74\141\x28\51\40\173\xa\40\40\40\x20\x20\x20\40\x20\x20\40\40\x20\40\40\x20\40\x20\40\40\40\x20\40\40\40\x72\145\164\165\162\x6e\40\x7b\12\x20\x20\40\x20\x20\x20\40\x20\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\40\40\40\40\40\x20\x20\40\40\163\x74\x65\160\72\x20\x27\47\54\12\12\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\x20\40\x20\40\40\x20\x20\40\x20\40\x20\x63\165\162\162\145\156\164\123\164\x65\160\x3a\40\x27\163\164\x61\162\164\47\x2c\12\xa\x20\40\40\40\40\x20\40\x20\40\x20\x20\40\x20\40\x20\40\x20\40\40\40\40\40\40\x20\40\x20\40\x20\x65\156\166\104\141\x74\141\72\x20\x7b\175\x2c\xa\12\40\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\40\40\40\40\40\40\40\40\x20\40\x20\x20\x20\40\40\x20\154\x6f\x63\141\x6c\x65\x73\x3a\x20\173\xa\x20\40\40\x20\40\40\40\40\x20\40\40\x20\x20\40\40\40\x20\40\x20\x20\40\40\40\x20\x20\x20\40\x20\40\40\x20\40\141\154\154\157\167\x65\x64\x3a\40\133\135\54\xa\x20\x20\40\x20\40\x20\40\40\40\40\40\40\40\x20\x20\40\x20\40\40\40\x20\x20\x20\40\40\x20\40\x20\x7d\54\12\12\x20\x20\x20\40\x20\40\40\40\40\40\x20\x20\x20\x20\40\40\x20\40\40\40\x20\40\40\40\40\40\x20\x20\143\165\x72\162\145\156\143\151\145\x73\x3a\40\x7b\12\40\40\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\x61\154\154\x6f\x77\145\144\72\40\x5b\x5d\x2c\12\x20\x20\40\40\40\40\40\40\x20\x20\40\x20\40\x20\40\40\x20\x20\40\x20\x20\40\40\40\40\40\40\40\175\54\12\12\40\40\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\40\40\x20\40\40\40\x20\x20\40\40\x20\40\x20\40\40\x73\x74\x65\x70\x53\x74\141\164\145\163\x3a\40\173\12\x20\40\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\40\40\40\x20\x20\40\x20\x20\x20\40\40\x20\x20\x20\40\40\163\x74\141\162\x74\72\x20\47\141\143\164\151\x76\x65\x27\54\12\x20\40\x20\40\40\40\x20\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\40\40\x20\x20\40\x20\163\x79\x73\164\x65\x6d\122\x65\161\165\151\162\x65\155\145\x6e\164\x73\72\40\x27\x70\145\156\144\151\156\147\47\54\xa\40\x20\x20\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\40\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\40\40\40\40\145\x6e\166\104\141\164\141\142\141\163\145\x3a\40\47\160\x65\156\x64\151\x6e\147\47\x2c\12\40\x20\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\40\x20\40\40\40\40\40\40\x20\x20\x20\40\40\x20\40\x20\40\40\162\x65\x61\x64\171\x46\157\162\111\156\163\164\141\154\154\141\164\151\x6f\156\x3a\40\x27\x70\145\156\x64\151\x6e\147\x27\54\xa\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\x65\x6e\x76\x43\157\x6e\146\x69\147\x75\x72\141\164\151\157\x6e\x3a\40\47\160\x65\x6e\x64\x69\156\x67\x27\x2c\xa\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\40\x20\40\40\40\40\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\x63\162\145\141\x74\145\101\x64\x6d\151\x6e\72\40\47\160\145\156\144\151\156\x67\47\x2c\12\x20\x20\x20\40\x20\x20\x20\x20\40\40\40\40\x20\x20\40\40\40\40\40\40\x20\40\x20\40\x20\40\x20\x20\40\x20\40\x20\x69\156\163\164\141\x6c\x6c\x61\x74\151\157\156\103\157\155\160\154\145\164\x65\144\x3a\x20\47\x70\x65\156\x64\151\156\x67\47\x2c\12\x20\40\x20\x20\x20\x20\40\40\x20\x20\40\40\40\x20\x20\40\40\40\40\40\x20\x20\x20\40\x20\x20\x20\40\x7d\54\12\12\40\x20\40\x20\40\x20\x20\40\40\x20\40\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\x73\164\145\x70\163\x3a\40\x5b\xa\x20\x20\40\x20\x20\40\x20\40\40\40\x20\40\x20\40\x20\x20\40\x20\x20\40\40\40\40\40\40\x20\x20\x20\x20\40\40\x20\47\x73\x74\x61\x72\x74\x27\54\12\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\40\40\x20\40\40\40\x20\40\40\40\40\x20\40\x20\40\40\40\x20\x20\x20\47\x73\x79\163\x74\145\155\x52\145\161\165\x69\162\x65\155\145\x6e\x74\163\x27\x2c\12\x20\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\40\40\x20\40\40\40\x20\x20\40\40\40\40\x27\145\156\166\104\x61\164\141\142\x61\x73\x65\x27\x2c\xa\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\40\x20\40\40\40\x20\40\40\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\x27\162\145\141\x64\x79\x46\157\x72\111\156\x73\164\x61\154\154\141\164\151\157\x6e\47\54\12\40\x20\x20\40\x20\x20\40\40\40\40\40\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\40\47\151\x6e\163\x74\141\x6c\x6c\x50\x72\157\x67\x72\145\163\x73\47\54\12\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\40\40\40\x20\x20\40\x20\x20\40\x20\40\x20\40\x20\40\x20\40\40\x27\145\x6e\x76\x43\x6f\x6e\x66\x69\x67\x75\x72\x61\164\x69\157\156\47\54\12\40\40\x20\40\x20\x20\40\40\x20\40\40\x20\x20\x20\x20\40\40\40\40\x20\x20\40\40\40\x20\x20\40\40\40\x20\40\x20\x27\x63\162\145\141\x74\145\101\144\x6d\151\x6e\x27\54\xa\40\40\40\40\x20\x20\x20\40\40\40\40\x20\40\x20\x20\40\40\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\47\151\156\x73\164\x61\154\154\141\x74\x69\x6f\156\x43\x6f\155\160\x6c\145\x74\145\144\47\54\12\40\40\40\40\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\40\40\x20\135\54\12\xa\40\x20\40\x20\40\40\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\40\40\x20\40\x20\40\40\x20\40\x20\x20\x77\141\x72\x6e\151\156\147\72\x20\x7b\12\x20\40\x20\40\x20\40\40\x20\40\x20\x20\x20\40\40\x20\x20\40\40\40\x20\40\40\x20\40\x20\x20\x20\40\40\x20\40\x20\x63\x6f\x6e\164\x61\x69\156\x65\x72\72\40\47\142\141\x63\x6b\x67\x72\x6f\165\x6e\x64\x3a\40\x23\146\x64\x65\x36\70\x61\x27\54\12\xa\40\40\x20\x20\40\40\40\40\40\40\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\x20\x6d\145\163\163\x61\x67\145\x3a\40\47\x63\157\x6c\157\x72\72\x20\x23\x31\106\x32\x39\x33\67\x27\54\12\x20\40\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x7d\54\xa\x20\40\40\40\x20\40\x20\40\40\40\40\40\40\40\40\x20\x20\x20\40\40\40\40\40\40\175\xa\40\x20\40\40\x20\40\40\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\x7d\54\12\12\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\40\40\40\x20\40\40\x20\155\x6f\165\156\164\x65\x64\x28\51\40\x7b\12\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\40\x20\40\x20\40\40\40\x20\40\x20\x20\x20\x63\157\x6e\163\164\40\160\162\145\x76\145\x6e\164\125\x6e\x6c\x6f\141\144\40\75\40\50\145\x76\145\156\x74\51\x20\x3d\76\40\x7b\xa\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\40\40\40\40\40\40\40\x20\x20\145\x76\145\156\x74\56\160\x72\x65\166\x65\156\x74\104\145\146\x61\x75\154\164\50\51\x3b\xa\x20\40\40\40\40\40\40\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\x7d\x3b\12\xa\x20\40\40\x20\x20\40\40\x20\40\40\40\x20\40\x20\x20\x20\x20\40\40\x20\40\40\40\x20\167\151\156\x64\x6f\x77\56\141\144\x64\x45\x76\x65\156\x74\114\x69\163\164\x65\x6e\x65\x72\x28\47\142\x65\146\x6f\x72\145\165\x6e\154\x6f\141\x64\47\x2c\40\160\162\145\x76\145\x6e\x74\125\x6e\154\157\141\x64\51\x3b\12\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\40\x20\x20\175\x2c\xa\xa\40\x20\40\x20\40\40\40\x20\x20\40\x20\x20\40\x20\40\40\40\x20\40\40\155\x65\x74\x68\x6f\144\163\72\40\x7b\xa\40\x20\x20\40\40\x20\40\x20\40\x20\x20\40\40\40\x20\40\x20\40\40\40\40\40\40\40\106\x6f\162\x6d\x53\165\142\x6d\151\164\x28\x70\141\162\141\155\x73\x2c\x20\x7b\40\x73\x65\x74\x45\162\162\x6f\x72\x73\40\x7d\x29\40\x7b\12\x20\40\40\40\40\x20\40\40\x20\x20\x20\40\40\40\x20\40\40\x20\40\x20\40\40\x20\x20\40\40\x20\x20\143\x6f\x6e\163\164\40\163\x74\145\x70\101\x63\164\151\x6f\x6e\x73\x20\75\x20\x7b\xa\x20\40\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\x20\40\40\40\x20\x20\x20\40\x20\40\40\x20\x20\40\x65\156\166\104\141\164\141\142\x61\x73\145\72\40\50\51\40\75\76\x20\x7b\xa\40\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\40\x20\x20\x20\40\40\x20\40\40\40\40\40\40\x20\x20\x20\x20\x20\40\40\x20\40\40\x69\x66\40\50\x70\x61\x72\141\x6d\163\x2e\x64\x62\x5f\143\x6f\x6e\x6e\x65\x63\164\x69\157\156\40\75\x3d\x3d\x20\47\155\x79\163\x71\x6c\47\51\x20\x7b\12\40\40\x20\40\x20\40\40\x20\x20\x20\40\40\40\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\40\40\x74\x68\x69\163\56\x63\157\x6d\160\x6c\145\164\145\x53\x74\145\160\x28\47\145\x6e\x76\104\x61\164\x61\x62\x61\x73\x65\x27\54\x20\x27\162\145\141\144\x79\106\157\x72\111\156\x73\164\141\154\154\141\164\151\x6f\x6e\47\54\x20\47\141\x63\x74\151\x76\145\x27\54\40\x27\143\157\x6d\x70\154\x65\x74\145\47\54\x20\x73\x65\x74\105\x72\x72\157\x72\163\51\73\xa\12\x20\x20\40\40\40\x20\x20\40\40\x20\x20\x20\40\40\40\x20\x20\40\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\40\40\x20\x20\40\40\40\164\x68\x69\x73\x2e\x65\156\x76\x44\x61\164\x61\x20\x3d\40\173\40\x2e\56\56\x74\150\151\x73\x2e\x65\156\166\104\x61\164\141\54\x20\56\x2e\56\x70\x61\162\141\155\x73\40\x7d\x3b\12\40\x20\40\40\x20\x20\40\x20\40\40\40\40\x20\40\x20\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\40\x20\175\40\x65\154\163\x65\x20\x7b\12\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\40\40\40\x20\40\x20\40\x20\x20\40\x20\40\40\x20\40\40\x20\40\x20\40\40\40\40\x20\40\40\x73\x65\164\x45\162\x72\x6f\x72\x73\50\173\x20\x27\x64\x62\137\143\157\156\x6e\x65\143\x74\x69\157\x6e\47\x3a\40\x5b\42\102\x61\x67\x69\163\164\x6f\40\x63\x75\x72\162\145\x6e\164\154\171\x20\x73\x75\160\160\x6f\x72\x74\x73\x20\115\x79\123\121\114\x20\x6f\x6e\154\x79\56\42\135\40\175\51\73\12\x20\40\40\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\40\x7d\xa\40\40\40\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\40\40\x20\40\40\40\40\40\x20\x20\x20\40\x20\40\40\x20\x20\40\x7d\x2c\xa\12\x20\40\40\40\40\x20\x20\40\40\40\40\x20\x20\40\40\40\40\40\x20\40\40\40\40\40\x20\x20\40\x20\x20\x20\40\40\162\x65\x61\144\171\x46\x6f\x72\111\x6e\x73\x74\x61\x6c\154\x61\164\x69\157\x6e\x3a\40\x28\163\x65\164\x45\x72\162\x6f\x72\163\x29\40\x3d\76\40\x7b\xa\x20\40\x20\40\x20\40\x20\40\x20\40\40\x20\40\x20\40\x20\x20\40\40\40\40\x20\40\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\x20\x20\164\x68\151\x73\56\x63\165\162\x72\145\x6e\164\123\164\x65\160\x20\x3d\40\47\151\x6e\163\164\x61\x6c\154\x50\162\x6f\x67\162\145\x73\163\47\73\xa\12\x20\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\40\40\x20\40\x20\40\40\40\x20\x20\40\x20\x20\40\40\40\40\x74\x68\x69\163\56\163\164\141\162\x74\x4d\x69\x67\x72\x61\x74\151\x6f\156\50\x73\145\x74\105\162\162\x6f\162\x73\51\73\xa\x20\x20\40\40\40\x20\40\40\40\40\x20\x20\40\x20\40\x20\40\x20\40\40\40\40\40\x20\40\40\x20\40\x20\x20\40\x20\x7d\54\xa\12\x20\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\40\x20\40\40\40\x20\40\40\40\40\143\x72\145\x61\x74\x65\101\x64\155\x69\x6e\x3a\x20\50\163\x65\x74\x45\162\162\x6f\162\163\x29\40\75\76\x20\x7b\12\40\40\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\x20\40\x20\40\40\x20\40\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\x74\x68\x69\163\x2e\x63\157\x6d\160\154\x65\164\x65\123\x74\145\160\x28\47\x63\x72\x65\x61\x74\145\x41\144\x6d\x69\156\47\x2c\x20\x27\151\x6e\163\x74\141\154\154\141\x74\x69\157\x6e\x43\157\155\160\154\145\x74\x65\144\x27\54\40\x27\141\x63\164\151\x76\x65\x27\x2c\40\47\x63\157\155\160\154\145\x74\x65\47\54\x20\x73\x65\x74\105\x72\x72\x6f\x72\163\51\x3b\xa\xa\40\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\40\40\x20\x20\40\x20\x20\40\40\x20\40\x20\40\40\40\x20\x20\x20\x20\40\40\x20\x20\40\x74\x68\151\x73\x2e\163\141\166\145\101\144\x6d\151\x6e\x28\x70\x61\x72\141\155\x73\54\40\x73\x65\x74\x45\x72\162\x6f\x72\x73\x29\73\12\40\40\40\x20\x20\40\40\40\40\40\40\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\40\x20\40\x20\x20\x7d\54\xa\x20\40\40\40\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\x20\40\40\40\175\x3b\xa\12\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\40\40\40\x20\40\x20\40\40\40\x20\x20\x20\x20\40\40\x20\40\143\x6f\156\163\x74\x20\x69\x6e\144\145\170\40\75\40\164\150\151\163\56\163\164\x65\x70\x73\x2e\146\151\156\x64\50\163\164\x65\160\40\75\76\x20\x73\x74\145\160\40\x3d\x3d\x3d\40\x74\150\x69\163\x2e\x63\x75\162\x72\x65\x6e\x74\x53\x74\x65\x70\x29\73\12\xa\x20\40\40\40\x20\x20\40\40\40\x20\40\40\x20\40\40\40\x20\x20\40\x20\x20\x20\x20\40\40\40\40\x20\151\146\40\x28\x73\164\x65\x70\x41\x63\164\151\x6f\x6e\x73\x5b\x69\156\x64\x65\170\135\51\40\173\xa\x20\x20\40\x20\x20\40\40\40\40\x20\40\40\40\40\x20\40\40\40\40\x20\40\x20\40\40\40\x20\x20\40\40\x20\x20\x20\163\x74\x65\x70\x41\143\x74\151\157\156\163\133\x69\156\x64\145\170\x5d\50\x29\73\xa\x20\x20\40\x20\x20\x20\40\40\40\40\x20\40\x20\40\x20\40\40\x20\40\x20\x20\x20\40\x20\40\x20\40\x20\x7d\xa\x20\40\40\40\40\40\40\x20\40\40\40\40\x20\x20\40\40\40\40\x20\40\40\x20\40\x20\x7d\x2c\xa\12\x20\x20\40\40\x20\40\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\40\40\40\40\x20\40\x20\156\x65\170\x74\106\157\162\155\50\x70\x61\162\141\x6d\x73\x29\x20\173\12\x20\x20\40\40\40\40\40\x20\40\40\40\x20\40\40\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\x20\143\157\x6e\x73\164\x20\163\x74\145\x70\101\143\x74\x69\157\156\163\40\x3d\x20\x7b\12\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\40\40\x20\x20\x20\40\40\40\x20\40\x20\x20\40\40\40\x20\x20\40\40\40\x20\163\x74\x61\x72\164\72\x20\x28\51\40\x3d\76\40\173\xa\40\40\x20\40\40\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\x20\x20\164\x68\151\x73\x2e\143\157\x6d\x70\x6c\x65\164\x65\123\164\145\160\x28\47\163\x74\141\162\x74\x27\54\x20\x27\163\171\x73\x74\x65\155\x52\145\161\165\151\162\x65\x6d\x65\156\164\x73\47\x2c\40\x27\x61\x63\x74\151\166\x65\47\x2c\x20\47\143\x6f\155\160\154\x65\164\145\47\x29\73\12\40\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\40\x20\40\x20\40\40\x20\x20\x20\40\40\x20\x20\40\175\54\12\xa\40\x20\40\40\x20\x20\40\x20\x20\40\40\x20\40\x20\40\40\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\x20\40\40\163\x79\163\164\145\155\122\145\x71\165\151\x72\x65\155\145\x6e\164\163\72\x20\x28\51\40\75\x3e\40\x7b\xa\40\40\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\x74\150\151\163\x2e\143\x6f\x6d\160\154\x65\164\145\x53\164\145\160\x28\x27\x73\171\163\164\x65\x6d\122\x65\x71\x75\x69\x72\145\155\x65\x6e\x74\163\x27\x2c\40\x27\145\x6e\166\104\141\164\141\x62\x61\163\x65\47\54\40\47\x61\x63\x74\151\166\145\x27\54\x20\x27\x63\x6f\155\x70\x6c\145\x74\x65\47\51\73\xa\40\x20\x20\40\40\40\40\x20\40\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\x20\40\x20\40\x20\x20\40\x20\12\x20\x20\40\x20\x20\x20\x20\40\x20\40\40\40\40\x20\40\40\x20\40\40\40\x20\x20\40\x20\40\40\40\40\40\40\x20\x20\40\x20\40\40\164\150\x69\163\x2e\143\165\x72\162\x65\156\x74\x53\164\x65\160\40\75\x20\x27\145\x6e\x76\104\x61\164\141\142\141\x73\145\x27\x3b\xa\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\40\x20\40\40\40\40\x20\40\x20\x20\40\40\x20\x20\x20\40\x20\40\40\40\40\x7d\x2c\12\12\40\x20\40\x20\40\40\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\40\x20\x20\x20\40\145\x6e\166\103\157\x6e\146\151\x67\x75\162\x61\164\x69\x6f\156\x3a\x20\x28\x29\40\x3d\76\x20\x7b\12\x20\x20\40\40\40\x20\40\x20\40\40\x20\40\40\x20\40\40\40\40\40\40\40\x20\x20\x20\40\x20\40\x20\x20\40\40\40\x20\40\x20\40\164\x68\x69\163\56\x65\156\166\104\x61\x74\x61\40\x3d\40\173\40\x2e\x2e\56\160\x61\162\x61\155\x73\40\x7d\73\xa\xa\40\40\x20\40\40\40\40\x20\x20\x20\40\40\x20\x20\40\x20\40\40\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\x20\154\x65\x74\x20\144\x61\164\141\x20\x3d\40\x7b\xa\40\x20\40\40\40\40\x20\x20\40\x20\40\40\40\x20\x20\x20\40\40\x20\40\40\x20\x20\40\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\40\x20\40\40\40\x61\154\x6c\x6f\x77\x65\x64\x5f\x6c\157\143\x61\x6c\145\x73\72\x20\x74\x68\151\x73\56\x6c\157\x63\141\154\145\x73\56\141\154\154\157\x77\x65\x64\54\12\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\40\x20\40\40\x20\x20\x20\x20\40\40\x20\40\40\40\x20\x20\x20\40\40\x20\40\x20\40\40\40\40\40\40\40\x61\x6c\154\157\x77\x65\x64\137\x63\165\162\162\145\x6e\143\151\145\x73\x3a\x20\x74\150\151\163\x2e\143\165\162\162\145\156\x63\151\x65\x73\56\x61\x6c\x6c\x6f\167\x65\144\54\12\40\40\x20\40\40\40\x20\x20\40\40\x20\40\40\40\40\x20\x20\40\x20\40\40\40\40\x20\40\40\x20\x20\x20\x20\x20\x20\40\x20\40\x20\x7d\73\12\12\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\40\40\x20\40\40\40\x20\x20\40\40\x20\40\40\x20\x20\x20\40\40\40\40\x20\x20\x20\164\150\151\163\x2e\x73\x74\141\x72\x74\x53\145\145\x64\x69\x6e\x67\x28\x64\141\164\x61\x2c\x20\164\x68\x69\163\56\145\156\x76\x44\141\x74\x61\51\73\12\x20\x20\40\40\x20\40\x20\40\40\x20\x20\40\40\x20\x20\x20\40\x20\40\x20\40\x20\40\40\x20\40\40\x20\x20\x20\40\40\x7d\x2c\12\xa\40\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\40\40\x20\40\40\40\x20\40\40\x20\40\40\x20\x20\x20\x20\x7d\x3b\12\12\x20\40\40\x20\40\x20\40\40\x20\x20\40\40\40\x20\40\40\x20\40\40\40\x20\40\x20\x20\x20\40\40\x20\x63\157\x6e\x73\x74\40\x69\x6e\144\x65\x78\x20\75\x20\164\150\x69\x73\56\x73\x74\145\x70\x73\56\x66\x69\x6e\144\50\163\164\145\x70\40\75\76\x20\x73\164\x65\160\x20\x3d\x3d\x3d\40\x74\150\x69\x73\56\143\165\x72\x72\x65\156\x74\123\x74\145\x70\x29\x3b\xa\12\40\x20\40\x20\40\40\40\40\40\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\x20\40\40\40\x20\x20\x69\x66\40\x28\x73\164\x65\x70\x41\143\164\151\157\x6e\x73\x5b\151\x6e\x64\145\x78\x5d\x29\40\173\12\40\40\40\40\40\40\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x73\x74\x65\160\101\x63\x74\x69\157\156\163\x5b\151\156\x64\x65\x78\135\50\51\x3b\12\x20\x20\40\40\40\x20\40\40\40\x20\40\40\x20\x20\40\x20\40\40\x20\40\40\40\x20\x20\40\x20\40\40\175\xa\x20\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\x20\40\40\40\40\x20\x20\x20\40\x20\x20\x7d\54\12\12\x20\40\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\40\160\165\x73\150\101\x6c\154\157\x77\145\144\103\x75\x72\162\x65\156\x63\171\x28\x29\40\x7b\xa\x20\x20\40\x20\x20\40\40\40\x20\40\x20\x20\x20\40\40\x20\40\x20\x20\40\40\x20\40\x20\40\x20\x20\40\x63\x6f\x6e\x73\x74\40\143\165\x72\x72\145\156\143\x79\116\141\155\x65\x20\x3d\x20\145\166\x65\156\164\x2e\x74\x61\162\x67\x65\164\x2e\x6e\x61\x6d\145\x3b\12\xa\40\x20\40\x20\40\x20\40\40\40\x20\40\x20\40\40\x20\x20\x20\40\x20\40\x20\40\40\40\x20\x20\40\x20\143\x6f\156\163\x74\x20\151\156\x64\145\170\40\75\x20\164\150\151\x73\56\143\165\162\x72\x65\156\143\151\x65\x73\56\x61\154\x6c\x6f\167\x65\x64\x2e\x69\156\144\x65\170\117\x66\x28\x63\x75\x72\x72\145\156\x63\x79\x4e\141\x6d\x65\51\x3b\xa\xa\x20\x20\40\x20\x20\x20\40\40\x20\x20\40\40\40\40\40\x20\40\40\x20\40\x20\x20\40\x20\x20\x20\x20\40\151\146\40\x28\x69\x6e\144\x65\170\40\75\75\x3d\x20\55\61\51\40\x7b\12\40\x20\x20\40\40\40\40\40\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\x74\150\151\163\x2e\x63\165\162\162\x65\156\x63\151\x65\163\56\141\154\154\x6f\167\x65\x64\x2e\x70\165\163\150\x28\x63\165\x72\x72\145\156\143\x79\x4e\x61\155\145\x29\x3b\12\x20\x20\x20\40\x20\40\x20\40\x20\40\x20\40\40\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\x20\175\40\145\154\x73\x65\40\x7b\xa\40\40\40\x20\x20\x20\x20\40\40\40\40\x20\40\40\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\40\40\40\x20\40\40\x74\150\151\x73\56\x63\x75\162\162\x65\156\143\151\x65\x73\56\x61\154\154\x6f\x77\145\144\x2e\x73\160\x6c\151\x63\145\50\151\x6e\144\x65\x78\54\x20\x31\51\73\12\x20\40\x20\40\x20\40\x20\x20\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\40\40\x20\40\40\40\x20\40\40\x7d\12\40\40\x20\40\40\40\40\x20\x20\40\40\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\x7d\x2c\12\xa\x20\40\40\40\40\x20\x20\40\40\40\40\40\40\40\x20\40\x20\x20\x20\40\x20\x20\40\40\160\165\163\x68\101\154\x6c\x6f\167\145\144\x4c\157\x63\x61\x6c\145\163\50\x29\x20\x7b\xa\x20\x20\x20\40\40\x20\40\x20\40\40\40\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\40\40\40\40\x20\x20\143\x6f\x6e\163\164\40\x6c\157\143\x61\154\145\116\141\x6d\145\x20\75\40\x65\166\x65\x6e\164\56\x74\x61\x72\147\145\164\56\156\141\x6d\x65\x3b\xa\12\40\40\x20\x20\40\40\x20\40\40\x20\40\40\40\40\x20\40\40\40\40\x20\40\x20\x20\40\40\x20\40\40\151\x66\x20\50\x21\x20\101\x72\162\141\171\56\x69\163\101\162\162\x61\171\x28\x74\150\151\x73\x2e\154\157\143\x61\154\145\163\x2e\141\154\154\x6f\x77\145\144\51\x29\x20\x7b\12\x20\x20\x20\40\x20\40\40\x20\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\40\x20\164\150\x69\163\56\x6c\x6f\143\x61\154\x65\163\x2e\x61\154\x6c\x6f\167\145\144\x20\75\x20\x5b\135\x3b\12\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\40\40\40\40\40\40\40\x7d\xa\12\40\40\x20\40\40\40\x20\x20\x20\40\40\x20\40\40\40\40\40\x20\40\40\40\40\x20\x20\x20\40\x20\40\x63\x6f\156\x73\164\x20\x69\156\x64\145\170\x20\75\x20\164\x68\151\x73\56\154\157\x63\x61\x6c\145\163\56\141\154\x6c\x6f\x77\x65\144\x2e\151\x6e\x64\145\x78\117\x66\x28\154\x6f\143\x61\x6c\145\x4e\x61\155\x65\51\x3b\12\xa\x20\x20\40\x20\x20\40\40\x20\40\40\40\40\x20\40\x20\x20\x20\x20\40\40\x20\40\x20\40\40\x20\x20\40\151\x66\x20\x28\151\156\x64\145\x78\40\75\75\x3d\x20\55\x31\x29\x20\x7b\12\40\40\40\x20\x20\40\x20\40\x20\40\40\x20\40\40\40\x20\40\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\164\x68\151\x73\56\154\157\x63\141\x6c\x65\163\x2e\x61\x6c\154\x6f\167\x65\144\x2e\160\165\163\150\50\x6c\x6f\x63\141\154\145\116\141\x6d\x65\x29\73\12\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\40\40\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\40\40\175\40\x65\154\163\145\x20\173\xa\40\x20\x20\x20\40\40\x20\x20\40\x20\40\40\40\40\40\x20\x20\40\x20\x20\x20\x20\40\40\40\40\x20\40\40\40\x20\40\x74\x68\151\163\x2e\x6c\157\x63\141\x6c\145\163\x2e\141\x6c\154\x6f\167\145\x64\x2e\163\160\x6c\151\143\x65\50\x69\x6e\x64\x65\x78\x2c\40\x31\x29\x3b\12\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\40\40\40\40\40\40\40\x20\x20\40\x20\40\40\40\40\40\x20\x7d\xa\40\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\40\x20\175\x2c\12\xa\40\40\x20\40\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\40\x20\40\40\40\x20\40\x63\157\155\x70\154\145\164\x65\x53\x74\x65\160\x28\146\162\x6f\x6d\x53\x74\145\160\54\40\164\157\x53\x74\x65\160\x2c\40\x74\x6f\123\x74\x61\164\x65\54\40\156\x65\170\x74\x53\x74\x61\x74\145\54\x20\x73\x65\x74\x45\x72\162\x6f\x72\163\x29\40\173\xa\x20\40\40\x20\x20\40\40\40\x20\x20\x20\40\40\x20\40\40\x20\40\40\x20\40\40\40\x20\40\x20\x20\x20\x74\150\x69\x73\x2e\163\164\145\160\123\x74\141\x74\145\163\133\x66\x72\x6f\155\x53\x74\x65\x70\x5d\40\75\x20\156\x65\x78\164\123\164\x61\164\145\73\xa\xa\40\40\40\x20\40\x20\40\x20\40\40\40\x20\40\x20\40\40\40\40\x20\x20\x20\x20\40\40\40\x20\40\40\164\x68\x69\163\56\x63\x75\x72\x72\145\x6e\x74\x53\x74\145\x70\x20\x3d\x20\164\x6f\123\x74\x65\x70\73\xa\xa\x20\40\40\x20\x20\x20\x20\40\x20\x20\x20\40\40\40\40\x20\40\40\x20\40\40\40\40\x20\x20\40\40\40\164\150\x69\163\x2e\x73\164\x65\x70\x53\164\141\164\145\163\133\x74\157\x53\x74\x65\160\x5d\x20\x3d\x20\164\157\x53\164\141\164\145\x3b\xa\40\x20\40\40\x20\x20\40\40\x20\x20\x20\40\x20\40\40\40\40\x20\40\x20\40\x20\x20\x20\175\54\xa\xa\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\40\40\40\40\x20\40\40\40\x20\x20\x20\x20\40\x73\x74\141\x72\164\x4d\x69\147\162\141\164\151\157\156\50\x73\145\164\105\x72\162\157\x72\x73\x29\x20\173\xa\40\x20\x20\x20\40\x20\x20\x20\40\40\40\40\x20\40\40\x20\40\x20\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x74\150\x69\x73\56\x63\165\x72\x72\145\x6e\164\123\x74\x65\x70\x20\x3d\40\47\151\156\x73\164\x61\154\154\120\x72\x6f\147\x72\x65\163\163\47\x3b\12\12\40\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\x20\40\x20\x20\40\40\40\40\40\x20\x20\164\150\x69\163\x2e\x24\x61\170\151\157\x73\x2e\x70\157\163\x74\50\x22\173\173\x20\162\157\x75\x74\145\50\47\151\156\x73\x74\x61\154\154\145\162\x2e\x65\156\x76\x5f\x66\151\x6c\x65\137\x73\145\164\165\160\47\x29\40\x7d\175\42\x2c\x20\x74\150\x69\163\56\145\x6e\166\x44\141\164\x61\x29\12\40\40\x20\x20\x20\x20\40\40\40\40\x20\40\40\40\x20\x20\40\40\40\x20\40\40\x20\40\40\40\40\40\40\40\x20\x20\56\164\x68\x65\x6e\x28\50\162\145\163\160\x6f\x6e\163\145\51\x20\x3d\76\x20\173\xa\40\x20\40\40\40\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\40\40\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x74\150\x69\163\x2e\x72\165\156\x4d\151\x67\141\162\164\x69\157\x6e\50\163\x65\164\105\162\162\x6f\x72\163\51\73\12\x20\x20\x20\40\40\40\40\x20\x20\40\x20\40\40\40\40\40\40\x20\40\40\x20\x20\x20\x20\40\40\40\40\175\51\12\x20\40\40\40\x20\x20\40\40\40\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\x20\x20\40\40\x20\40\x2e\x63\141\164\143\x68\x28\x65\x72\x72\157\x72\x20\75\x3e\40\x7b\12\x20\x20\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\40\40\40\x20\x20\40\40\40\x20\40\40\x20\40\x20\x20\40\x20\x73\145\164\105\162\x72\157\162\x73\x28\145\162\162\x6f\x72\x2e\x72\x65\x73\x70\x6f\156\163\145\56\144\x61\x74\x61\x2e\145\x72\x72\x6f\162\163\x29\73\12\40\40\x20\40\40\40\x20\40\40\40\40\40\40\40\40\40\x20\40\40\x20\40\40\40\40\40\40\40\40\x7d\x29\x3b\xa\x20\40\x20\x20\x20\x20\x20\40\40\40\40\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\175\54\12\xa\40\x20\x20\40\40\x20\40\40\40\x20\40\40\40\40\x20\40\40\x20\40\x20\40\40\40\x20\162\x75\156\x4d\151\147\x61\x72\164\x69\157\156\50\x73\x65\x74\x45\162\x72\157\x72\163\51\x20\173\xa\x20\40\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\40\40\40\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\40\x74\150\151\163\56\44\141\x78\151\157\x73\56\160\x6f\163\x74\50\42\173\173\40\x72\157\x75\164\x65\50\x27\x69\x6e\x73\164\141\154\154\145\x72\x2e\162\165\156\x5f\x6d\151\x67\162\x61\164\x69\157\156\x27\51\x20\175\175\42\51\12\40\40\x20\40\x20\x20\40\40\40\40\40\x20\x20\40\40\x20\x20\x20\40\40\40\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\x2e\x74\150\x65\156\50\50\x72\x65\x73\160\157\156\163\145\x29\x20\75\x3e\x20\x7b\12\x20\x20\x20\40\x20\x20\x20\40\x20\x20\40\40\40\40\40\x20\40\x20\x20\x20\x20\40\40\40\x20\40\x20\x20\x20\40\40\x20\40\40\x20\40\164\150\x69\x73\56\143\157\x6d\160\x6c\x65\x74\x65\123\x74\x65\x70\x28\x27\x72\145\x61\x64\x79\x46\157\162\111\x6e\x73\164\x61\154\154\141\164\151\x6f\x6e\x27\x2c\x20\47\145\x6e\166\103\x6f\156\146\x69\147\165\162\141\164\x69\x6f\x6e\x27\54\x20\x27\x61\143\164\x69\x76\x65\47\54\40\x27\x63\x6f\x6d\x70\x6c\x65\164\145\x27\51\x3b\xa\xa\x20\40\x20\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\40\x20\40\40\40\40\x20\40\x20\40\40\40\164\x68\151\x73\x2e\143\165\162\x72\145\x6e\x74\123\164\x65\160\40\x3d\40\47\x65\x6e\x76\103\157\x6e\146\151\x67\x75\x72\141\164\x69\x6f\x6e\x27\73\xa\40\40\x20\40\40\x20\40\x20\x20\x20\40\40\x20\40\40\40\40\40\x20\x20\x20\40\40\x20\x20\40\40\40\x20\40\x20\x20\x7d\51\xa\x20\x20\40\x20\40\x20\40\x20\x20\40\x20\x20\40\x20\x20\40\40\x20\40\x20\x20\40\40\40\x20\x20\x20\40\x20\40\40\40\56\x63\141\164\x63\150\x28\145\162\162\x6f\162\40\x3d\x3e\40\173\12\x20\x20\40\40\40\x20\40\40\40\40\40\40\x20\40\40\x20\40\x20\40\x20\x20\40\40\x20\x20\x20\40\40\40\40\x20\x20\x20\40\40\x20\x61\x6c\145\162\164\x28\x65\x72\x72\x6f\x72\56\x72\145\163\160\157\156\x73\145\x2e\x64\141\x74\141\x2e\x65\x72\162\157\x72\x29\73\xa\12\40\40\40\x20\40\40\x20\40\x20\x20\40\x20\x20\40\40\x20\40\40\40\x20\40\x20\x20\x20\40\40\40\40\40\40\40\x20\x20\40\40\x20\x74\150\151\x73\56\143\x75\162\x72\145\x6e\x74\123\x74\x65\x70\40\75\40\x27\x65\156\166\x44\x61\x74\141\142\141\x73\145\x27\x3b\12\40\x20\x20\40\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\40\40\40\x20\40\40\40\40\40\175\x29\x3b\xa\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\40\40\40\40\x20\40\40\40\175\54\xa\xa\40\40\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\x20\x20\40\x20\x20\40\40\40\x20\40\40\163\x74\x61\x72\x74\x53\145\x65\144\151\156\147\x28\163\145\154\145\x63\164\145\x64\x50\141\162\141\155\163\x2c\x20\x61\154\x6c\120\x61\x72\141\155\x65\164\145\x72\x73\51\40\173\12\x20\x20\x20\x20\40\40\x20\40\40\x20\40\x20\40\x20\40\x20\40\40\40\40\x20\x20\x20\40\x20\40\x20\x20\164\150\x69\163\x2e\x24\141\x78\151\x6f\163\x2e\x70\157\x73\x74\50\x22\x7b\x7b\x20\x72\x6f\165\164\145\x28\47\151\x6e\163\x74\141\154\x6c\x65\162\x2e\x72\x75\x6e\x5f\x73\x65\145\144\145\162\47\x29\x20\x7d\175\42\54\40\173\12\40\40\40\40\x20\40\x20\40\40\x20\40\x20\x20\40\x20\40\40\40\40\40\40\x20\40\x20\40\x20\40\40\x20\x20\x20\40\x27\141\154\x6c\x50\x61\162\141\155\x65\164\x65\x72\163\x27\x3a\x20\141\154\154\120\x61\162\141\155\x65\x74\145\162\163\x2c\12\40\40\40\40\40\x20\40\x20\x20\40\40\x20\40\40\x20\x20\40\x20\40\x20\40\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\47\163\145\154\145\x63\164\x65\144\120\141\x72\x61\155\x65\x74\x65\x72\163\47\72\x20\x73\145\154\x65\x63\164\145\144\120\x61\x72\x61\155\x73\xa\x20\40\x20\40\40\x20\x20\40\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\40\40\x20\40\x20\x20\x20\175\51\12\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\40\40\x20\x20\40\40\40\x20\40\40\x20\40\40\x20\40\x20\40\40\40\40\40\56\x74\150\x65\156\x28\x28\162\145\163\x70\157\x6e\x73\x65\x29\40\x3d\76\x20\x7b\12\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\x20\40\40\x20\40\40\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\40\40\40\x20\40\40\164\150\x69\x73\x2e\143\x6f\x6d\x70\154\x65\x74\145\x53\164\x65\160\x28\x27\x65\x6e\x76\103\x6f\156\x66\x69\x67\x75\162\141\164\151\x6f\156\47\x2c\40\47\x63\x72\145\x61\164\x65\101\144\155\x69\x6e\47\54\40\x27\x61\x63\x74\x69\x76\145\x27\54\40\x27\143\x6f\x6d\x70\x6c\145\164\145\47\x29\73\xa\12\x20\40\40\x20\x20\x20\40\40\x20\x20\40\x20\40\x20\40\x20\40\x20\40\x20\40\40\x20\x20\x20\x20\40\40\40\x20\x20\40\40\x20\x20\40\164\150\x69\x73\56\143\165\x72\x72\x65\156\164\123\x74\145\x70\x20\x3d\x20\x27\143\162\145\141\x74\145\x41\x64\155\151\156\47\x3b\xa\x20\40\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\40\40\40\40\x20\x20\40\x20\x20\175\x29\12\x20\x20\x20\40\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\40\40\x20\40\40\40\x20\x20\40\40\x20\40\x20\40\x20\40\x20\56\x63\141\164\x63\150\50\x65\162\x72\157\162\40\75\x3e\x20\x7b\12\40\40\40\40\x20\40\40\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\x20\40\x20\40\40\x20\40\40\40\x20\x20\x20\x20\x20\x20\x20\x20\x20\163\x65\164\105\x72\162\x6f\162\x73\x28\145\162\x72\157\x72\x2e\162\x65\163\x70\x6f\x6e\163\145\56\x64\x61\x74\141\56\145\162\x72\x6f\162\x73\x29\x3b\xa\x20\40\40\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\x20\40\40\40\x20\40\x20\x20\x20\40\40\40\x20\40\x20\40\40\175\x29\73\12\x20\x20\40\40\x20\40\x20\40\40\40\40\40\x20\40\x20\40\40\40\x20\x20\x20\40\x20\40\x7d\54\12\12\x20\x20\40\40\40\x20\40\x20\x20\40\x20\40\x20\x20\40\x20\40\40\x20\40\40\40\x20\40\163\x61\166\x65\101\144\x6d\151\x6e\50\x70\x61\x72\x61\155\163\x2c\40\163\x65\164\x45\x72\162\x6f\x72\163\51\x20\x7b\12\40\40\40\x20\x20\x20\40\40\x20\40\x20\40\x20\40\40\40\40\40\40\x20\x20\x20\x20\40\x20\40\x20\x20\164\150\x69\163\56\x24\141\x78\x69\157\163\x2e\160\157\163\164\50\42\x7b\x7b\x20\x72\157\x75\x74\145\50\x27\151\156\x73\164\141\154\154\x65\x72\x2e\141\x64\x6d\151\x6e\137\143\157\x6e\146\151\x67\137\163\x65\164\165\x70\x27\51\40\x7d\175\x22\54\x20\x70\141\162\141\155\163\x29\xa\x20\40\40\40\40\40\40\x20\x20\x20\x20\x20\40\40\40\40\x20\x20\40\40\40\40\x20\x20\40\40\x20\x20\x20\x20\40\x20\56\x74\150\x65\156\x28\x28\162\145\163\160\x6f\x6e\x73\145\x29\x20\x3d\x3e\x20\173\12\x20\40\40\40\40\x20\40\x20\40\40\x20\x20\40\x20\x20\40\40\40\40\40\x20\40\40\40\40\x20\x20\40\40\x20\x20\x20\x20\40\40\40\164\150\x69\x73\x2e\x63\165\162\162\145\156\164\123\x74\145\160\x20\75\x20\x27\151\156\x73\164\141\x6c\154\x61\164\x69\x6f\156\x43\x6f\155\160\154\x65\x74\x65\144\47\x3b\xa\x20\x20\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\40\x20\x20\x20\40\x20\x20\x7d\51\xa\x20\40\40\40\x20\x20\x20\40\40\40\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\56\143\x61\164\143\150\x28\x65\162\x72\x6f\162\x20\x3d\x3e\x20\x7b\12\40\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\40\40\40\40\40\x20\x20\40\163\x65\164\105\162\162\157\162\163\x28\x65\162\162\157\162\56\162\145\163\x70\x6f\x6e\x73\145\56\x64\141\164\141\56\145\162\x72\x6f\x72\163\51\x3b\12\x20\x20\40\40\40\40\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\40\40\x20\x20\40\x20\x20\x20\40\40\175\51\73\xa\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x7d\x2c\xa\12\x20\40\x20\x20\40\x20\x20\x20\40\x20\40\x20\x20\40\40\x20\40\40\x20\x20\x20\40\x20\x20\163\145\164\114\157\x63\141\x6c\x65\x28\x70\x61\162\x61\x6d\163\x29\40\173\xa\40\x20\40\40\40\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\40\x20\40\40\x20\x20\40\x20\40\40\x20\40\143\157\x6e\163\x74\40\x6e\x65\167\x4c\x6f\143\x61\x6c\x65\40\x3d\40\160\141\162\x61\155\x73\56\154\157\143\x61\154\x65\x3b\xa\40\40\x20\40\x20\40\40\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\40\x20\x20\x20\40\40\40\40\x20\x20\143\157\x6e\163\164\x20\x75\x72\154\x20\x3d\x20\156\x65\x77\x20\125\x52\x4c\50\167\151\x6e\144\x6f\x77\x2e\x6c\x6f\x63\x61\164\x69\x6f\x6e\56\150\x72\145\x66\51\73\12\xa\x20\40\x20\x20\40\40\40\x20\40\40\x20\40\40\x20\40\x20\x20\40\40\40\40\40\40\x20\x20\40\40\x20\x69\146\40\50\x21\x20\x75\162\154\x2e\x73\145\141\x72\x63\150\120\141\x72\x61\x6d\163\x2e\x68\x61\x73\x28\x27\x6c\x6f\143\141\x6c\145\x27\x29\x29\x20\173\12\40\40\40\40\40\40\40\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\40\40\40\40\x20\40\40\40\x20\x20\40\40\40\165\x72\154\56\x73\x65\141\162\143\x68\120\x61\162\141\155\x73\56\163\x65\x74\50\47\154\x6f\143\x61\x6c\x65\x27\x2c\x20\x6e\145\x77\114\x6f\143\141\154\x65\51\x3b\12\x20\x20\40\40\x20\x20\40\40\x20\x20\x20\x20\40\x20\40\40\x20\40\x20\40\x20\40\40\x20\x20\x20\40\40\x20\x20\40\40\167\x69\156\x64\157\167\x2e\154\x6f\x63\141\164\x69\x6f\x6e\56\x68\162\x65\x66\40\75\x20\x75\x72\154\x2e\164\x6f\x53\x74\x72\151\x6e\x67\x28\51\x3b\xa\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\40\40\x20\x20\x20\40\40\40\x20\40\40\x20\x20\x20\40\40\x7d\12\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\40\x20\40\40\x20\x20\x7d\54\xa\xa\40\x20\40\40\40\x20\40\40\40\40\40\x20\x20\x20\x20\40\x20\x20\x20\x20\x20\40\40\x20\x62\141\143\153\x28\x29\40\x7b\xa\40\40\x20\x20\x20\40\x20\40\40\40\40\40\x20\x20\40\40\x20\40\x20\40\40\x20\x20\x20\x20\x20\x20\40\151\146\40\x28\x74\x68\x69\163\x2e\x24\x72\x65\146\x73\133\x74\150\x69\x73\x2e\143\165\x72\x72\x65\156\164\123\164\145\x70\135\x20\x26\46\40\164\150\151\163\x2e\x24\x72\x65\x66\x73\133\x74\x68\x69\x73\x2e\143\x75\x72\x72\x65\156\x74\x53\164\145\160\135\56\163\145\164\126\x61\154\x75\145\x73\x29\x20\x7b\12\x20\x20\x20\x20\40\x20\40\x20\40\40\40\40\x20\x20\x20\40\40\40\40\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\40\x20\x74\150\x69\163\56\44\x72\x65\x66\x73\x5b\x74\x68\151\x73\56\x63\x75\x72\162\x65\x6e\164\x53\x74\145\160\x5d\56\163\x65\x74\126\141\x6c\165\145\x73\x28\164\150\151\163\56\x65\x6e\x76\104\141\164\141\x29\73\xa\40\x20\40\x20\40\x20\40\x20\40\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\40\x20\40\40\40\40\x7d\xa\xa\x20\40\40\40\x20\40\x20\40\40\40\40\x20\40\40\x20\40\40\x20\40\40\40\40\40\x20\x20\x20\x20\x20\154\145\164\40\151\156\144\145\x78\x20\75\40\x74\x68\x69\x73\x2e\163\164\x65\x70\x73\x2e\151\156\144\145\170\x4f\x66\50\164\150\x69\163\56\x63\165\162\162\x65\x6e\164\x53\164\x65\160\51\73\xa\12\40\40\x20\x20\x20\40\x20\40\40\x20\40\40\x20\x20\40\40\40\x20\40\40\40\40\x20\40\x20\40\40\40\x69\146\40\x28\x69\x6e\x64\145\170\40\x3e\x20\x30\51\40\173\xa\40\40\x20\40\x20\40\40\40\40\40\40\40\x20\40\x20\40\x20\40\x20\40\40\40\x20\40\40\x20\x20\x20\40\40\x20\40\164\150\151\163\x2e\143\x75\162\162\x65\156\164\x53\164\x65\x70\40\75\x20\x74\x68\x69\x73\56\x73\164\x65\x70\x73\133\x69\156\x64\145\170\40\x2d\40\x31\135\x3b\xa\40\x20\x20\x20\x20\40\40\40\40\x20\40\40\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\40\x7d\xa\40\40\40\x20\40\x20\x20\40\40\x20\x20\x20\40\40\x20\x20\x20\x20\x20\40\x20\40\40\40\x7d\12\x20\40\40\x20\40\40\x20\x20\x20\x20\40\40\x20\40\40\40\x20\40\40\40\175\54\xa\40\x20\40\40\40\40\40\40\40\x20\40\40\40\40\x20\x20\175\x29\x3b\12\40\40\x20\x20\x20\40\40\40\x20\40\40\40\x3c\x2f\x73\x63\162\151\x70\164\x3e\xa\40\x20\x20\40\x20\40\40\40\100\145\x6e\x64\x50\165\x73\150\x4f\x6e\x63\145\xa\xa\x20\40\40\40\x20\x20\x20\40\100\x73\x74\x61\x63\x6b\50\47\163\143\162\x69\160\x74\x73\x27\x29\xa\x20\40\x20\40\74\57\142\x6f\x64\x79\76\xa\x3c\x2f\x68\164\155\154\76\xa";

Function Calls

None

Variables

None

Stats

MD5 e963c2ff513fe8612aa8c60c35469361
Eval Count 0
Decode Time 360 ms